Uses of Class
org.minidns.dnslabel.DnsLabel
| Package | Description |
|---|---|
| org.minidns.dnslabel | |
| org.minidns.dnsname | |
| org.minidns.record |
-
Uses of DnsLabel in org.minidns.dnslabel
Subclasses of DnsLabel in org.minidns.dnslabel Modifier and Type Class Description classALabelclassFakeALabelclassLdhLabelA LDH (Letters, Digits, Hyphen) label, which is the classical label form.classLeadingOrTrailingHyphenLabelA DNS label with a leading or trailing hyphen ('-').classNonLdhLabelA DNS label which contains more than just letters, digits and a hyphen.classNonReservedLdhLabelA Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.classOtherNonLdhLabelA Non-LDH label which does not begin with an underscore ('_'), hyphen ('-') or ends with an hyphen.classReservedLdhLabelA reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.classUnderscoreLabelA DNS label which begins with an underscore ('_').classXnLabelA label that begins with "xn--" and follows the LDH rule.Fields in org.minidns.dnslabel declared as DnsLabel Modifier and Type Field Description static DnsLabelDnsLabel. WILDCARD_LABELMethods in org.minidns.dnslabel that return DnsLabel Modifier and Type Method Description DnsLabelDnsLabel. asLowercaseVariant()static DnsLabelDnsLabel. from(String label)static DnsLabel[]DnsLabel. from(String[] labels)protected static DnsLabelNonLdhLabel. fromInternal(String label)Methods in org.minidns.dnslabel with parameters of type DnsLabel Modifier and Type Method Description intDnsLabel. compareTo(DnsLabel other) -
Uses of DnsLabel in org.minidns.dnsname
Methods in org.minidns.dnsname that return DnsLabel Modifier and Type Method Description DnsLabelDnsName. getHostpartLabel()DnsLabelDnsName. getLabel(int labelNum)DnsLabel[]DnsName. getLabels()Get a copy of the labels of this DNS name.DnsLabel[]DnsName. getRawLabels()Get a copy of the raw labels of this DNS name. -
Uses of DnsLabel in org.minidns.record
Methods in org.minidns.record that return DnsLabel Modifier and Type Method Description DnsLabelNSEC3. getNextHashedDnsLabel()