Class DomainLabels

java.lang.Object
com.aoapps.net.DomainLabels
All Implemented Interfaces:
DtoFactory<DomainLabels>, FastExternalizable, Internable<DomainLabels>, Externalizable, Serializable, Comparable<DomainLabels>

public final class DomainLabels extends Object implements Comparable<DomainLabels>, FastExternalizable, DtoFactory<DomainLabels>, Internable<DomainLabels>
Represents a set of one or more domain labels. These may be prepended to a domain name and, as long as the total length is not exceeded, will result in a valid domain name.
  • Be non-null
  • Be non-empty
  • May not exceed DomainName.MAX_LENGTH
  • Have at least one domain label, each label separated by dots.
Author:
AO Industries, Inc.
See Also: