Modifier and Type | Method and Description |
---|---|
IPv6NetworkMask |
IPv6Network.getNetmask() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
IPv6Network(IPv6Address address,
IPv6NetworkMask networkMask)
Construct from address and network mask.
|
Copyright © 2012. All Rights Reserved.