Uses of Class
org.minidns.dnslabel.LdhLabel
-
Packages that use LdhLabel Package Description org.minidns.dnslabel -
-
Uses of LdhLabel in org.minidns.dnslabel
Subclasses of LdhLabel in org.minidns.dnslabel Modifier and Type Class Description class
ALabel
class
FakeALabel
class
NonReservedLdhLabel
A Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.class
ReservedLdhLabel
A reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.class
XnLabel
A label that begins with "xn--" and follows the LDH rule.Methods in org.minidns.dnslabel that return LdhLabel Modifier and Type Method Description protected static LdhLabel
LdhLabel. fromInternal(String label)
protected static LdhLabel
XnLabel. fromInternal(String label)
-