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 StringtoUnicode(String punycode)Deprecated.Converts a name from its punycode representation to Unicode.
-
-
-
Constructor Detail
-
JdkIdn
public JdkIdn() throws ClassNotFoundExceptionDeprecated.- Throws:
ClassNotFoundException- if java.net.IDN is not available
-
-