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
.Builder for NettySslContext
(TCP/HTTP/1.1 and HTTP/2) andQuicSslContext
(HTTP/3).Common utilities for netty TLS support.Automatically loads and refreshes Netty SSL contexts from configuredCertificateProvider
s.Holder for Netty SSL context instances for TCP (SslContext
) and QUIC/HTTP3 (QuicSslContext
).