SocketImpl.accept
Class Overview | Class Members |
This Package |
All Packages
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.