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 classAddressNetwork.HostIdentifierStringGenerator<T extends HostIdentifierString>Generates and caches HostIdentifierString instances.static classIPAddressNetwork.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 classHostNameAn internet host name.classIPAddressStringParses the string representation of an IP address.classMACAddressStringParses the string representation of a MAC address.Methods in inet.ipaddr that return HostIdentifierString Modifier and Type Method Description HostIdentifierStringAddress. toAddressString()Returns a host identifier string representation for this address, which will be already validated.
-