|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||