Generated by
JDiff

Class java.net.InetAddress

Change from final to non-final.

Added Methods
InetAddress getByAddress(byte[]) Returns an InetAddress object given the raw IP address .
InetAddress getByAddress(String, byte[]) Create an InetAddress based on the provided host name and IP address No name service is checked for the validity of the address.
String getCanonicalHostName() Gets the fully qualified domain name for this IP address.
boolean isAnyLocalAddress() Utility routine to check if the InetAddress in a wildcard 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 isSiteLocalAddress() Utility routine to check if the InetAddress is a site local address.