Constructor for the Socket.accept() method. This creates an empty InetAddress, which is filled in by the accept() method. This InetAddress, however, is not put in the address cache, since it is not created by name.
Compares this object against the specified object. The result is true if and only if the argument is not null and it represents the same IP address as this object.
Returns the raw IP address of this InetAddress object. The result is in network byte order: the highest order byte of the address is in getAddress()[0].