| Interface | Description |
|---|---|
| NioChannel | |
| ReadContext | |
| WriteContext |
| Class | Description |
|---|---|
| AbstractNioChannel<S extends java.nio.channels.SelectableChannel & java.nio.channels.NetworkChannel> |
This is a basic channel abstraction used by the
NioTransport. |
| ChannelFactory<ServerSocket extends NioServerSocketChannel,Socket extends NioSocketChannel> | |
| NioServerSocketChannel | |
| NioSocketChannel | |
| SelectionKeyUtils | |
| TcpChannelFactory |
This is an implementation of
ChannelFactory which returns channels that adhere to the
TcpChannel interface. |
| TcpFrameDecoder | |
| TcpNioServerSocketChannel |
This is an implementation of
NioServerSocketChannel that adheres to the TcpChannel
interface. |
| TcpNioSocketChannel | |
| TcpReadContext | |
| TcpWriteContext |