A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCompositeCustomizer<C,R> - Class in io.micronaut.http.netty
-
Base class for the composite customizers for the client and server.
- AbstractCompositeCustomizer() - Constructor for class io.micronaut.http.netty.AbstractCompositeCustomizer
- AbstractCompositeCustomizer(List<C>) - Constructor for class io.micronaut.http.netty.AbstractCompositeCustomizer
- AbstractNettyHttpRequest<B> - Class in io.micronaut.http.netty
-
Abstract implementation of
HttpRequestfor Netty. - AbstractNettyHttpRequest(HttpRequest, ConversionService) - Constructor for class io.micronaut.http.netty.AbstractNettyHttpRequest
- AbstractNettyWebSocketHandler - Class in io.micronaut.http.netty.websocket
-
Abstract implementation that handles WebSocket frames.
- AbstractNettyWebSocketHandler(ChannelHandlerContext, RequestBinderRegistry, MediaTypeCodecRegistry, WebSocketBean<?>, HttpRequest<?>, Map<String, Object>, WebSocketVersion, String, WebSocketSessionRepository) - Constructor for class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Default constructor.
- accept() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- acceptInboundMessage(Object) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
Returns
trueif the given message should be handled. - add(C) - Method in class io.micronaut.http.netty.AbstractCompositeCustomizer
- add(CharSequence, CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- add(CharSequence, List<CharSequence>) - Method in class io.micronaut.http.netty.NettyHttpParameters
- addChannel(Channel) - Method in interface io.micronaut.http.netty.websocket.WebSocketSessionRepository
-
Adds a channel to the repository.
- allowGeneric(Collection<? extends CharSequence>) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- auth(String) - Method in class io.micronaut.http.netty.NettyHttpHeaders
B
- beforeAnalysis(Feature.BeforeAnalysisAccess) - Method in class io.micronaut.http.netty.graal.HttpNettyFeature
- body(T) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- bodyRequested(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- broadcast(T, MediaType, Predicate<WebSocketSession>) - Method in class io.micronaut.http.netty.websocket.NettyServerWebSocketBroadcaster
- broadcastSync(T, MediaType, Predicate<WebSocketSession>) - Method in class io.micronaut.http.netty.websocket.NettyServerWebSocketBroadcaster
C
- 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
-
Deprecated.Use NettyClientCustomizer or NettyServerCustomizer instead.
- 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() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- close(CloseReason) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
- 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(HttpRequest) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- createEmptyMessage(HttpResponse) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
- createEventLoopGroup(int, Integer) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Creates an EventLoopGroup.
- createEventLoopGroup(int, Executor, Integer) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- 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(int, Executor, 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.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- 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, ThreadFactory, 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, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Creates a NioEventLoopGroup.
- createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Create an event loop group for the given configuration and thread factory.
- createStreamedMessage(HttpRequest, Publisher<? extends HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- createStreamedMessage(HttpResponse, Publisher<? extends HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
- createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Subclasses should implement to create the actual
NettyWebSocketSession. - currentContext() - Method in class io.micronaut.http.netty.stream.JsonSubscriber
D
- date(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- date(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- DEFAULT - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
-
The name of the default event loop group configuration.
- DEFAULT_EVENT_LOOP_THREADS - Static variable in class io.micronaut.http.netty.channel.NettyThreadFactory
-
Constant with the default threads in the event loop.
- DEFAULT_LOOP - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
-
The default.
- DEFAULT_SHUTDOWN_QUIET_PERIOD - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
-
The default shutdown quiet period in seconds.
- DEFAULT_SHUTDOWN_TIMEOUT - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
-
The default shutdown quiet period.
- DefaultChannelOptionFactory - Class in io.micronaut.http.netty.channel.converters
-
Creates channel options.
- DefaultChannelOptionFactory() - Constructor for class io.micronaut.http.netty.channel.converters.DefaultChannelOptionFactory
- defaultEventLoopGroup(ThreadFactory) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
-
Constructs an event loop group with default Configuration.
- DefaultEventLoopGroupConfiguration - Class in io.micronaut.http.netty.channel
-
Configuration interface for event loop configuration.
- DefaultEventLoopGroupConfiguration() - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
-
Default constructor.
- DefaultEventLoopGroupConfiguration(String, int, Integer, boolean, String, Duration, Duration) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
-
Default constructor.
- DefaultEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
-
The default factory for
EventLoopGroupinstances. - DefaultEventLoopGroupFactory(NioEventLoopGroupFactory, EventLoopGroupFactory) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
Default constructor.
- DefaultEventLoopGroupFactory(NioEventLoopGroupFactory, EventLoopGroupFactory, NettyGlobalConfiguration) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
-
Default constructor.
- DefaultEventLoopGroupRegistry - Class in io.micronaut.http.netty.channel
-
Factory for creating named event loop groups.
- DefaultEventLoopGroupRegistry(EventLoopGroupFactory, BeanLocator) - Constructor for class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
-
Default constructor.
- DefaultHttp2Content - Class in io.micronaut.http.netty.stream
-
An
Http2Contentdefault implementation. - DefaultHttp2Content(ByteBuf, Http2Stream) - Constructor for class io.micronaut.http.netty.stream.DefaultHttp2Content
-
Creates a new instance with the specified chunk content.
- DefaultStreamedHttpRequest - Class in io.micronaut.http.netty.stream
-
A default streamed HTTP request.
- DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, boolean, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
- DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
- DefaultStreamedHttpResponse - Class in io.micronaut.http.netty.stream
-
A default streamed HTTP response.
- DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, boolean, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
- DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
- DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, Publisher<HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
- DefaultWebSocketHttpResponse - Class in io.micronaut.http.netty.stream
-
A default WebSocket HTTP response.
- DefaultWebSocketHttpResponse(HttpVersion, HttpResponseStatus, boolean, Processor<WebSocketFrame, WebSocketFrame>, WebSocketServerHandshakerFactory) - Constructor for class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- DefaultWebSocketHttpResponse(HttpVersion, HttpResponseStatus, Processor<WebSocketFrame, WebSocketFrame>, WebSocketServerHandshakerFactory) - Constructor for class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- domain(String) - Method in class io.micronaut.http.netty.cookies.NettyCookie
- domainServerSocketChannelClass() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- domainServerSocketChannelClass() - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
- domainServerSocketChannelClass() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the domain socket server channel class.
- domainServerSocketChannelClass() - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
- domainServerSocketChannelClass() - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
- domainServerSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- domainServerSocketChannelClass(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the domain socket server channel class.
- domainServerSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- domainServerSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
- domainServerSocketChannelInstance(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the domain socket server channel class.
- domainServerSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
- doOnConnect(ChannelPipelineListener) - Method in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
-
Deprecated.Use NettyClientCustomizer or NettyServerCustomizer instead.
E
- encodeMessage(Object, MediaType) - Method in class io.micronaut.http.netty.websocket.WebSocketMessageEncoder
-
Encode the given message with the given media type.
- EpollAvailabilityCondition - Class in io.micronaut.http.netty.channel
-
Checks if epoll is available.
- EpollAvailabilityCondition() - Constructor for class io.micronaut.http.netty.channel.EpollAvailabilityCondition
- EpollChannelOptionFactory - Class in io.micronaut.http.netty.channel.converters
-
Creates channel options.
- EpollChannelOptionFactory() - Constructor for class io.micronaut.http.netty.channel.converters.EpollChannelOptionFactory
- EpollEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
-
Factory for EpollEventLoopGroup.
- EpollEventLoopGroupFactory() - Constructor for class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
- error(Throwable) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
Override for custom error handling.
- EVENT_LOOPS - Static variable in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
-
The configuration property prefix.
- eventLoopGroup(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
-
Constructs an event loop group for each configuration.
- EventLoopGroupConfiguration - Interface in io.micronaut.http.netty.channel
-
Default event loop group configuration interface.
- EventLoopGroupFactory - Interface in io.micronaut.http.netty.channel
-
Factory for EventLoopGroup.
- EventLoopGroupRegistry - Interface in io.micronaut.http.netty.channel
-
Registry of configured event loops.
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- expires(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- expires(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
F
- findCookie(CharSequence) - Method in class io.micronaut.http.netty.cookies.NettyCookies
- fireChannelRead(ChannelHandlerContext, HttpContent, Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
fire a channel read event.
- fireChannelRead(ChannelHandlerContext, HttpMessage, Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
fire a channel read event.
- forEach(Consumer<C>) - Method in class io.micronaut.http.netty.AbstractCompositeCustomizer
- forwardErrorToUser(ChannelHandlerContext, Consumer<Throwable>, Throwable) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
G
- get(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- get(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpParameters
- get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.netty.cookies.NettyCookies
- get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.netty.NettyHttpParameters
- get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- get(CharSequence, Class<T>) - Method in class io.micronaut.http.netty.cookies.NettyCookies
- getAll() - Method in class io.micronaut.http.netty.cookies.NettyCookies
- getAll(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- getAll(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpParameters
- getAttributes() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- getAttributes() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- getBody() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- getBody(Argument<T>) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- getBody(Class<T1>) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- getBodyArgument() - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- getChannelGroup() - Method in interface io.micronaut.http.netty.websocket.WebSocketSessionRepository
-
Returns the
ChannelGroupused to store WebSocketSessions. - getCharacterEncoding() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getContentType() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getDefaultEventLoopGroup() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
- getDefaultEventLoopGroup() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupRegistry
- getDomain() - Method in class io.micronaut.http.netty.cookies.NettyCookie
- getEventLoopGroup(String) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
- getEventLoopGroup(String) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupRegistry
-
Obtain a configured Event Loop Group from the registry.
- getEventLoopGroupConfiguration(String) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
- getEventLoopGroupConfiguration(String) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupRegistry
-
Obtain a configured Event Loop Group from the registry.
- getExecutorName() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
- getExecutorName() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
- getHeaders() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- getHttpVersion() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getId() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- getIoRatio() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
- getIoRatio() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
- getLocale() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getMaxAge() - Method in class io.micronaut.http.netty.cookies.NettyCookie
- getMessage(Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
Get the
FullHttpMessageassociated withstream. - getMethod() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getMethodName() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getName() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
- getName() - Method in class io.micronaut.http.netty.cookies.NettyCookie
- getNettyCookie() - Method in class io.micronaut.http.netty.cookies.NettyCookie
- getNettyHeaders() - Method in class io.micronaut.http.netty.NettyHttpHeaders
- getNettyHeaders() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
The netty headers.
- getNettyHttpStatus() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
The netty http response status.
- getNettyHttpVersion() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
The netty http version.
- getNettyRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getNumThreads() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
- getNumThreads() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
- getOpenSessions() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- getParameters() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getPath() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getPath() - Method in class io.micronaut.http.netty.cookies.NettyCookie
- getPongArgument() - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- getProtocolVersion() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- getRequestParameters() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- getRequestURI() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- getResourceLeakDetectorLevel() - Method in class io.micronaut.http.netty.configuration.NettyGlobalConfiguration
-
Provides the value set for the resource leak detection.
- getSameSite() - Method in class io.micronaut.http.netty.cookies.NettyCookie
- getServerCookieEncoder() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- getSession() - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- getShutdownQuietPeriod() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
- getShutdownQuietPeriod() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
- getShutdownTimeout() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
- getShutdownTimeout() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
- getStatus() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- getUri() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getValue() - Method in class io.micronaut.http.netty.cookies.NettyCookie
H
- handleCloseReason(ChannelHandlerContext, CloseReason, boolean) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Used to close the session with a given reason.
- HANDLER_ACCESS_LOGGER - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_CONNECT_TTL - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_FLOW_CONTROL - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_AGGREGATOR - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_CHUNK - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_CLIENT_CODEC - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_CLIENT_INIT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_COMPRESSOR - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_DECODER - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_DECOMPRESSOR - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_KEEP_ALIVE - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_PROXY - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_SERVER_CODEC - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_STREAM - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP_TO_HTTPS_REDIRECT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP2_CONNECTION - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP2_PROTOCOL_NEGOTIATOR - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP2_SETTINGS - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_HTTP2_UPGRADE_REQUEST - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_IDLE_STATE - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_MICRONAUT_FULL_HTTP_RESPONSE - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_MICRONAUT_HTTP_RESPONSE_FULL - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_MICRONAUT_HTTP_RESPONSE_STREAM - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_MICRONAUT_INBOUND - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_MICRONAUT_SSE_CONTENT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_MICRONAUT_SSE_EVENT_STREAM - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_MICRONAUT_WEBSOCKET_CLIENT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_READ_TIMEOUT - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_SOCKS_5_PROXY - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_SSL - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- HANDLER_WEBSOCKET_UPGRADE - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
- handlerAdded(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
- handlerAdded(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- HandlerPublisher<T> - Class in io.micronaut.http.netty.reactive
-
Publisher for a Netty Handler.
- HandlerPublisher(EventExecutor, Class<? extends T>) - Constructor for class io.micronaut.http.netty.reactive.HandlerPublisher
-
Create a handler publisher.
- handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
- handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- HandlerSubscriber<T> - Class in io.micronaut.http.netty.reactive
-
Subscriber that publishes received messages to the handler pipeline.
- HandlerSubscriber(EventExecutor) - Constructor for class io.micronaut.http.netty.reactive.HandlerSubscriber
-
Create a new handler subscriber with the default low and high watermarks.
- handleWebSocketFrame(ChannelHandlerContext, WebSocketFrame) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Handles WebSocket frame request.
- handshakerFactory() - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- handshakerFactory() - Method in interface io.micronaut.http.netty.stream.WebSocketHttpResponse
-
Get the handshaker factory to use to reconfigure the channel.
- hasBody(HttpRequest) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- hasBody(HttpResponse) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
- HotObservable<T> - Interface in io.micronaut.http.netty.reactive
-
A contract for a publisher that buffers data to allow for the release of that data if there will not be a subscriber.
- HTTP2_SCHEME - Static variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
- Http2Content - Interface in io.micronaut.http.netty.stream
-
Represents HTTP2 streamed content.
- HttpContentUtil - Class in io.micronaut.http.netty.content
-
Utility methods for generated HTTP content.
- HttpContentUtil() - Constructor for class io.micronaut.http.netty.content.HttpContentUtil
- httpMethod - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
- httpMethodName - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
- HttpNettyFeature - Class in io.micronaut.http.netty.graal
-
An HTTP Netty feature that configures the native channels.
- HttpNettyFeature() - Constructor for class io.micronaut.http.netty.graal.HttpNettyFeature
- httpOnly(boolean) - Method in class io.micronaut.http.netty.cookies.NettyCookie
- HttpStreamsClientHandler - Class in io.micronaut.http.netty.stream
-
Handler that converts written
StreamedHttpRequestmessages intoHttpRequestmessages followed byHttpContentmessages and readsHttpResponsemessages followed byHttpContentmessages and producesStreamedHttpResponsemessages. - HttpStreamsClientHandler() - Constructor for class io.micronaut.http.netty.stream.HttpStreamsClientHandler
-
Default constructor.
- HttpStreamsServerHandler - Class in io.micronaut.http.netty.stream
-
Handler that reads
HttpRequestmessages followed byHttpContentmessages and producesStreamedHttpRequestmessages, and converts writtenStreamedHttpResponsemessages intoHttpResponsemessages followed byHttpContentmessages. - HttpStreamsServerHandler() - Constructor for class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
Default constructor.
- HttpStreamsServerHandler(List<ChannelHandler>) - Constructor for class io.micronaut.http.netty.stream.HttpStreamsServerHandler
-
Create a new handler that is depended on by the given handlers.
I
- ID - Static variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
The id of the handler used when adding it to the Netty pipeline.
- ifModifiedSince(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- ifModifiedSince(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- initCharset(Charset) - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- instrumentPublisher(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Subclasses can override to customize publishers returned from message handlers.
- invokeExecutable(BoundExecutable, MethodExecutionHandle<?, ?>) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Invokes the given executable.
- io.micronaut.http.netty - package io.micronaut.http.netty
-
Netty HTTP implementations.
- io.micronaut.http.netty.channel - package io.micronaut.http.netty.channel
-
Netty Thread factory.
- io.micronaut.http.netty.channel.converters - package io.micronaut.http.netty.channel.converters
- io.micronaut.http.netty.configuration - package io.micronaut.http.netty.configuration
- io.micronaut.http.netty.content - package io.micronaut.http.netty.content
-
Netty HTTP content utils.
- io.micronaut.http.netty.cookies - package io.micronaut.http.netty.cookies
-
Netty Cookies.
- io.micronaut.http.netty.graal - package io.micronaut.http.netty.graal
- io.micronaut.http.netty.reactive - package io.micronaut.http.netty.reactive
-
NOTICE: Classes in this package are forked from https://github.com/playframework/netty-reactive-streams.
- io.micronaut.http.netty.stream - package io.micronaut.http.netty.stream
-
Contains classes for streaming http requests and responses
- io.micronaut.http.netty.websocket - package io.micronaut.http.netty.websocket
-
Netty specific classes for WebSocket.
- isClient() - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
- isClient() - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- isClientChannel() - Method in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
-
Deprecated.Use NettyClientCustomizer or NettyServerCustomizer instead.
- isConsumed() - Method in class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
- isConsumed() - Method in interface io.micronaut.http.netty.stream.StreamedHttpRequest
-
Has the stream been consumed.
- isHttpOnly() - Method in class io.micronaut.http.netty.cookies.NettyCookie
- isNative() - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
- isNative() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
- isNative() - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
- isOpen() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- isPreferNativeTransport() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration
- isPreferNativeTransport() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupConfiguration
- isSecure() - Method in class io.micronaut.http.netty.cookies.NettyCookie
- isSecure() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- isServerChannel() - Method in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
-
Deprecated.Use NettyClientCustomizer or NettyServerCustomizer instead.
- isStream() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- isStream() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
- isStream() - Method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
- isStream() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- isValidOutMessage(Object) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- isWritable() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
J
- JsonSubscriber - Class in io.micronaut.http.netty.stream
-
A Reactor subscriber used to handle JSON content.
- JsonSubscriber(CoreSubscriber<? super HttpContent>) - Constructor for class io.micronaut.http.netty.stream.JsonSubscriber
K
- KQueueAvailabilityCondition - Class in io.micronaut.http.netty.channel
-
Checks if kqueue is available.
- KQueueAvailabilityCondition() - Constructor for class io.micronaut.http.netty.channel.KQueueAvailabilityCondition
- KQueueChannelOptionFactory - Class in io.micronaut.http.netty.channel.converters
-
Creates channel options.
- KQueueChannelOptionFactory() - Constructor for class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
- KQueueEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
-
Factory for KQueueEventLoopGroup.
- KQueueEventLoopGroupFactory() - Constructor for class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
L
- LastHttp2Content - Interface in io.micronaut.http.netty
-
Represents HTTP2 streamed content.
- lastModified(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- lastModified(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- lastWriteFuture - Variable in class io.micronaut.http.netty.reactive.HandlerSubscriber
- lift(Publisher<HttpContent>) - Static method in class io.micronaut.http.netty.stream.JsonSubscriber
- location(URI) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- LOG - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
M
- makeNewComposite(List<C>) - Method in class io.micronaut.http.netty.AbstractCompositeCustomizer
- matches(ConditionContext) - Method in class io.micronaut.http.netty.channel.EpollAvailabilityCondition
-
Checks if netty's epoll native transport is available.
- matches(ConditionContext) - Method in class io.micronaut.http.netty.channel.KQueueAvailabilityCondition
-
Checks if netty's kqueue native transport is available.
- maxAge(long) - Method in class io.micronaut.http.netty.cookies.NettyCookie
- mediaTypeCodecRegistry - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- messageHandled(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Method called once a message has been handled by the handler.
- messageHandler - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- MicronautSubstitutions - Class in io.micronaut.http.netty.graal
-
Micronaut substitutions for GraalVM.
- MicronautSubstitutions() - Constructor for class io.micronaut.http.netty.graal.MicronautSubstitutions
N
- 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
CookieFactoryfor constructingCookieinstances for Netty. - NettyCookieFactory() - Constructor for class io.micronaut.http.netty.cookies.NettyCookieFactory
- NettyCookies - Class in io.micronaut.http.netty.cookies
-
Delegates to
Cookie. - NettyCookies(HttpHeaders, ConversionService) - Constructor for class io.micronaut.http.netty.cookies.NettyCookies
- NettyCookies(String, 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() - Constructor for class io.micronaut.http.netty.NettyHttpHeaders
-
Default constructor.
- NettyHttpHeaders(HttpHeaders, ConversionService) - Constructor for class io.micronaut.http.netty.NettyHttpHeaders
- NettyHttpParameters - Class in io.micronaut.http.netty
-
Implementation of
MutableHttpParametersfor 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(ConversionService) - Constructor for class io.micronaut.http.netty.NettyMutableHttpResponse
- NettyMutableHttpResponse(FullHttpResponse, 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, HttpHeaders, Object, 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.
- 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() - Method in class io.micronaut.http.netty.channel.NettyThreadFactory
-
Constructs the default thread factory used by the HTTP client.
- NettyThreadFactory - Class in io.micronaut.http.netty.channel
-
The Default thread factory the Netty
NioEventLoopGroupwill use within Micronaut to create threads. - NettyThreadFactory() - Constructor for class io.micronaut.http.netty.channel.NettyThreadFactory
- NettyWebSocketSession - Class in io.micronaut.http.netty.websocket
-
Implementation of the
WebSocketSessioninterface 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
FullHttpMessagebased 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
O
- onComplete() - Method in class io.micronaut.http.netty.reactive.CancelledSubscriber
- onComplete() - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- onComplete() - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- onComplete() - Method in class io.micronaut.http.netty.stream.JsonSubscriber
-
On complete the opening bracket should be emitted if no items were ever produced, then the closing bracket.
- onConnect(ChannelPipeline) - Method in interface io.micronaut.http.netty.channel.ChannelPipelineListener
-
Deprecated.A method called every time the pipeline is initialized.
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
- onError(Throwable) - Method in class io.micronaut.http.netty.reactive.CancelledSubscriber
- onError(Throwable) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- onError(Throwable) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- onError(Throwable) - Method in class io.micronaut.http.netty.stream.JsonSubscriber
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
- onNext(HttpContent) - Method in class io.micronaut.http.netty.stream.JsonSubscriber
-
The goal is to prevent the emission of the opening bracket if the underlying stream never emits an item and only produces an error.
- onNext(WebSocketFrame) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- onNext(T) - Method in class io.micronaut.http.netty.reactive.CancelledSubscriber
- onNext(T) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- onNext(T, ChannelPromise) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
Write the message with the supplied promise.
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
- onRstStreamRead(Http2Stream, HttpMessage) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
Called if a
RST_STREAMis received but we have some data for that stream. - onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
- onStreamRemoved(Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
- onSubscribe(Subscription) - Method in class io.micronaut.http.netty.reactive.CancelledSubscriber
- onSubscribe(Subscription) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- onSubscribe(Subscription) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- onSubscribe(Subscription) - Method in class io.micronaut.http.netty.stream.JsonSubscriber
- OPEN_BRACKET - Static variable in class io.micronaut.http.netty.content.HttpContentUtil
- originatingRequest - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
P
- path(String) - Method in class io.micronaut.http.netty.cookies.NettyCookie
- pongHandler - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- prefixComma(HttpContent) - Static method in class io.micronaut.http.netty.content.HttpContentUtil
- prefixOpenBracket(HttpContent) - Static method in class io.micronaut.http.netty.content.HttpContentUtil
- processHeadersBegin(ChannelHandlerContext, Http2Stream, Http2Headers, boolean, boolean) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
Provides translation between HTTP/2 and HTTP header objects while ensuring the stream is in a valid state for additional headers.
- put(CharSequence, Object) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- putMessage(Http2Stream, HttpMessage) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
Make
messagebe the state associated withstream.
R
- reason() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- receivedInMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- receivedOutMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
- register(ConversionService<?>) - Method in class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
- remove(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- remove(CharSequence) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- removeChannel(Channel) - Method in interface io.micronaut.http.netty.websocket.WebSocketSessionRepository
-
Remove a channel from the repository.
- removeMessage(Http2Stream) - Method in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
The stream is out of scope for the HTTP message flow and will no longer be tracked.
- requestDemand() - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
-
Override to intercept when demand is requested.
S
- sameSite(SameSite) - Method in class io.micronaut.http.netty.cookies.NettyCookie
- secure(boolean) - Method in class io.micronaut.http.netty.cookies.NettyCookie
- send(T, MediaType) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- sendAsync(T, MediaType) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- sendPingAsync(byte[]) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- sendSync(Object, MediaType) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- sentOutMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
- sentOutMessage(ChannelHandlerContext) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- serverSocketChannelClass() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- serverSocketChannelClass() - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
-
Returns the server channel class.
- serverSocketChannelClass() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the server channel class.
- serverSocketChannelClass() - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
-
Returns the server channel class.
- serverSocketChannelClass() - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
-
Returns the server channel class.
- serverSocketChannelClass(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- serverSocketChannelClass(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the server channel class.
- serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
- serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the server channel class instance.
- serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
- serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
- set(CharSequence, CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- setResourceLeakDetectorLevel(ResourceLeakDetector.Level) - Method in class io.micronaut.http.netty.configuration.NettyGlobalConfiguration
-
Sets the resource leak detection level.
- setServerCookieEncoder(ServerCookieEncoder) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- specializeForChannel(C, Channel, R) - Method in class io.micronaut.http.netty.AbstractCompositeCustomizer
- specializeForChannel(Channel, R) - Method in class io.micronaut.http.netty.AbstractCompositeCustomizer
- status(HttpStatus, CharSequence) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- stream() - Method in class io.micronaut.http.netty.stream.DefaultHttp2Content
- stream() - Method in interface io.micronaut.http.netty.stream.Http2Content
- STREAM_ID - Static variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
- StreamedHttpMessage - Interface in io.micronaut.http.netty.stream
-
Combines
HttpMessageandPublisherinto one message. - StreamedHttpRequest - Interface in io.micronaut.http.netty.stream
-
Combines
HttpRequestandStreamedHttpMessageinto one message. - StreamedHttpResponse - Interface in io.micronaut.http.netty.stream
-
Combines
HttpResponseandStreamedHttpMessageinto one message. - StreamingInboundHttp2ToHttpAdapter - Class in io.micronaut.http.netty.stream
-
Implementation of
Http2EventAdapterthat allows streaming requests for servers and responses for clients by establishing a processor that emits chunks asHttpContent. - StreamingInboundHttp2ToHttpAdapter(Http2Connection, int) - Constructor for class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
Default constructor.
- StreamingInboundHttp2ToHttpAdapter(Http2Connection, int, boolean, boolean) - Constructor for class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
-
Default constructor.
- subProtocol - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- subscribe(Subscriber<? super HttpContent>) - Method in class io.micronaut.http.netty.stream.DefaultStreamedHttpRequest
- subscribe(Subscriber<? super HttpContent>) - Method in class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
- subscribe(Subscriber<? super WebSocketFrame>) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- subscribe(Subscriber<? super T>) - Method in class io.micronaut.http.netty.reactive.HandlerPublisher
- subscribeSubscriberToStream(StreamedHttpMessage, Subscriber<HttpContent>) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
T
- toFullHttpRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- toFullHttpRequest() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Converts this object to a full http request.
- toFullHttpResponse() - Method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
-
Converts this object to a full http response.
- toFullHttpResponse() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- toHttpRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- toHttpRequest() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Converts this object to the most appropriate http request type.
- toHttpRequest(HttpRequest<?>) - Static method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Convert the given request to a full http request.
- toHttpResponse() - Method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
-
Converts this object to the most appropriate http response type.
- toHttpResponse() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- toHttpResponse(HttpResponse<?>) - Static method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
-
Convert the given response to a full http response.
- toStreamHttpRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- toStreamHttpRequest() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Converts this object to a streamed http request.
- toStreamHttpResponse() - Method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
-
Converts this object to a streamed http response.
- toStreamHttpResponse() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- toStreamResponse(HttpResponse<?>) - Static method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
-
Convert the given response to a full http response.
- toString() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- toString() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
U
- unbufferedWrite(ChannelHandlerContext, HttpResponse, ChannelPromise) - Method in class io.micronaut.http.netty.stream.HttpStreamsServerHandler
- uri - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
- uriVariables - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
V
- validateHttpHeaders - Variable in class io.micronaut.http.netty.stream.StreamingInboundHttp2ToHttpAdapter
- value(String) - Method in class io.micronaut.http.netty.cookies.NettyCookie
- values() - Method in class io.micronaut.http.netty.cookies.NettyCookies
- values() - Method in class io.micronaut.http.netty.NettyHttpHeaders
- values() - Method in class io.micronaut.http.netty.NettyHttpParameters
- values() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
W
- WEB_SOCKET_SESSION_KEY - Static variable in class io.micronaut.http.netty.websocket.NettyWebSocketSession
-
The WebSocket session is stored within a Channel attribute using the given key.
- webSocketBean - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- webSocketBinder - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- WebSocketHttpResponse - Interface in io.micronaut.http.netty.stream
-
Combines
HttpResponseandProcessorinto one message. - WebSocketMessageEncoder - Class in io.micronaut.http.netty.websocket
-
Encapsulate functionality to encode WebSocket messages.
- WebSocketMessageEncoder(MediaTypeCodecRegistry) - Constructor for class io.micronaut.http.netty.websocket.WebSocketMessageEncoder
- webSocketSessionRepository - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- WebSocketSessionRepository - Interface in io.micronaut.http.netty.websocket
-
Defines a ChannelGroup repository to handle WebSockets.
- webSocketVersion - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.micronaut.http.netty.stream.HttpStreamsClientHandler
- writeCloseFrameAndTerminate(ChannelHandlerContext, CloseReason) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Writes the give close reason and terminates the session.
All Classes All Packages