Package io.micronaut.http.netty
Netty HTTP implementations.
- Since:
- 1.0
-
Interface Summary 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 Summary Class Description AbstractCompositeCustomizer<C,R> Base class for the composite customizers for the client and server.AbstractNettyHttpRequest<B> Abstract implementation ofHttpRequestfor Netty.MicronautHttpDataFactory Copied fromDefaultHttpDataFactory, but withMixedFileUploadPatched, pending fix for https://github.com/netty/netty/issues/12627.NettyHttpHeaders Delegates to Netty'sHttpHeaders.NettyHttpParameters Implementation ofMutableHttpParametersfor Netty.NettyMutableHttpResponse<B> Delegates to Netty'sFullHttpResponse.