Package | Description |
---|---|
inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
HostIdentifierString |
Address.toAddressString()
Returns a host identifier string representation for this address,
which will be already validated.
|