Modifier and Type | Method and Description |
---|---|
IPv6Address |
IPv6Address.add(int value)
Addition.
|
IPv6Address |
IPv6NetworkMask.asAddress() |
static IPv6Address |
IPv6Address.fromInetAddress(InetAddress inetAddress)
Create an IPv6 address from a java.net.Inet6Address.
|
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.
|
List<IPv6AddressRange> |
IPv6AddressRange.remove(IPv6Address address)
Remove an address from the range, resulting in one, none or two new ranges.
|
Constructor and Description |
---|
IPv6AddressPool(IPv6Address first,
IPv6Address last,
IPv6NetworkMask allocationSubnetSize)
Create a pool in between the given first and last address (inclusive) which is completely free.
|
IPv6AddressRange(IPv6Address first,
IPv6Address last) |
IPv6Network(IPv6Address address,
int prefixLength)
Construct from address and prefix length.
|
IPv6Network(IPv6Address first,
IPv6Address last)
Construct from first and last address.
|
IPv6Network(IPv6Address address,
IPv6NetworkMask networkMask)
Construct from address and network mask.
|
IPv6NetworkMask(IPv6Address iPv6Address)
Construct an IPv6 network mask from an IPv6 address.
|
Copyright © 2012. All Rights Reserved.