|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.InetAddress
java.net.Inet6Address
public final class Inet6Address
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compares this object against the specified object |
byte[] |
getAddress()
Returns the raw IP address of this InetAddress object. |
String |
getHostAddress()
Returns the IP address string in textual presentation |
int |
hashCode()
Returns a hashcode for this IP address |
boolean |
isAnyLocalAddress()
Utility routine to check if the InetAddress in a wildcard address |
boolean |
isIPv4CompatibleAddress()
Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address |
boolean |
isLinkLocalAddress()
Utility routine to check if the InetAddress is an link local address |
boolean |
isLoopbackAddress()
Utility routine to check if the InetAddress is a loopback address |
boolean |
isMCGlobal()
Utility routine to check if the multicast address has global scope |
boolean |
isMCLinkLocal()
Utility routine to check if the multicast address has link scope |
boolean |
isMCNodeLocal()
Utility routine to check if the multicast address has node scope |
boolean |
isMCOrgLocal()
Utility routine to check if the multicast address has organization scope |
boolean |
isMCSiteLocal()
Utility routine to check if the multicast address has site scope |
boolean |
isMulticastAddress()
Utility routine to check if the InetAddress is an IP multicast address |
boolean |
isSiteLocalAddress()
Utility routine to check if the InetAddress is a site local address |
| Methods inherited from class java.net.InetAddress |
|---|
getAllByName, getByAddress, getByAddress, getByName, getCanonicalHostName, getHostName, getLocalHost, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isMulticastAddress()
isMulticastAddress in class InetAddresspublic boolean isAnyLocalAddress()
isAnyLocalAddress in class InetAddresspublic boolean isLoopbackAddress()
isLoopbackAddress in class InetAddresspublic boolean isLinkLocalAddress()
isLinkLocalAddress in class InetAddresspublic boolean isSiteLocalAddress()
isSiteLocalAddress in class InetAddresspublic boolean isMCGlobal()
isMCGlobal in class InetAddresspublic boolean isMCNodeLocal()
isMCNodeLocal in class InetAddresspublic boolean isMCLinkLocal()
isMCLinkLocal in class InetAddresspublic boolean isMCSiteLocal()
isMCSiteLocal in class InetAddresspublic boolean isMCOrgLocal()
isMCOrgLocal in class InetAddresspublic byte[] getAddress()
getAddress in class InetAddresspublic String getHostAddress()
getHostAddress in class InetAddresspublic int hashCode()
hashCode in class InetAddresspublic boolean equals(Object obj)
equals in class InetAddressobj - The address to test for equality
public boolean isIPv4CompatibleAddress()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||