Class RFC5892

java.lang.Object
com.networknt.schema.utils.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 Details

    • RFC5892

      public RFC5892()
  • Method Details

    • isValid

      public static boolean isValid(String value)