java.net
Class Inet6Address

java.lang.Object
  extended by java.net.InetAddress
      extended by java.net.Inet6Address
All Implemented Interfaces:
Serializable

public final class Inet6Address
extends InetAddress

See Also:
Serialized Form

Method Summary
 boolean isIPv4CompatibleAddress()
           
 
Methods inherited from class java.net.InetAddress
getAddress, getAllByName, getByAddress, getByAddress, getByName, getCanonicalHostName, getHostAddress, getHostName, getLocalHost, isAnyLocalAddress, isLinkLocalAddress, isLoopbackAddress, isMCGlobal, isMCLinkLocal, isMCNodeLocal, isMCOrgLocal, isMCSiteLocal, isMulticastAddress, isSiteLocalAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isIPv4CompatibleAddress

public boolean isIPv4CompatibleAddress()