| Class | Description |
|---|---|
| NettyHttpChannel<IN,OUT> | |
| NettyHttpClient<IN,OUT> |
A Netty-based
TcpClient. |
| NettyHttpClientHandler<IN,OUT> | |
| NettyHttpHeaders | |
| NettyHttpResponseHeaders | |
| NettyHttpServer<IN,OUT> |
A Netty-based
TcpServer implementation |
| NettyHttpServerHandler<IN,OUT> |
Conversion between Netty types (
HttpRequest, .http.HttpResponse, HttpContent and .LastHttpContent)
and Reactor types (NettyHttpChannel and Buffer). |