Package io.micronaut.http.server.netty
@NullMarked
package io.micronaut.http.server.netty
Netty server classes for Micronaut.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionAbstract implementation of
HttpRequestfor Netty.Delegates all functionality to the provided buffer.Default implementation ofHttpCompressionStrategy.This class will handle subscribing to a stream ofHttpContent.Default implementation ofNettyEmbeddedServerFactory.Delegate for Streamed HTTP Response.Determines if a given http message should be compressed.Deprecated.Deprecated, for removal: This API element is subject to removal in a future version.Unused nowExtendedEmbeddedServerinterface that represents a Netty-based HTTP server.A factory / strategy interface for creating instances ofNettyEmbeddedServer.Internal interface with services required by theNettyHttpServer.Delegates to the NettyHttpRequestinstance.Implementation ofHttpResponseFactoryfor Netty.Implements the bootstrap and configuration logic for the Netty implementation ofEmbeddedServer.Interface implemented by users to hook into the pipeline setup of the netty HTTP server.Enum to describe the role of the channel passed toNettyServerCustomizer.specializeForChannel(Channel, ChannelRole).Interface implemented by the HTTP server to register customizers.Internal implementation of theChannelInboundHandlerfor Micronaut.
MessageBodyReaderAPI instead