Class UnderscoreLabel

All Implemented Interfaces:
CharSequence, Comparable<DnsLabel>

public final class UnderscoreLabel extends NonLdhLabel
A DNS label which begins with an underscore ('_').
  • Constructor Details

    • UnderscoreLabel

      protected UnderscoreLabel(String label)
  • Method Details

    • isUnderscoreLabelInternal

      protected static boolean isUnderscoreLabelInternal(String label)