Class LdhLabel

java.lang.Object
org.minidns.dnslabel.DnsLabel
org.minidns.dnslabel.LdhLabel
All Implemented Interfaces:
CharSequence, Comparable<DnsLabel>
Direct Known Subclasses:
NonReservedLdhLabel, ReservedLdhLabel

public abstract class LdhLabel extends DnsLabel
A LDH (Letters, Digits, Hyphen) label, which is the classical label form.
See Also:
  • Constructor Details

    • LdhLabel

      protected LdhLabel(String label)
  • Method Details

    • isLdhLabel

      public static boolean isLdhLabel(String label)
    • fromInternal

      protected static LdhLabel fromInternal(String label)