All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractCompositeCustomizer<C,R> Base class for the composite customizers for the client and server.AbstractNettyHttpRequest<B> Abstract implementation ofHttpRequestfor Netty.AbstractNettyWebSocketHandler Abstract implementation that handles WebSocket frames.CancelledSubscriber<T> A cancelled subscriber.ChannelOptionFactory Creates channel options.ChannelPipelineCustomizer Interface that allows customizations to theChannelPipeline.ChannelPipelineListener Deprecated. Use NettyClientCustomizer or NettyServerCustomizer instead.DefaultChannelOptionFactory Creates channel options.DefaultEventLoopGroupConfiguration Configuration interface for event loop configuration.DefaultEventLoopGroupFactory The default factory forEventLoopGroupinstances.DefaultEventLoopGroupRegistry Factory for creating named event loop groups.DefaultHttp2Content AnHttp2Contentdefault implementation.DefaultStreamedHttpRequest A default streamed HTTP request.DefaultStreamedHttpResponse A default streamed HTTP response.DefaultWebSocketHttpResponse A default WebSocket HTTP response.EpollAvailabilityCondition Checks if epoll is available.EpollChannelOptionFactory Creates channel options.EpollEventLoopGroupFactory Factory for EpollEventLoopGroup.EventLoopGroupConfiguration Default event loop group configuration interface.EventLoopGroupFactory Factory for EventLoopGroup.EventLoopGroupRegistry Registry of configured event loops.HandlerPublisher<T> Publisher for a Netty Handler.HandlerSubscriber<T> Subscriber that publishes received messages to the handler pipeline.HotObservable<T> A contract for a publisher that buffers data to allow for the release of that data if there will not be a subscriber.Http2Content Represents HTTP2 streamed content.HttpContentUtil Utility methods for generated HTTP content.HttpNettyFeature An HTTP Netty feature that configures the native channels.HttpStreamsClientHandler Handler that converts writtenStreamedHttpRequestmessages intoHttpRequestmessages followed byHttpContentmessages and readsHttpResponsemessages followed byHttpContentmessages and producesStreamedHttpResponsemessages.HttpStreamsServerHandler Handler that readsHttpRequestmessages followed byHttpContentmessages and producesStreamedHttpRequestmessages, and converts writtenStreamedHttpResponsemessages intoHttpResponsemessages followed byHttpContentmessages.JsonSubscriber A Reactor subscriber used to handle JSON content.KQueueAvailabilityCondition Checks if kqueue is available.KQueueChannelOptionFactory Creates channel options.KQueueEventLoopGroupFactory Factory for KQueueEventLoopGroup.LastHttp2Content Represents HTTP2 streamed content.MicronautSubstitutions Micronaut substitutions for GraalVM.NettyCookie A wrapper around a Netty cookie.NettyCookieFactory ACookieFactoryfor constructingCookieinstances for Netty.NettyCookies Delegates toCookie.NettyGlobalConfiguration Allows configuring Netty global properties.NettyHttpHeaders Delegates to Netty'sHttpHeaders.NettyHttpParameters Implementation ofMutableHttpParametersfor Netty.NettyHttpRequestBuilder Common interface for client and server to implement to construct the Netty versions of the request objects.NettyHttpResponseBuilder Common interface for client and server to implement to construct the Netty versions of the response objects.NettyMutableHttpResponse<B> Delegates to Netty'sFullHttpResponse.NettyServerWebSocketBroadcaster Netty implementation ofWebSocketBroadcaster.NettyThreadFactory The Default thread factory the NettyNioEventLoopGroupwill use within Micronaut to create threads.NettyWebSocketSession Implementation of theWebSocketSessioninterface for Netty.NioEventLoopGroupFactory Factory for NioEventLoopGroup.StreamedHttpMessage CombinesHttpMessageandPublisherinto one message.StreamedHttpRequest CombinesHttpRequestandStreamedHttpMessageinto one message.StreamedHttpResponse CombinesHttpResponseandStreamedHttpMessageinto one message.StreamingInboundHttp2ToHttpAdapter Implementation ofHttp2EventAdapterthat allows streaming requests for servers and responses for clients by establishing a processor that emits chunks asHttpContent.WebSocketHttpResponse CombinesHttpResponseandProcessorinto one message.WebSocketMessageEncoder Encapsulate functionality to encode WebSocket messages.WebSocketSessionRepository Defines a ChannelGroup repository to handle WebSockets.