Also: HttpClient
public interface

Idn

org.apache.http.client.utils.Idn
Known Indirect Subclasses

Class Overview

Abstraction of international domain name (IDN) conversion.

Summary

Public Methods
abstract String toUnicode(String punycode)
Converts a name from its punycode representation to Unicode.

Public Methods

public abstract String toUnicode (String punycode)

Also: HttpClient

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