SocketImpl.listen

SocketImpl.listen

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract void listen( int backlog ) throws IOException
Parameters
backlog
the maximum length of the queue.
Description
Sets the maximum queue length for incoming connection indications (a request to connect) to the count argument. If a connection indication arrives when the queue is full, the connection is refused.

Exceptions
IOException if an I/O error occurs when creating the queue.