Interface | Description |
---|---|
LastHttp2Content |
Represents HTTP2 streamed content.
|
NettyHttpRequestBuilder |
Common interface for client and server to implement to construct the Netty versions of the request objects.
|
NettyHttpResponseBuilder |
Common interface for client and server to implement to construct the Netty versions of the response objects.
|
Class | Description |
---|---|
AbstractCompositeCustomizer<C,R> |
Base class for the composite customizers for the client and server.
|
AbstractNettyHttpRequest<B> |
Abstract implementation of
HttpRequest for Netty. |
NettyHttpHeaders |
Delegates to Netty's
HttpHeaders . |
NettyHttpParameters |
Implementation of
MutableHttpParameters for Netty. |
NettyMutableHttpResponse<B> |
Delegates to Netty's
FullHttpResponse . |