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 DomainNameDomainName.LOCALHOSTstatic final DomainNameDomainName.LOCALHOST_LOCALDOMAINMethods 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 DomainNameMethods in com.aoapps.net with parameters of type DomainNameModifier and TypeMethodDescriptionintDomainName.compareTo(DomainName other) Sorts by top level domain, then subdomain, then sub-subdomain, ...static ValidationResultEmail.validate(String localPart, DomainName domain) Validates the local part of the email address (before the @ symbol), as well as additional domain rules.static EmailEmail.valueOf(String localPart, DomainName domain) static HostAddressHostAddress.valueOf(DomainName domainName) If domainName is null, returns null.
