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

      UnderscoreLabel(String label)
  • Method Details

    • isUnderscoreLabelInternal

      static boolean isUnderscoreLabelInternal(String label)