Package org.apache.http.client.utils
Class JdkIdn
- java.lang.Object
-
- org.apache.http.client.utils.JdkIdn
-
-
Constructor Summary
Constructors Constructor Description JdkIdn()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toUnicode(java.lang.String punycode)
Deprecated.Converts a name from its punycode representation to Unicode.
-
-
-
Method Detail
-
toUnicode
public java.lang.String toUnicode(java.lang.String punycode)
Deprecated.Description copied from interface:Idn
Converts a name from its punycode representation to Unicode. The name may be a single hostname or a dot-separated qualified domain name.
-
-