|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IPv6AddressPool in com.googlecode.ipv6 |
---|
Methods in com.googlecode.ipv6 that return IPv6AddressPool | |
---|---|
IPv6AddressPool |
IPv6AddressPool.allocate()
Allocate the first available subnet from the pool. |
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). |
static IPv6AddressPool |
IPv6AddressPool.fromRangeAndSubnet(IPv6AddressRange range,
IPv6NetworkMask allocationSubnetSize)
Create a pool of the given range (boundaries inclusive) which is completely free. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |