Uses of Interface
inet.ipaddr.HostIdentifierString
-
Packages that use HostIdentifierString Package Description inet.ipaddr Base classes for IP addresses and generic addresses. -
-
Uses of HostIdentifierString in inet.ipaddr
Classes in inet.ipaddr with type parameters of type HostIdentifierString Modifier and Type Class Description static class
AddressNetwork.HostIdentifierStringGenerator<T extends HostIdentifierString>
Generates and caches HostIdentifierString instances.static class
IPAddressNetwork.HostIDStringAddressGenerator<T extends HostIdentifierString>
Choose a map of your choice to implement a cache of addresses and/or host names.Classes in inet.ipaddr that implement HostIdentifierString Modifier and Type Class Description class
HostName
An internet host name.class
IPAddressString
Parses the string representation of an IP address.class
MACAddressString
Parses the string representation of a MAC address.Methods in inet.ipaddr that return HostIdentifierString Modifier and Type Method Description HostIdentifierString
Address. toAddressString()
Returns a host identifier string representation for this address, which will be already validated.
-