Uses of Class
com.aoapps.net.HostAddress
Packages that use HostAddress
-
Uses of HostAddress in com.aoapps.net
Methods in com.aoapps.net that return HostAddressModifier and TypeMethodDescriptionHostAddress.intern()Interns this host address much in the same fashion asString.intern().static HostAddressHostAddress.valueOf(DomainName domainName) If domainName is null, returns null.static HostAddressHostAddress.valueOf(InetAddress ip) If ip is null, returns null.static HostAddressWhen enclosed in brackets"[...]"Methods in com.aoapps.net with parameters of type HostAddressModifier and TypeMethodDescriptionintHostAddress.compareTo(HostAddress other) Sorts IP addresses before domain names.
