Package net.sf.asterisk.io

Provides a facade to java.io.

See:
          Description

Interface Summary
ServerSocketFacade The ServerSocketFacade provides operations to accept client connections over TCP/IP sockets.
It hides the details of the underlying I/O system used for server socket communication.
SocketConnectionFacade The SocketConnectionFacade provides read and write operation for communication over TCP/IP sockets.
It hides the details of the underlying I/O system used for socket communication.
 

Package net.sf.asterisk.io Description

Provides a facade to java.io.



Copyright © 2004-2005 Stefan Reuter. All Rights Reserved.