Package org.apache.http.client.utils
Class Rfc3492Idn
- java.lang.Object
-
- org.apache.http.client.utils.Rfc3492Idn
-
-
Constructor Summary
Constructors Constructor Description Rfc3492Idn()
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.
-
-