Creats an InetSocketAddress without trying to resolve
hostname into an InetAddress. The address field is marked as unresolved.
Parameters: host - Parameters: port - an InetSocketAddress instance. throws: IllegalArgumentException - if host is null or the port is not in the range between 0 and65535.
equals
final public boolean equals(Object socketAddr)(Code)