Class Nameprep


  • @Deprecated(since="2021-07-29")
    public class Nameprep
    extends java.lang.Object
    Deprecated.
    This API is deprecated as Apache Abdera is a retired project since 2017.
    Implements the Nameprep protocol
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int[][] b2data
      Deprecated.
       
      static int[] b2index
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      Nameprep()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static int[] B2​(int c)
      Deprecated.
       
      static boolean isB1​(int c)
      Deprecated.
       
      static boolean isLCat​(int c)
      Deprecated.
       
      static boolean isProhibited​(int c)
      Deprecated.
       
      static boolean isRandAL​(int c)
      Deprecated.
       
      static java.lang.String prep​(java.lang.String s)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • b2index

        public static final int[] b2index
        Deprecated.
      • b2data

        public static final int[][] b2data
        Deprecated.
    • Constructor Detail

      • Nameprep

        public Nameprep()
        Deprecated.
    • Method Detail

      • prep

        public static java.lang.String prep​(java.lang.String s)
        Deprecated.
      • B2

        public static final int[] B2​(int c)
        Deprecated.
      • isB1

        public static boolean isB1​(int c)
        Deprecated.
      • isProhibited

        public static boolean isProhibited​(int c)
        Deprecated.
      • isRandAL

        public static boolean isRandAL​(int c)
        Deprecated.
      • isLCat

        public static boolean isLCat​(int c)
        Deprecated.