Class RFC5892


  • public class RFC5892
    extends Object
    Encapsulates the rules determining whether a label conforms to the RFC 5892 specification.

    In the context of RFC 5892. a label is a subcomponent of a DNS entry. For example, schema.networknt.com has three sub-components or labels: com, networknt and schema.

    Each component (or label) must satisfy the constraints identified in RFC 5892.

    • Constructor Detail

      • RFC5892

        public RFC5892()
    • Method Detail

      • isValid

        public static boolean isValid​(String value)