Methods
| Name | Description | 
|---|---|
| equals(Object) | Compares this object against the specified object. | 
| getAddress() | Returns the raw IP address of this InetAddress object. | 
| getAllByName(String) | Determines all the IP addresses of a host, given the host's name. | 
| getByName(String) | Determines the IP address of a host, given the host's name. | 
| getHostAddress() | Returns the IP address string "%d.%d.%d.%d" | 
| getHostName() | Returns the hostname for this address. | 
| getLocalHost() | Returns the local host. | 
| hashCode() | Returns a hashcode for this IP address. | 
| isMulticastAddress() | Utility routine to check if the InetAddress is a IP multicast address. | 
| toString() | Converts this IP address to a String. |