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.
Handler for netty ByteBuf.
A cancelled subscriber.
Creates channel options.
Interface that allows customizations to the ChannelPipeline.
Deprecated.
Use NettyClientCustomizer or NettyServerCustomizer instead.
MessageBodyHandler that is customizable with JsonFeatures.
Creates channel options.
Configuration interface for event loop configuration.
The default factory for EventLoopGroup instances.
Factory for creating named event loop groups.
Deprecated.
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.
Default event loop group configuration interface.
Factory for EventLoopGroup.
Registry of configured event loops.
Publisher for a Netty Handler.
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.
Deprecated.
Unused
Utility methods for generated HTTP content.
Handler that converts written StreamedHttpRequest messages into HttpRequest messages followed by HttpContent messages and reads HttpResponse messages followed by HttpContent messages and produces StreamedHttpResponse messages.
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.
Deprecated.
Unused
Netty-specific writer.
Different netty channel types.
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.
 
Delegates to Netty's FullHttpResponse.
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.
 
This interface is used to write the different kinds of netty responses.
Factory for NioEventLoopGroup.
Combines HttpMessage and Publisher into one message.
Combines HttpRequest and StreamedHttpMessage into one message.
Combines HttpResponse and StreamedHttpMessage into one message.
Combines HttpResponse and Processor into one message.
Encapsulate functionality to encode WebSocket messages.
Defines a ChannelGroup repository to handle WebSockets.