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 classALabelclassFakeALabelclassNonReservedLdhLabelA Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.classReservedLdhLabelA reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.classXnLabelA 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 LdhLabelLdhLabel. fromInternal(String label)protected static LdhLabelXnLabel. fromInternal(String label) 
 -