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 IPv6Network |
IPv6Network.fromString(String string)
Create an IPv6 network from its String representation.
|
static IPv6Network |
IPv6Network.fromTwoAddresses(IPv6Address one,
IPv6Address two)
Create an IPv6 network from the two addresses within the network.
|
IPv6Network |
IPv6AddressPool.getLastAllocated() |
Modifier and Type | Method and Description |
---|---|
Iterable<IPv6Network> |
IPv6AddressPool.freeNetworks() |
Modifier and Type | Method and Description |
---|---|
IPv6AddressPool |
IPv6AddressPool.allocate(IPv6Network toAllocate)
Allocate the given subnet from the pool.
|
IPv6AddressPool |
IPv6AddressPool.deAllocate(IPv6Network toDeAllocate)
Give a network back to the pool (de-allocate).
|
boolean |
IPv6AddressPool.isFree(IPv6Network network) |
List<IPv6AddressRange> |
IPv6AddressRange.remove(IPv6Network network)
Remove a network from the range, resulting in one, none or two new ranges.
|
Copyright © 2013. All Rights Reserved.