| Interface | Description |
|---|---|
| ConnectionHandler<R,W> |
A connection handler invoked for every new connection is established by
TcpServer |
| TcpServerInterceptorChain.Interceptor<R,W> |
An interceptor that preserves the type of objects read and written to the connection.
|
| TcpServerInterceptorChain.TransformingInterceptor<R,W,RR,WW> |
An interceptor that changes the type of objects read and written to the connection.
|
| Class | Description |
|---|---|
| TcpServer<R,W> |
A TCP server.
|
| TcpServerConnectionToChannelBridge<R,W> |
An implementation of
AbstractConnectionToChannelBridge for servers. |
| TcpServerImpl<R,W> | |
| TcpServerInterceptorChain<R,W,RR,WW> |
A utility to create an interceptor chain to be used with a
TcpServer to modify behavior of connections
accepted by that server. |
| TcpServerState<R,W> |
A collection of state that
TcpServer holds. |
| Enum | Description |
|---|---|
| TcpServerImpl.ServerStatus |