IPAddressString |
HostName.asAddressString()
If this represents an ip address or represents a valid IPAddressString, returns the corresponding address string.
|
IPAddressString |
IPAddressNetwork.IPAddressStringCache.get(byte[] bytes) |
IPAddressString |
IPAddressNetwork.IPAddressStringCache.get(byte[] bytes,
byte[] bytes2,
java.lang.Integer prefixLength) |
IPAddressString |
IPAddressNetwork.IPAddressStringCache.get(byte[] bytes,
byte[] bytes2,
java.lang.Integer prefixLength,
java.lang.String zone) |
IPAddressString |
IPAddressNetwork.IPAddressStringCache.get(java.lang.String key) |
static IPAddressString |
IPAddressNetwork.getPrefix(int networkPrefixLength) |
IPAddressString |
IPAddress.toAddressString()
Generates an IPAddressString object for this IPAddress object.
|
IPAddressString |
IPAddressString.toSupernet()
Return an address for the network encompassing this address,
with the network portion of the returned address extending to the furthest segment boundary
located entirely within but not matching the network portion of this address.
|
IPAddressString |
IPAddressString.toSupernet(java.lang.Integer prefixLengthDecrement)
Return an address for the network encompassing this address.
|