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.This class forwards reactive operations onto an
EventLoop
if they are called from outside that loop.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.Transform aPublisherAsBlocking
of buffers into aInputStream
.