Package org.minidns.dnslabel
Class ALabel
- java.lang.Object
 - 
- org.minidns.dnslabel.DnsLabel
 - 
- org.minidns.dnslabel.LdhLabel
 - 
- org.minidns.dnslabel.ReservedLdhLabel
 - 
- org.minidns.dnslabel.XnLabel
 - 
- org.minidns.dnslabel.ALabel
 
 
 
 
 
 
- 
- 
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 protectedALabel(java.lang.String label) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetInternationalizedRepresentationInternal()- 
Methods inherited from class org.minidns.dnslabel.XnLabel
fromInternal, isXnLabel 
- 
Methods inherited from class org.minidns.dnslabel.ReservedLdhLabel
isReservedLdhLabel 
- 
Methods inherited from class org.minidns.dnslabel.LdhLabel
isLdhLabel 
- 
Methods inherited from class org.minidns.dnslabel.DnsLabel
asLowercaseVariant, charAt, compareTo, equals, from, from, getInternationalizedRepresentation, getLabelType, hashCode, isIdnAcePrefixed, length, subSequence, toString, writeToBoas 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ALabel
protected ALabel(java.lang.String label)
 
 - 
 
- 
Method Detail
- 
getInternationalizedRepresentationInternal
protected java.lang.String getInternationalizedRepresentationInternal()
- Overrides:
 getInternationalizedRepresentationInternalin classDnsLabel
 
 - 
 
 -