JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.http.client.utils
Idn
Contents
Description
Method Summary
Method Details
toUnicode(String)
Hide sidebar
Show sidebar
Interface Idn
All Known Implementing Classes:
JdkIdn
,
Rfc3492Idn
@Deprecated
public interface
Idn
Deprecated.
(4.4) use standard
IDN
.
Abstraction of international domain name (IDN) conversion.
Since:
4.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
String
toUnicode
(
String
punycode)
Deprecated.
Converts a name from its punycode representation to Unicode.
Method Details
toUnicode
String
toUnicode
(
String
punycode)
Deprecated.
Converts a name from its punycode representation to Unicode. The name may be a single hostname or a dot-separated qualified domain name.
Parameters:
punycode
- the Punycode representation
Returns:
the Unicode domain name
IDN.