com.eurotech.framework.net
Class IP6Address

java.lang.Object
  extended by com.eurotech.framework.net.IPAddress
      extended by com.eurotech.framework.net.IP6Address

public class IP6Address
extends IPAddress

This class represents an Internet Protocol version 6 (IPv6) address.


Field Summary
 
Fields inherited from class com.eurotech.framework.net.IPAddress
javaNetAddress
 
Method Summary
 boolean isIPv4CompatibleAddress()
          Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.
 
Methods inherited from class com.eurotech.framework.net.IPAddress
equals, getAddress, getByAddress, getByAddress, getHostAddress, hashCode, isAnyLocalAddress, isLinkLocalAddress, isLoopbackAddress, isMCGlobal, isMCLinkLocal, isMCNodeLocal, isMCOrgLocal, isMCSiteLocal, isMulticastAddress, isSiteLocalAddress, parseHostAddress
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isIPv4CompatibleAddress

public boolean isIPv4CompatibleAddress()
Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.

Returns:
a boolean indicating if the InetAddress is an IPv4 compatible IPv6 address; or false if address is IPv4 address.


Copyright © 2013. All Rights Reserved.