Uses of Class
org.minidns.dnslabel.LdhLabel
Packages that use LdhLabel
-
Uses of LdhLabel in org.minidns.dnslabel
Subclasses of LdhLabel in org.minidns.dnslabelModifier and TypeClassDescriptionfinal class
final class
final class
A Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.class
A reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.class
A label that begins with "xn--" and follows the LDH rule.Methods in org.minidns.dnslabel that return LdhLabelModifier and TypeMethodDescriptionprotected static LdhLabel
LdhLabel.fromInternal
(String label) protected static LdhLabel
XnLabel.fromInternal
(String label)