Uses of Class
com.aoapps.net.DomainName
Packages that use DomainName
-
Uses of DomainName in com.aoapps.net
Fields in com.aoapps.net declared as DomainNameModifier and TypeFieldDescriptionstatic final DomainName
DomainName.LOCALHOST
static final DomainName
DomainName.LOCALHOST_LOCALDOMAIN
Methods in com.aoapps.net that return DomainNameModifier and TypeMethodDescriptionEmail.getDomain()
HostAddress.getDomainName()
DomainName.intern()
Interns this domain much in the same fashion asString.intern()
.static DomainName
Methods in com.aoapps.net with parameters of type DomainNameModifier and TypeMethodDescriptionint
DomainName.compareTo
(DomainName other) Sorts by top level domain, then subdomain, then sub-subdomain, ...static ValidationResult
Email.validate
(String localPart, DomainName domain) Validates the local part of the email address (before the @ symbol), as well as additional domain rules.static Email
Email.valueOf
(String localPart, DomainName domain) static HostAddress
HostAddress.valueOf
(DomainName domainName) If domainName is null, returns null.