All Classes
| Class | Description |
|---|---|
| HttpReadWriteHandler | |
| HttpWriteOperation | |
| NettyListener |
This is an
BiConsumer that interfaces with netty code. |
| NioCorsHandler |
Handles Cross Origin Resource Sharing (CORS) requests.
|
| NioGroupFactory |
Creates and returns
NioSelectorGroup instances. |
| NioHttpChannel | |
| NioHttpPipeliningHandler |
Implements HTTP pipelining ordering, ensuring that responses are completely served in the same order as their corresponding requests.
|
| NioHttpRequest | |
| NioHttpResponse | |
| NioHttpServerChannel | |
| NioHttpServerTransport | |
| NioTcpChannel | |
| NioTcpServerChannel |
This is an implementation of
NioServerSocketChannel that adheres to the TcpServerChannel
interface. |
| NioTransport | |
| NioTransportPlugin | |
| PageAllocator | |
| PagedByteBuf | |
| TcpReadWriteHandler |