Uses of Class
com.googlecode.ipv6.IPv6Network

Uses of IPv6Network in com.googlecode.ipv6
 

Methods in com.googlecode.ipv6 that return IPv6Network
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()
           
 

Methods in com.googlecode.ipv6 that return types with arguments of type IPv6Network
 Iterable<IPv6Network> IPv6AddressPool.freeNetworks()
           
 

Methods in com.googlecode.ipv6 with parameters of type IPv6Network
 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 © 2012. All Rights Reserved.