Uses of Class
org.minidns.dnslabel.DnsLabel
-
Packages that use DnsLabel Package Description org.minidns.dnslabel org.minidns.dnsname org.minidns.hla org.minidns.hla.srv org.minidns.record -
-
Uses of DnsLabel in org.minidns.dnslabel
Subclasses of DnsLabel in org.minidns.dnslabel Modifier and Type Class Description class
ALabel
class
FakeALabel
class
LdhLabel
A LDH (Letters, Digits, Hyphen) label, which is the classical label form.class
LeadingOrTrailingHyphenLabel
A DNS label with a leading or trailing hyphen ('-').class
NonLdhLabel
A DNS label which contains more than just letters, digits and a hyphen.class
NonReservedLdhLabel
A Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.class
OtherNonLdhLabel
A Non-LDH label which does not begin with an underscore ('_'), hyphen ('-') or ends with an hyphen.class
ReservedLdhLabel
A reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.class
UnderscoreLabel
A DNS label which begins with an underscore ('_').class
XnLabel
A label that begins with "xn--" and follows the LDH rule.Fields in org.minidns.dnslabel declared as DnsLabel Modifier and Type Field Description static DnsLabel
DnsLabel. WILDCARD_LABEL
Methods in org.minidns.dnslabel that return DnsLabel Modifier and Type Method Description DnsLabel
DnsLabel. asLowercaseVariant()
static DnsLabel
DnsLabel. from(String label)
static DnsLabel[]
DnsLabel. from(String[] labels)
protected static DnsLabel
NonLdhLabel. fromInternal(String label)
Methods in org.minidns.dnslabel with parameters of type DnsLabel Modifier and Type Method Description int
DnsLabel. compareTo(DnsLabel other)
-
Uses of DnsLabel in org.minidns.dnsname
Methods in org.minidns.dnsname that return DnsLabel Modifier and Type Method Description DnsLabel
DnsName. getHostpartLabel()
DnsLabel
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 Modifier and Type Method Description static DnsName
DnsName. from(DnsLabel grandchild, DnsLabel child, DnsName parent)
static DnsName
DnsName. from(DnsLabel child, DnsName parent)
-
Uses of DnsLabel in org.minidns.hla
Methods in org.minidns.hla with parameters of type DnsLabel Modifier and Type Method Description SrvResolverResult
ResolverApi. resolveSrv(DnsLabel service, DnsLabel proto, DnsName name)
-
Uses of DnsLabel in org.minidns.hla.srv
Fields in org.minidns.hla.srv declared as DnsLabel Modifier and Type Field Description DnsLabel
SrvProto. dnsLabel
DnsLabel
SrvService. dnsLabel
DnsLabel
SrvServiceProto. proto
DnsLabel
SrvServiceProto. service
Constructors in org.minidns.hla.srv with parameters of type DnsLabel Constructor Description SrvServiceProto(DnsLabel service, DnsLabel proto)
-
Uses of DnsLabel in org.minidns.record
Methods in org.minidns.record that return DnsLabel Modifier and Type Method Description DnsLabel
NSEC3. getNextHashedDnsLabel()
-