Class XnLabel

All Implemented Interfaces:
CharSequence, Comparable<DnsLabel>
Direct Known Subclasses:
ALabel, FakeALabel

public abstract class XnLabel extends ReservedLdhLabel
A label that begins with "xn--" and follows the LDH rule.
  • Constructor Details

    • XnLabel

      protected XnLabel(String label)
  • Method Details

    • fromInternal

      protected static LdhLabel fromInternal(String label)
    • isXnLabel

      public static boolean isXnLabel(String label)
    • isXnLabelInternal

      static boolean isXnLabelInternal(String label)