Package org.minidns.dnslabel
Class NonReservedLdhLabel
- java.lang.Object
-
- org.minidns.util.SafeCharSequence
-
- org.minidns.dnslabel.DnsLabel
-
- org.minidns.dnslabel.LdhLabel
-
- org.minidns.dnslabel.NonReservedLdhLabel
-
- All Implemented Interfaces:
java.lang.CharSequence
,java.lang.Comparable<DnsLabel>
public final class NonReservedLdhLabel extends LdhLabel
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 Modifier Constructor Description protected
NonReservedLdhLabel(java.lang.String label)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isNonReservedLdhLabel(java.lang.String label)
-
Methods inherited from class org.minidns.dnslabel.LdhLabel
fromInternal, isLdhLabel
-
Methods inherited from class org.minidns.dnslabel.DnsLabel
asLowercaseVariant, compareTo, consistsOnlyOfLettersDigitsAndHypen, consistsOnlyOfLettersDigitsHypenAndUnderscore, equals, from, from, getInternationalizedRepresentation, getInternationalizedRepresentationInternal, getLabelType, getRawLabel, hashCode, isIdnAcePrefixed, toSafeRepesentation, toString, writeToBoas
-
Methods inherited from class org.minidns.util.SafeCharSequence
charAt, length, subSequence, toSafeString
-
-
-
-
Constructor Detail
-
NonReservedLdhLabel
protected NonReservedLdhLabel(java.lang.String label)
-
-
Method Detail
-
isNonReservedLdhLabel
public static boolean isNonReservedLdhLabel(java.lang.String label)
-
-