- port
- the port on which the created socket has to listen.
- backlog
- the maximum number of unaccepted connections. Passing 0 or a negative value yields the default backlog of 50.
- iAddress
- the address of the network interface which is used by the created socket.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if an error occurs while creating a new server socket.
Creates a new server socket which is bound to the given address on the specified port and configures its maximum of queued connections.