Package org.minidns.util
Class NameUtil
java.lang.Object
org.minidns.util.NameUtil
Utilities related to internationalized domain names and dns name handling.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NameUtil
public NameUtil()
-
-
Method Details
-
idnEquals
Check if two internationalized domain names are equal, possibly causing a serialization of both domain names.- Parameters:
name1
- The first domain name.name2
- The second domain name.- Returns:
- True if both domain names are the same.
-