org.apache.http.client.utils
Class Punycode
java.lang.Object
org.apache.http.client.utils.Punycode
Deprecated. (4.4) use standard IDN
.
@Contract(threading=IMMUTABLE)
@Deprecated
public class Punycode
- extends Object
Facade that provides conversion between Unicode and Punycode domain names.
It will use an appropriate implementation.
- Since:
- 4.0
Constructor Summary |
Punycode()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Punycode
public Punycode()
- Deprecated.
toUnicode
public static String toUnicode(String punycode)
- Deprecated.
Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.