| Class | Description |
|---|---|
| AcceptingSelector |
Selector implementation that handles
NioServerSocketChannel. |
| AcceptorEventHandler |
Event handler designed to handle events from server sockets
|
| ESSelector |
This is a basic selector abstraction used by
NioTransport. |
| EventHandler | |
| InboundChannelBuffer |
This is a channel byte buffer composed internally of 16kb pages.
|
| InboundChannelBuffer.Page | |
| NioGroup |
The NioGroup is a group of selectors for interfacing with java nio.
|
| NioTransport | |
| NioTransportPlugin | |
| RoundRobinSupplier<S> | |
| SocketEventHandler |
Event handler designed to handle events from non-server sockets
|
| SocketSelector |
Selector implementation that handles
NioSocketChannel. |
| TcpReadHandler | |
| WriteOperation |