Uses of Package
org.xsocket.connection

Packages that use org.xsocket.connection
org.xsocket.connection Provides classes to handle a connection-oriented, sequenced flow of data in a blocking or non-blocking mode on the server and on the client side. 
 

Classes in org.xsocket.connection used by org.xsocket.connection
AbstractNonBlockingStream
          implementation base of a data stream.
IBlockingConnection
          A connection which accesses the underlying channel in a non-blocking manner.
IConnectHandler
          Handles new incoming connections.
IConnection
          A connection (session) between two endpoints.
IConnection.FlushMode
           
IConnectionPool
          A connection pool manages a pool of open connections.
IConnectionTimeoutHandler
          Handles connection timeout.
IDataHandler
          Reads and processes the incoming data.
IDisconnectHandler
          Handles the disconnecting of connections.
IHandler
          A marker interface for a handler

Specific handlers defines on<event> callback methods.
IIdleTimeoutHandler
          Handles idle timeout.
INonBlockingConnection
          A connection which accesses the underlying channel in a non-blocking manner.
IServer
          A server accepts new incoming connections, and delegates the handling of the INonBlockingConnection to the assigned handler.
IServerListener
          Listener interface, which defines specific callback methods for a IServer
IWriteCompletionHandler
          Call back handler.
MaxConnectionsExceededException
          Checked exception thrown when a the max number of connections is exceeded
NonBlockingConnection
          Implementation of the INonBlockingConnection interface.
 



Copyright 2010 xSocket.org