|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.client.utils.JdkIdn
@Immutable public class JdkIdn
Uses the java.net.IDN class through reflection.
Constructor Summary | |
---|---|
JdkIdn()
|
Method Summary | |
---|---|
java.lang.String |
toUnicode(java.lang.String punycode)
Converts a name from its punycode representation to Unicode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdkIdn() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
- if java.net.IDN is not availableMethod Detail |
---|
public java.lang.String toUnicode(java.lang.String punycode)
Idn
toUnicode
in interface Idn
punycode
- the Punycode representation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |