All Classes and Interfaces
Class
Description
Base class for the composite customizers for the client and server.
Abstract implementation of
HttpRequest for Netty.Abstract implementation that handles WebSocket frames.
Netty ByteBuf implementation of ImmediateByteBody.
Body size limits.
This is a netty-specific reactor-like API for streaming bytes.
This interface manages the backpressure for data consumptions.
Creates channel options.
Interface that allows customizations to the
ChannelPipeline.Deprecated.
Use NettyClientCustomizer or NettyServerCustomizer instead.
Creates channel options.
Configuration interface for event loop configuration.
The default factory for
EventLoopGroup instances.Factory for creating named event loop groups.
A default streamed HTTP request.
A default streamed HTTP response.
A default WebSocket HTTP response.
Delegate for Streamed HTTP Request.
Delegate for Empty HTTP Response.
Checks if epoll is available.
Creates channel options.
Factory for EpollEventLoopGroup.
This class forwards reactive operations onto an
EventLoop if they are
called from outside that loop.Default event loop group configuration interface.
Factory for EventLoopGroup.
Registry of configured event loops.
Subscriber that publishes received messages to the handler pipeline.
A contract for a publisher that buffers data to allow for
the release of that data if there will not be a subscriber.
Utility methods for generated HTTP content.
Checks if io-uring is available.
Factory for IOUringEventLoopGroup.
This class takes in JSON data and does simple parsing to detect boundaries between json nodes.
A region that contains a JSON node.
A Reactor subscriber used to handle JSON content.
Checks if kqueue is available.
Creates channel options.
Factory for KQueueEventLoopGroup.
Adapter from generic streaming
ByteBody to StreamingNettyByteBody.Common base class for streaming and immediate netty ByteBody implementations.
Handler for netty
ByteBuf.Different netty channel types.
A JSON body should not be escaped or parsed as a JSON value.
A wrapper around a Netty cookie.
A
CookieFactory for constructing Cookie instances for Netty.Delegates to
Cookie.Allows configuring Netty global properties.
Delegates to Netty's
HttpHeaders.Implementation of
MutableHttpParameters 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.
Replacement for
JsonMessageHandler with ChunkedMessageBodyReader support.Netty json stream implementation for MessageBodyHandler.
ClientCookieEncoder implementation backed on Netty's ClientCookieEncoder.LAX.Delegates to Netty's
FullHttpResponse.ServerCookieEncoder implementation backed by ServerCookieEncoder.Netty implementation of
WebSocketBroadcaster.The Default thread factory the Netty
NioEventLoopGroup will use within Micronaut to
create threads.Common utilities for netty TLS support.
Implementation of the
WebSocketSession interface for Netty.Netty-specific writer implementation.
This interface is used to write the different kinds of netty responses.
Factory for NioEventLoopGroup.
A subscriber that allows blocking reads from a publisher.
Transform a
PublisherAsBlocking of buffers into a InputStream.Combines
HttpMessage and Publisher into one
message.Combines
HttpRequest and StreamedHttpMessage into one
message.Combines
HttpResponse and StreamedHttpMessage into one
message.Netty implementation for streaming ByteBody.
This class buffers input data and distributes it to multiple
StreamingNettyByteBody
instances.Combines
HttpResponse and Processor
into one message.Encapsulate functionality to encode WebSocket messages.
Defines a ChannelGroup repository to handle WebSockets.