org.apache.http.client.utils
Class Punycode

java.lang.Object
  extended by org.apache.http.client.utils.Punycode

public class Punycode
extends java.lang.Object

Facade that provides conversion between Unicode and Punycode domain names. It will use an appropriate implementation.


Constructor Summary
Punycode()
           
 
Method Summary
static java.lang.String toUnicode(java.lang.String punycode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Punycode

public Punycode()
Method Detail

toUnicode

public static java.lang.String toUnicode(java.lang.String punycode)


Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.