Package org.apache.http.client.utils
Interface Idn
-
- All Known Implementing Classes:
JdkIdn,Rfc3492Idn
public interface IdnAbstraction of international domain name (IDN) conversion.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoUnicode(java.lang.String punycode)Converts a name from its punycode representation to Unicode.
-