Modifier and Type | Method and Description |
---|---|
IPv6Address |
IPv6Address.add(int value)
Addition.
|
IPv6Address |
IPv6NetworkMask.asAddress() |
static IPv6Address |
IPv6Address.fromByteArray(byte[] bytes)
Create an IPv6 address from a byte array.
|
static IPv6Address |
IPv6Address.fromInetAddress(InetAddress inetAddress)
Create an IPv6 address from a java.net.Inet6Address.
|
static IPv6Address |
IPv6Address.fromLongs(long highBits,
long lowBits)
Construct an IPv6Address from two longs representing the 64 highest and 64 lowest bits.
|
static IPv6Address |
IPv6Address.fromString(String string)
Create an IPv6 address from its String representation.
|
IPv6Address |
IPv6AddressRange.getFirst() |
IPv6Address |
IPv6AddressPool.getFirst() |
IPv6Address |
IPv6AddressRange.getLast() |
IPv6Address |
IPv6AddressPool.getLast() |
IPv6Address |
IPv6Address.maskWithNetworkMask(IPv6NetworkMask networkMask)
Mask the address with the given network mask.
|
IPv6Address |
IPv6Address.maximumAddressWithNetworkMask(IPv6NetworkMask networkMask)
Calculate the maximum address with the given network mask.
|
IPv6Address |
IPv6Address.subtract(int value)
Subtraction.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IPv6Address> |
IPv6AddressRange.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
IPv6Address.compareTo(IPv6Address that) |
boolean |
IPv6AddressRange.contains(IPv6Address address) |
boolean |
IPv6AddressPool.contains(IPv6Address address) |
IPv6AddressRange |
IPv6AddressRange.extend(IPv6Address address)
Extend the range just enough at its head or tail such that the given address is included.
|
static IPv6NetworkMask |
IPv6NetworkMask.fromAddress(IPv6Address iPv6Address)
Construct an IPv6 network mask from an IPv6 address.
|
static IPv6Network |
IPv6Network.fromAddressAndMask(IPv6Address address,
IPv6NetworkMask networkMask)
Create an IPv6 network from an IPv6Address and an IPv6NetworkMask
|
static IPv6AddressRange |
IPv6AddressRange.fromFirstAndLast(IPv6Address first,
IPv6Address last) |
static IPv6Network |
IPv6Network.fromTwoAddresses(IPv6Address one,
IPv6Address two)
Create an IPv6 network from the two addresses within the network.
|
List<IPv6AddressRange> |
IPv6AddressRange.remove(IPv6Address address)
Remove an address from the range, resulting in one, none or two new ranges.
|
Copyright © 2013. All Rights Reserved.