Uses of Class
org.minidns.dnslabel.DnsLabel
Packages that use DnsLabel
-
Uses of DnsLabel in org.minidns.dnslabel
Subclasses of DnsLabel in org.minidns.dnslabelModifier and TypeClassDescriptionfinal classfinal classclassA LDH (Letters, Digits, Hyphen) label, which is the classical label form.final classA DNS label with a leading or trailing hyphen ('-').classA DNS label which contains more than just letters, digits and a hyphen.final classA Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.final classA Non-LDH label which does not begin with an underscore ('_'), hyphen ('-') or ends with an hyphen.classA reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.final classA DNS label which begins with an underscore ('_').classA label that begins with "xn--" and follows the LDH rule.Fields in org.minidns.dnslabel declared as DnsLabelMethods in org.minidns.dnslabel that return DnsLabelModifier and TypeMethodDescriptionfinal DnsLabelDnsLabel.asLowercaseVariant()static DnsLabelstatic DnsLabel[]protected static DnsLabelNonLdhLabel.fromInternal(String label) Methods in org.minidns.dnslabel with parameters of type DnsLabel -
Uses of DnsLabel in org.minidns.dnsname
Methods in org.minidns.dnsname that return DnsLabelModifier and TypeMethodDescriptionDnsName.getHostpartLabel()DnsName.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.Methods in org.minidns.dnsname with parameters of type DnsLabel -
Uses of DnsLabel in org.minidns.record
Methods in org.minidns.record that return DnsLabel