If the address is null
, then the system will pick up an ephemeral port and a valid local address to bind the socket. TODO: security
@param address the SocketAddress
to bind to
@throws IOException if the bind operation fails, or if the socket is already bound.
@throws IllegalArgumentException if bindpoint is aSocketAddress subclass not supported by this socket
|
|
|
|
|
|