Package org.minidns.dnslabel
Class NonReservedLdhLabel
java.lang.Object
org.minidns.dnslabel.DnsLabel
org.minidns.dnslabel.LdhLabel
org.minidns.dnslabel.NonReservedLdhLabel
- All Implemented Interfaces:
CharSequence,Comparable<DnsLabel>
A Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.minidns.dnslabel.DnsLabel
DnsLabel.LabelToLongException -
Field Summary
Fields inherited from class org.minidns.dnslabel.DnsLabel
label, MAX_LABEL_LENGTH_IN_OCTETS, VALIDATE, WILDCARD_LABEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisNonReservedLdhLabel(String label) (package private) static booleanMethods inherited from class org.minidns.dnslabel.LdhLabel
fromInternal, isLdhLabelMethods inherited from class org.minidns.dnslabel.DnsLabel
asLowercaseVariant, charAt, compareTo, equals, from, from, getInternationalizedRepresentation, getInternationalizedRepresentationInternal, getLabelType, hashCode, isIdnAcePrefixed, length, subSequence, toString, writeToBoasMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
NonReservedLdhLabel
-
-
Method Details
-
isNonReservedLdhLabel
-
isNonReservedLdhLabelInternal
-