Package io.micronaut.http.netty
package io.micronaut.http.netty
Netty HTTP implementations.
- Since:
- 1.0
- Author:
- Sergio del Amo
-
ClassDescriptionBase class for the composite customizers for the client and server.Abstract implementation of
HttpRequest
for Netty.Delegates to Netty'sHttpHeaders
.Implementation ofMutableHttpParameters
for Netty.Common interface for client and server to implement to construct the Netty versions of the request objects.Common interface for client and server to implement to construct the Netty versions of the response objects.Delegates to Netty'sFullHttpResponse
.Common utilities for netty TLS support.A subscriber that allows blocking reads from a publisher.Transform aPublisherAsBlocking
of buffers into aInputStream
.