- callOpenMethod(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Calls the open method of the websocket bean.
- cancelled() - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
Override to handle when a subscriber cancels the subscription.
- CancelledSubscriber<T> - Class in io.micronaut.http.netty.reactive
-
A cancelled subscriber.
- CancelledSubscriber() - Constructor for class io.micronaut.http.netty.reactive.CancelledSubscriber
-
- channelActive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelActive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- channelInactive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelInactive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- channelOption(String) - Method in interface io.micronaut.http.netty.channel.converters.ChannelOptionFactory
-
Creates a channel options.
- channelOption(String) - Method in class io.micronaut.http.netty.channel.converters.EpollChannelOptionFactory
-
- channelOption(String) - Method in class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
-
- ChannelOptionFactory - Interface in io.micronaut.http.netty.channel.converters
-
Creates channel options.
- ChannelPipelineCustomizer - Interface in io.micronaut.http.netty.channel
-
Interface that allows customizations to the ChannelPipeline.
- ChannelPipelineListener - Interface in io.micronaut.http.netty.channel
-
An interface that allows users to configure the Netty pipeline used by Micronaut.
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- channelRead0(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- channelRegistered(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
- clear() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the client channel class.
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
- clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
- clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the client channel class instance.
- clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
- clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- close() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
-
- close(CloseReason) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
-
- CLOSE_BRACKET - Static variable in class io.micronaut.http.netty.content.HttpContentUtil
-
- closeBracket() - Static method in class io.micronaut.http.netty.content.HttpContentUtil
-
- closeIfNoSubscriber() - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
- closeIfNoSubscriber() - Method in interface io.micronaut.http.netty.reactive.HotObservable
-
Releases buffered data if there is no subscriber.
- closeIfNoSubscriber() - Method in class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
-
- closeIfNoSubscriber() - Method in interface io.micronaut.http.netty.stream.StreamedHttpRequest
-
Releases the stream if there is no subscriber.
- code() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- COMMA - Static variable in class io.micronaut.http.netty.content.HttpContentUtil
-
- compareTo(Cookie) - Method in class io.micronaut.http.netty.cookies.NettyCookie
-
- complete() - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
Override for custom completion handling.
- connection - Variable in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
- consumedInMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- consumedInMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- contains(String) - Method in class io.micronaut.http.netty.NettyHttpHeaders
-
- contentType(MediaType) - Method in class io.micronaut.http.netty.NettyHttpHeaders
-
- conversionService - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- convertValue(ChannelOption<?>, Object, Environment) - Method in interface io.micronaut.http.netty.channel.converters.ChannelOptionFactory
-
Converts the specified value given the channel option type.
- convertValue(ChannelOption<?>, Object, Environment) - Method in class io.micronaut.http.netty.channel.converters.EpollChannelOptionFactory
-
- convertValue(ChannelOption<?>, Object, Environment) - Method in class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
-
- cookie(Cookie) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- cookies(Set<Cookie>) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
- create(String, String) - Method in class io.micronaut.http.netty.cookies.NettyCookieFactory
-
- createDecoder(URI) - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- createEmptyMessage(HttpResponse) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- createEmptyMessage(HttpRequest) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates an EpollEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Creates an EpollEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Creates an EventLoopGroup.
- createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Create an event loop group for the given configuration and thread factory.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Creates an EventLoopGroup.
- createEventLoopGroup(int, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Creates an EventLoopGroup.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a KQueueEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Creates a KQueueEventLoopGroup.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- createStreamedMessage(HttpResponse, Publisher<? extends HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
- createStreamedMessage(HttpRequest, Publisher<? extends HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
- createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
- currentContext() - Method in class io.micronaut.http.netty.stream.JsonSubscriber
-
- NAME - Static variable in class io.micronaut.http.netty.channel.NettyThreadFactory
-
Name for Netty thread factory.
- names() - Method in class io.micronaut.http.netty.NettyHttpHeaders
-
- names() - Method in class io.micronaut.http.netty.NettyHttpParameters
-
- names() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
-
- NATIVE - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Qualifier used to resolve the native factory.
- NettyCookie - Class in io.micronaut.http.netty.cookies
-
A wrapper around a Netty cookie.
- NettyCookie(Cookie) - Constructor for class io.micronaut.http.netty.cookies.NettyCookie
-
- NettyCookie(String, String) - Constructor for class io.micronaut.http.netty.cookies.NettyCookie
-
- NettyCookieFactory - Class in io.micronaut.http.netty.cookies
-
A CookieFactory for constructing Cookie instances for Netty.
- NettyCookieFactory() - Constructor for class io.micronaut.http.netty.cookies.NettyCookieFactory
-
- NettyCookies - Class in io.micronaut.http.netty.cookies
-
Delegates to Cookie.
- NettyCookies(String, HttpHeaders, ConversionService) - Constructor for class io.micronaut.http.netty.cookies.NettyCookies
-
- NettyCookies(HttpHeaders, ConversionService) - Constructor for class io.micronaut.http.netty.cookies.NettyCookies
-
- NettyGlobalConfiguration - Class in io.micronaut.http.netty.configuration
-
Allows configuring Netty global properties.
- NettyGlobalConfiguration() - Constructor for class io.micronaut.http.netty.configuration.NettyGlobalConfiguration
-
- NettyHttpHeaders - Class in io.micronaut.http.netty
-
Delegates to Netty's HttpHeaders.
- NettyHttpHeaders(HttpHeaders, ConversionService) - Constructor for class io.micronaut.http.netty.NettyHttpHeaders
-
- NettyHttpHeaders() - Constructor for class io.micronaut.http.netty.NettyHttpHeaders
-
Default constructor.
- NettyHttpParameters - Class in io.micronaut.http.netty
-
Implementation of MutableHttpParameters for Netty.
- NettyHttpParameters(Map<String, List<String>>, ConversionService<?>, BiConsumer<CharSequence, List<String>>) - Constructor for class io.micronaut.http.netty.NettyHttpParameters
-
- NettyHttpRequestBuilder - Interface in io.micronaut.http.netty
-
Common interface for client and server to implement to construct the Netty versions of the request objects.
- NettyHttpResponseBuilder - Interface in io.micronaut.http.netty
-
Common interface for client and server to implement to construct the Netty versions of the response objects.
- NettyMutableHttpResponse<B> - Class in io.micronaut.http.netty
-
Delegates to Netty's FullHttpResponse.
- NettyMutableHttpResponse(FullHttpResponse, ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
-
- NettyMutableHttpResponse(ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
-
- NettyMutableHttpResponse(HttpVersion, HttpResponseStatus, ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
-
Creates a new instance.
- NettyMutableHttpResponse(HttpVersion, HttpResponseStatus, Object, ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
-
Creates a new instance.
- NettyMutableHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders, Object, ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
-
Creates a new instance.
- nettyRequest - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
-
- NettyServerWebSocketBroadcaster - Class in io.micronaut.http.netty.websocket
-
Netty implementation of WebSocketBroadcaster.
- NettyServerWebSocketBroadcaster(WebSocketMessageEncoder, WebSocketSessionRepository) - Constructor for class io.micronaut.http.netty.websocket.NettyServerWebSocketBroadcaster
-
- NettyThreadFactory - Class in io.micronaut.http.netty.channel
-
The Default thread factory the Netty NioEventLoopGroup will use within Micronaut to
create threads.
- NettyThreadFactory() - Constructor for class io.micronaut.http.netty.channel.NettyThreadFactory
-
- nettyThreadFactory() - Method in class io.micronaut.http.netty.channel.NettyThreadFactory
-
Constructs the default thread factory used by the HTTP client.
- NettyWebSocketSession - Class in io.micronaut.http.netty.websocket
-
Implementation of the WebSocketSession interface for Netty.
- NettyWebSocketSession(String, Channel, HttpRequest<?>, MediaTypeCodecRegistry, String, boolean) - Constructor for class io.micronaut.http.netty.websocket.NettyWebSocketSession
-
Creates a new netty web socket session.
- newMessage(ChannelHandlerContext, Http2Stream, Http2Headers, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
Create a new FullHttpMessage based upon the current connection parameters.
- NioEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
-
Factory for NioEventLoopGroup.
- NioEventLoopGroupFactory() - Constructor for class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-