| Package | Description |
|---|---|
| inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
| Modifier and Type | Method and Description |
|---|---|
HostName |
IPAddressNetwork.HostNameGenerator.get(Address.AddressValueProvider addressProvider) |
HostName |
IPAddressNetwork.HostNameGenerator.get(Address.SegmentValueProvider lowerValueProvider,
Address.SegmentValueProvider upperValueProvider,
Integer prefixLength,
CharSequence zone) |
HostName |
IPAddressNetwork.HostNameGenerator.get(byte[] bytes) |
HostName |
IPAddressNetwork.HostNameGenerator.get(IPAddress.IPVersion version,
Address.SegmentValueProvider lowerValueProvider,
Address.SegmentValueProvider upperValueProvider,
Integer prefixLength) |
HostName |
IPAddress.toCanonicalHostName()
Does a reverse name lookup to get the canonical host name.
|
HostName |
IPAddress.toHostName()
If this address was resolved from a host, returns that host.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HostName.compareTo(HostName other) |
boolean |
HostName.matches(HostName host)
Returns whether the given host matches this one.
|
| Constructor and Description |
|---|
HostNameGenerator(Map<String,HostName> backingMap) |
HostNameGenerator(Map<String,HostName> backingMap,
HostNameParameters options,
boolean reverseLookup) |