Package org.apache.abdera.i18n.iri
Class IDNA
- java.lang.Object
-
- org.apache.abdera.i18n.iri.IDNA
-
- All Implemented Interfaces:
Serializable,Cloneable
@Deprecated(since="2021-07-29") public final class IDNA extends Object implements Serializable, Cloneable
Deprecated.This API is deprecated as Apache Abdera is a retired project since 2017.Provides an Internationized Domain Name implementation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IDNA(String regname)Deprecated.IDNA(InetAddress addr)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectclone()Deprecated.booleanequals(Object obj)Deprecated.static booleanequals(String idn1, String idn2)Deprecated.InetAddressgetInetAddress()Deprecated.inthashCode()Deprecated.StringtoASCII()Deprecated.static StringtoASCII(String regname)Deprecated.StringtoString()Deprecated.StringtoUnicode()Deprecated.static StringtoUnicode(String regname)Deprecated.
-
-
-
Constructor Detail
-
IDNA
public IDNA(InetAddress addr)
Deprecated.
-
IDNA
public IDNA(String regname)
Deprecated.
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
Deprecated.- Throws:
CloneNotSupportedException
-
toASCII
public String toASCII()
Deprecated.
-
toUnicode
public String toUnicode()
Deprecated.
-
getInetAddress
public InetAddress getInetAddress() throws UnknownHostException
Deprecated.- Throws:
UnknownHostException
-
-