- freeNetworks() - Method in class com.googlecode.ipv6.IPv6AddressPool
-
- fromAddress(IPv6Address) - Static method in class com.googlecode.ipv6.IPv6NetworkMask
-
Construct an IPv6 network mask from an IPv6 address.
- fromAddressAndMask(IPv6Address, IPv6NetworkMask) - Static method in class com.googlecode.ipv6.IPv6Network
-
Create an IPv6 network from an IPv6Address and an IPv6NetworkMask
- fromFirstAndLast(IPv6Address, IPv6Address) - Static method in class com.googlecode.ipv6.IPv6AddressRange
-
- fromInetAddress(InetAddress) - Static method in class com.googlecode.ipv6.IPv6Address
-
Create an IPv6 address from a java.net.Inet6Address.
- fromPrefixLength(int) - Static method in class com.googlecode.ipv6.IPv6NetworkMask
-
Construct an IPv6 network mask from a prefix length.
- fromRangeAndSubnet(IPv6AddressRange, IPv6NetworkMask) - Static method in class com.googlecode.ipv6.IPv6AddressPool
-
Create a pool of the given range (boundaries inclusive) which is completely free.
- fromString(String) - Static method in class com.googlecode.ipv6.IPv6Address
-
Create an IPv6 address from its String representation.
- fromString(String) - Static method in class com.googlecode.ipv6.IPv6Network
-
Create an IPv6 network from its String representation.
- fromTwoAddresses(IPv6Address, IPv6Address) - Static method in class com.googlecode.ipv6.IPv6Network
-
Create an IPv6 network from the two addresses within the network.