- host
- the specified hostname to which this socket is bound.
- port
- the specified port number to which this socket is bound.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if the hostname host is null or the port is not in the range between 0 and 65535.
Creates an InetSocketAddress without trying to resolve the hostname into an InetAddress. The address field is marked as unresolved.