Class Punycode


  • @Immutable
    public class Punycode
    extends java.lang.Object
    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()  
    • Method Summary

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

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

      • Punycode

        public Punycode()
    • Method Detail

      • toUnicode

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