Modifier and Type | Method and Description |
---|---|
static IPv6NetworkMask |
IPv6NetworkMask.fromAddress(IPv6Address iPv6Address)
Construct an IPv6 network mask from an IPv6 address.
|
static IPv6NetworkMask |
IPv6NetworkMask.fromPrefixLength(int prefixLength)
Construct an IPv6 network mask from a prefix length.
|
IPv6NetworkMask |
IPv6Network.getNetmask() |
Modifier and Type | Method and Description |
---|---|
static IPv6Network |
IPv6Network.fromAddressAndMask(IPv6Address address,
IPv6NetworkMask networkMask)
Create an IPv6 network from an IPv6Address and an IPv6NetworkMask
|
static IPv6AddressPool |
IPv6AddressPool.fromRangeAndSubnet(IPv6AddressRange range,
IPv6NetworkMask allocationSubnetSize)
Create a pool of the given range (boundaries inclusive) which is completely free.
|
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.
|
Copyright © 2013. All Rights Reserved.