|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IPv6NetworkMask in com.googlecode.ipv6 |
---|
Methods in com.googlecode.ipv6 that return IPv6NetworkMask | |
---|---|
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()
|
Methods in com.googlecode.ipv6 with parameters of type IPv6NetworkMask | |
---|---|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |