Uses of Class
com.googlecode.ipv6.IPv6Address

Uses of IPv6Address in com.googlecode.ipv6
 

Methods in com.googlecode.ipv6 that return IPv6Address
 IPv6Address IPv6Address.add(int value)
          Addition.
 IPv6Address IPv6NetworkMask.asAddress()
           
static IPv6Address IPv6Address.fromInetAddress(InetAddress inetAddress)
          Create an IPv6 address from a java.net.Inet6Address.
static IPv6Address IPv6Address.fromString(String string)
          Create an IPv6 address from its String representation.
 IPv6Address IPv6AddressRange.getFirst()
           
 IPv6Address IPv6AddressPool.getFirst()
           
 IPv6Address IPv6AddressRange.getLast()
           
 IPv6Address IPv6AddressPool.getLast()
           
 IPv6Address IPv6Address.maskWithNetworkMask(IPv6NetworkMask networkMask)
          Mask the address with the given network mask.
 IPv6Address IPv6Address.maximumAddressWithNetworkMask(IPv6NetworkMask networkMask)
          Calculate the maximum address with the given network mask.
 IPv6Address IPv6Address.subtract(int value)
          Subtraction.
 

Methods in com.googlecode.ipv6 that return types with arguments of type IPv6Address
 Iterator<IPv6Address> IPv6AddressRange.iterator()
           
 

Methods in com.googlecode.ipv6 with parameters of type IPv6Address
 int IPv6Address.compareTo(IPv6Address that)
           
 boolean IPv6AddressRange.contains(IPv6Address address)
           
 boolean IPv6AddressPool.contains(IPv6Address address)
           
 IPv6AddressRange IPv6AddressRange.extend(IPv6Address address)
          Extend the range just enough at its head or tail such that the given address is included.
static IPv6NetworkMask IPv6NetworkMask.fromAddress(IPv6Address iPv6Address)
          Construct an IPv6 network mask from an IPv6 address.
static IPv6Network IPv6Network.fromAddressAndMask(IPv6Address address, IPv6NetworkMask networkMask)
          Create an IPv6 network from an IPv6Address and an IPv6NetworkMask
static IPv6AddressRange IPv6AddressRange.fromFirstAndLast(IPv6Address first, IPv6Address last)
           
static IPv6Network IPv6Network.fromTwoAddresses(IPv6Address one, IPv6Address two)
          Create an IPv6 network from the two addresses within the network.
 List<IPv6AddressRange> IPv6AddressRange.remove(IPv6Address address)
          Remove an address from the range, resulting in one, none or two new ranges.
 



Copyright © 2012. All Rights Reserved.