Class Punycode


  • @Contract(threading=IMMUTABLE)
    @Deprecated
    public class Punycode
    extends java.lang.Object
    Deprecated.
    (4.4) use standard IDN.
    Facade that provides conversion between Unicode and Punycode domain names. It will use an appropriate implementation.
    Since:
    4.0
    • Constructor Summary

      Constructors 
      Constructor Description
      Punycode()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String toUnicode​(java.lang.String punycode)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • Punycode

        public Punycode()
        Deprecated.
    • Method Detail

      • toUnicode

        public static java.lang.String toUnicode​(java.lang.String punycode)
        Deprecated.