Uses of Class
com.googlecode.ipv6.IPv6AddressPool

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.
 



Copyright © 2012. All Rights Reserved.