Uses of Class
org.minidns.dnslabel.DnsLabel
Package
Description
-
Uses of DnsLabel in org.minidns.dnslabel
Modifier and TypeClassDescriptionfinal class
final class
class
A LDH (Letters, Digits, Hyphen) label, which is the classical label form.final class
A DNS label with a leading or trailing hyphen ('-').class
A DNS label which contains more than just letters, digits and a hyphen.final class
A Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.final class
A Non-LDH label which does not begin with an underscore ('_'), hyphen ('-') or ends with an hyphen.class
A reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.final class
A DNS label which begins with an underscore ('_').class
A label that begins with "xn--" and follows the LDH rule.Modifier and TypeMethodDescriptionfinal DnsLabel
DnsLabel.asLowercaseVariant()
static DnsLabel
static DnsLabel[]
protected static DnsLabel
NonLdhLabel.fromInternal
(String label) -
Uses of DnsLabel in org.minidns.dnsname
Modifier 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. -
Uses of DnsLabel in org.minidns.hla
Modifier and TypeMethodDescriptionResolverApi.resolveSrv
(DnsLabel service, DnsLabel proto, DnsName name) -
Uses of DnsLabel in org.minidns.hla.srv
-
Uses of DnsLabel in org.minidns.record