SocketImpl.accept

SocketImpl.accept

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract void accept( SocketImpl s ) throws IOException
Parameters
s
the accepted connection.
Description
Accepts a connection.

Exceptions
IOException if an I/O error occurs when accepting the connection.