Package org.minidns.dnslabel
Class FakeALabel
- java.lang.Object
- 
- org.minidns.dnslabel.DnsLabel
- 
- org.minidns.dnslabel.LdhLabel
- 
- org.minidns.dnslabel.ReservedLdhLabel
- 
- org.minidns.dnslabel.XnLabel
- 
- org.minidns.dnslabel.FakeALabel
 
 
 
 
 
- 
- All Implemented Interfaces:
- CharSequence,- Comparable<DnsLabel>
 
 public final class FakeALabel extends XnLabel 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.minidns.dnslabel.DnsLabelDnsLabel.LabelToLongException
 
- 
 - 
Field Summary- 
Fields inherited from class org.minidns.dnslabel.DnsLabellabel, MAX_LABEL_LENGTH_IN_OCTETS, VALIDATE, WILDCARD_LABEL
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedFakeALabel(String label)
 - 
Method Summary- 
Methods inherited from class org.minidns.dnslabel.XnLabelfromInternal, isXnLabel
 - 
Methods inherited from class org.minidns.dnslabel.ReservedLdhLabelisReservedLdhLabel
 - 
Methods inherited from class org.minidns.dnslabel.LdhLabelisLdhLabel
 - 
Methods inherited from class org.minidns.dnslabel.DnsLabelasLowercaseVariant, charAt, compareTo, equals, from, from, getInternationalizedRepresentation, getInternationalizedRepresentationInternal, getLabelType, hashCode, isIdnAcePrefixed, length, subSequence, toString, writeToBoas
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.CharSequencechars, codePoints
 
- 
 
- 
- 
- 
Constructor Detail- 
FakeALabelprotected FakeALabel(String label) 
 
- 
 
-