- 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.
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 port and configures its maximum of queued connections.