public abstract class XnLabel extends ReservedLdhLabel
DnsLabel.LabelToLongExceptionlabel, MAX_LABEL_LENGTH_IN_OCTETS, WILDCARD_LABEL| Modifier | Constructor and Description |
|---|---|
protected | XnLabel(String label)XnLabel. |
| Modifier and Type | Method and Description |
|---|---|
protected static LdhLabel | fromInternal(String label)Create an LdhLabel from an internal (ACE) representation. |
static boolean | isXnLabel(String label)Check if a label is an XN label. |
(package private) static boolean | isXnLabelInternal(String label)Check if a label is an XN label internally. |
isReservedLdhLabel, isReservedLdhLabelInternalisLdhLabelasLowercaseVariant, compareTo, consistsOnlyOfLettersDigitsAndHypen, consistsOnlyOfLettersDigitsHypenAndUnderscore, equals, from, from, getInternationalizedRepresentation, getInternationalizedRepresentationInternal, getLabelType, getRawLabel, hashCode, isIdnAcePrefixed, toSafeRepesentation, toString, writeToBoascharAt, length, subSequence, toSafeStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitchars, codePointsprotected XnLabel(String label)
protected static LdhLabel fromInternal(String label)
label - the ACE labelpublic static boolean isXnLabel(String label)
label - the label to checkstatic boolean isXnLabelInternal(String label)
label - the label to check