Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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(RequestBinderRegistry, MediaTypeCodecRegistry, MessageBodyHandlerRegistry, WebSocketBean<?>, HttpRequest<?>, Map<String, Object>, WebSocketVersion, String, WebSocketSessionRepository, ConversionService) - Constructor for class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Default constructor.
- accept() - Method in class io.micronaut.http.netty.NettyHttpHeaders
- adapt(ByteBody, EventLoop) - Static method in class io.micronaut.http.netty.body.NettyBodyAdapter
-
Transform the given body to a
NettyByteBody. - adapt(Publisher<ByteBuf>, EventLoop) - Static method in class io.micronaut.http.netty.body.NettyBodyAdapter
- adapt(Publisher<ByteBuf>, EventLoop, HttpHeaders, Runnable) - Static method in class io.micronaut.http.netty.body.NettyBodyAdapter
- add(C) - Method in class io.micronaut.http.netty.AbstractCompositeCustomizer
-
Add customizer.
- add(ByteBuf) - Method in interface io.micronaut.http.netty.body.BufferConsumer
-
Consume a buffer.
- add(ByteBuf) - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody.SharedBuffer
- 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.
- allowDiscard() - Method in interface io.micronaut.http.netty.body.BufferConsumer.Upstream
-
Allow the upstream to discard any further messages.
- allowDiscard() - Method in class io.micronaut.http.netty.body.NettyBodyAdapter
- allowDiscard() - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody
- allowGeneric(Collection<? extends CharSequence>) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- asBuilder(HttpRequest<?>) - Static method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Transform the given request to an equivalent
NettyHttpRequestBuilder, so that it can be transformed to a netty request. - auth(String) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- AvailableNettyByteBody - Class in io.micronaut.http.netty.body
-
Netty ByteBuf implementation of ImmediateByteBody.
- AvailableNettyByteBody(ByteBuf) - Constructor for class io.micronaut.http.netty.body.AvailableNettyByteBody
B
- body(T) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- BodySizeLimits - Record Class in io.micronaut.http.netty.body
-
Body size limits.
- BodySizeLimits(long, long) - Constructor for record class io.micronaut.http.netty.body.BodySizeLimits
-
Creates an instance of a
BodySizeLimitsrecord class. - bodyWriter(MessageBodyWriter<B>) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- 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
- BufferConsumer - Interface in io.micronaut.http.netty.body
-
This is a netty-specific reactor-like API for streaming bytes.
- BufferConsumer.Upstream - Interface in io.micronaut.http.netty.body
-
This interface manages the backpressure for data consumptions.
- bufferFlow() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- bufferFlow() - Method in class io.micronaut.http.netty.body.NettyByteBody
- bufferFlow() - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody
- BufferRegion(long, long) - Constructor for record class io.micronaut.http.netty.body.JsonCounter.BufferRegion
-
Creates an instance of a
BufferRegionrecord class. - bufferStart() - Method in class io.micronaut.http.netty.body.JsonCounter
-
If we are
buffering, the startJsonCounter.position()of the region that is being buffered. - byteBodyDirect() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Directly convert this request body to a
ByteBody, if possible.
C
- callOpenMethod(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Calls the open method of the websocket bean.
- channelActive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- channelClass(NettyChannelType) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- channelClass(NettyChannelType) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
- channelClass(NettyChannelType) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the domain socket server channel class.
- channelClass(NettyChannelType) - Method in class io.micronaut.http.netty.channel.IoUringEventLoopGroupFactory
- channelClass(NettyChannelType) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
- channelClass(NettyChannelType) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
- channelClass(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- channelClass(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
- channelClass(NettyChannelType, EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the domain socket server channel class.
- channelClass(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.IoUringEventLoopGroupFactory
- channelClass(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
- channelClass(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
- channelInactive(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- channelInstance(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- channelInstance(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
- channelInstance(NettyChannelType, EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the domain socket server channel class.
- channelInstance(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.IoUringEventLoopGroupFactory
- channelInstance(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
- channelInstance(NettyChannelType, EventLoopGroupConfiguration) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
- channelInstance(NettyChannelType, EventLoopGroupConfiguration, int) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Deprecated.
- channelInstance(NettyChannelType, EventLoopGroupConfiguration, Channel, int) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Returns the channel instance.
- channelInstance(NettyChannelType, EventLoopGroupConfiguration, Channel, int) - Method in class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
- channelInstance(NettyChannelType, EventLoopGroupConfiguration, Channel, int) - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory
- channelInstance(NettyChannelType, EventLoopGroupConfiguration, Channel, int) - Method in class io.micronaut.http.netty.channel.EpollEventLoopGroupFactory
- channelInstance(NettyChannelType, EventLoopGroupConfiguration, Channel, int) - Method in class io.micronaut.http.netty.channel.KQueueEventLoopGroupFactory
- 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.
- channelRead0(ChannelHandlerContext, Object) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- 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
- CLIENT_SOCKET - Enum constant in enum class io.micronaut.http.netty.channel.NettyChannelType
- clientSocketChannelClass(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- clientSocketChannelInstance(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- close() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- close() - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody
- close() - Method in class io.micronaut.http.netty.PublisherAsBlocking
- close() - Method in class io.micronaut.http.netty.PublisherAsStream
- 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 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 class io.micronaut.http.netty.stream.DefaultStreamedHttpResponse
- closeIfNoSubscriber() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- 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 interface io.micronaut.http.netty.body.BufferConsumer
-
Signal normal completion of the stream.
- complete() - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody.SharedBuffer
- complete() - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
-
Override for custom completion handling.
- contains(String) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- content() - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- contentLength() - Method in class io.micronaut.http.netty.NettyHttpHeaders
- contentType() - Method in class io.micronaut.http.netty.NettyHttpHeaders
- contentType(MediaType) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- contentType(MediaType) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- conversionService - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
- conversionService - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- 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
- copy() - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- create(String, String) - Method in class io.micronaut.http.netty.cookies.NettyCookieFactory
- createChecked(EventLoop, BodySizeLimits, ByteBuf) - Static method in class io.micronaut.http.netty.body.AvailableNettyByteBody
-
This is a wrapper around
AvailableNettyByteBody(ByteBuf)with an extra body length check. - createDecoder(URI) - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- 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.DefaultEventLoopGroupFactory
- createEventLoopGroup(int, ThreadFactory, 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.IoUringEventLoopGroupFactory
-
Creates an IOUringEventLoopGroup.
- 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.EpollEventLoopGroupFactory
-
Creates an EpollEventLoopGroup.
- createEventLoopGroup(int, ThreadFactory, Integer) - Method in class io.micronaut.http.netty.channel.IoUringEventLoopGroupFactory
-
Creates an IOUringEventLoopGroup.
- 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.
- createSpecific(Argument<T>) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- createWebSocketSession(ChannelHandlerContext) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Subclasses should implement to create the actual
NettyWebSocketSession. - customize(JsonFeatures) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- customize(JsonFeatures) - Method in class io.micronaut.http.netty.body.NettyJsonStreamHandler
D
- DATAGRAM_SOCKET - Enum constant in enum class io.micronaut.http.netty.channel.NettyChannelType
- date(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- date(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- decode(String) - Method in class io.micronaut.http.netty.cookies.NettyLaxServerCookieDecoder
- decoderResult() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.Non-functional, replaced by
NettyThreadFactory.getDefaultEventLoopThreads(). - 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.
- 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
- DelegateStreamedHttpRequest - Class in io.micronaut.http.netty.stream
-
Delegate for Streamed HTTP Request.
- DelegateStreamedHttpRequest(HttpRequest, Publisher<? extends HttpContent>) - Constructor for class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- discard() - Method in interface io.micronaut.http.netty.body.BufferConsumer
-
Signal that the upstream has discarded the remaining data, as requested by
BufferConsumer.Upstream.allowDiscard(). - disregardBackpressure() - Method in interface io.micronaut.http.netty.body.BufferConsumer.Upstream
-
Instruct the upstream to ignore backpressure from this consumer.
- disregardBackpressure() - Method in class io.micronaut.http.netty.body.NettyBodyAdapter
- domain(String) - Method in class io.micronaut.http.netty.cookies.NettyCookie
- DOMAIN_SERVER_SOCKET - Enum constant in enum class io.micronaut.http.netty.channel.NettyChannelType
- DOMAIN_SOCKET - Enum constant in enum class io.micronaut.http.netty.channel.NettyChannelType
- domainServerSocketChannelClass() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- domainServerSocketChannelClass(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- domainServerSocketChannelInstance(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- doOnConnect(ChannelPipelineListener) - Method in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
-
Deprecated.Use NettyClientCustomizer or NettyServerCustomizer instead.
- duplicate() - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
E
- empty() - Static method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- EmptyHttpRequest - Class in io.micronaut.http.netty.stream
-
Delegate for Empty HTTP Response.
- EmptyHttpRequest(HttpRequest) - Constructor for class io.micronaut.http.netty.stream.EmptyHttpRequest
- encode(Cookie...) - Method in class io.micronaut.http.netty.cookies.NettyServerCookieEncoder
- encode(Cookie) - Method in class io.micronaut.http.netty.cookies.NettyLaxClientCookieEncoder
- encodeMessage(Object, MediaType) - Method in class io.micronaut.http.netty.websocket.WebSocketMessageEncoder
-
Encode the given message with the given media type.
- end() - Method in record class io.micronaut.http.netty.body.JsonCounter.BufferRegion
-
Returns the value of the
endrecord component. - 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
- equals(Object) - Method in record class io.micronaut.http.netty.body.BodySizeLimits
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.micronaut.http.netty.body.JsonCounter.BufferRegion
-
Indicates whether some other object is "equal to" this one.
- error(Throwable) - Method in interface io.micronaut.http.netty.body.BufferConsumer
-
Signal an upstream error.
- error(Throwable) - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody.SharedBuffer
- 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.
- EventLoopFlow - Class in io.micronaut.http.netty
-
This class forwards reactive operations onto an
EventLoopif they are called from outside that loop. - EventLoopFlow(OrderedEventExecutor) - Constructor for class io.micronaut.http.netty.EventLoopFlow
- 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.HandlerSubscriber
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- executeNow(Runnable) - Method in class io.micronaut.http.netty.EventLoopFlow
-
Determine whether the next step can be executed immediately.
- expectedLength() - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody
- expires(long) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- expires(LocalDateTime) - Method in class io.micronaut.http.netty.NettyHttpHeaders
F
- feed(ByteBuf) - Method in class io.micronaut.http.netty.body.JsonCounter
-
Parse some input data.
- findAcceptCharset() - Method in class io.micronaut.http.netty.NettyHttpHeaders
- findAcceptLanguage() - Method in class io.micronaut.http.netty.NettyHttpHeaders
- findCookie(CharSequence) - Method in class io.micronaut.http.netty.cookies.NettyCookies
- findFirst(CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- 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(ArgumentConversionContext<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
- getBodyWriter() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- 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
- getConversionService() - Method in class io.micronaut.http.netty.cookies.NettyCookies
- getConversionService() - Method in class io.micronaut.http.netty.NettyHttpHeaders
- getConversionService() - Method in class io.micronaut.http.netty.NettyHttpParameters
- getCookie(String) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- getCookies() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- getDecoderResult() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
-
Deprecated.
- getDefaultEventLoopGroup() - Method in class io.micronaut.http.netty.channel.DefaultEventLoopGroupRegistry
- getDefaultEventLoopGroup() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupRegistry
- getDefaultEventLoopThreads() - Static method in class io.micronaut.http.netty.channel.NettyThreadFactory
-
Get the default number of threads in the event loop.
- 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
- getFailure() - Method in class io.micronaut.http.netty.PublisherAsBlocking
-
The failure from
PublisherAsBlocking.onError(Throwable). - getHeaders() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- 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
- getMaxAge() - Method in class io.micronaut.http.netty.cookies.NettyCookie
- getMethod() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getMethod() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
-
Deprecated.
- 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
-
Note: Caller must take care to validate headers inserted into this object!
- 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
- getOrigin() - Method in class io.micronaut.http.netty.NettyHttpHeaders
- 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.stream.DelegateStreamedHttpRequest
-
Deprecated.
- 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
- 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
- getType() - Method in class io.micronaut.http.netty.body.NettyByteBufMessageBodyHandler
- getType() - Method in class io.micronaut.http.netty.body.NettyWritableBodyWriter
- getUri() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- getUri() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
-
Deprecated.
- 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_ACTIVITY_LISTENER - Static variable in interface io.micronaut.http.netty.channel.ChannelPipelineCustomizer
-
Handler that listens for channelActive to trigger, which will finish up the connection setup.
- 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_PING_SENDER - 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_INITIAL_ERROR - 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 - 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.HandlerSubscriber
- handlerRemoved(ChannelHandlerContext) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- 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.
- hashCode() - Method in record class io.micronaut.http.netty.body.BodySizeLimits
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.micronaut.http.netty.body.JsonCounter.BufferRegion
-
Returns a hash code value for this object.
- headers() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- 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.
- 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
- httpOnly(boolean) - Method in class io.micronaut.http.netty.cookies.NettyCookie
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.body - package io.micronaut.http.netty.body
- 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.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.
- IoUringAvailabilityCondition - Class in io.micronaut.http.netty.channel
-
Checks if io-uring is available.
- IoUringAvailabilityCondition() - Constructor for class io.micronaut.http.netty.channel.IoUringAvailabilityCondition
- IoUringEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
-
Factory for IOUringEventLoopGroup.
- IoUringEventLoopGroupFactory() - Constructor for class io.micronaut.http.netty.channel.IoUringEventLoopGroupFactory
- isBlocking() - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- isBlocking() - Method in class io.micronaut.http.netty.body.NettyWritableBodyWriter
- isBuffering() - Method in class io.micronaut.http.netty.body.JsonCounter
-
Whether we are currently in the buffering state, i.e.
- 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 class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- isConsumed() - Method in interface io.micronaut.http.netty.stream.StreamedHttpRequest
-
Has the stream been consumed.
- isDefaultThreadFactoryReactorNonBlocking() - Method in class io.micronaut.http.netty.configuration.NettyGlobalConfiguration
-
Default value: true If
true, netty event loop threads will implement project reactorNonBlockingby default. - 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.IoUringEventLoopGroupFactory
- 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
- isReadable(Argument<T>, MediaType) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- isReadable(Argument<T>, MediaType) - Method in class io.micronaut.http.netty.body.NettyJsonStreamHandler
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.Go through
NettyHttpRequestBuilder.toHttpRequestDirect()andNettyHttpRequestBuilder.toHttpRequestWithoutBody()instead - isStream() - Method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
- isStream() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- isWritable() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- isWriteable(Argument<T>, MediaType) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
J
- JsonCounter - Class in io.micronaut.http.netty.body
-
This class takes in JSON data and does simple parsing to detect boundaries between json nodes.
- JsonCounter() - Constructor for class io.micronaut.http.netty.body.JsonCounter
- JsonCounter.BufferRegion - Record Class in io.micronaut.http.netty.body
-
A region that contains a JSON node.
- JsonSubscriber - Class in io.micronaut.http.netty.stream
-
A Reactor subscriber used to handle JSON content.
- JsonSubscriber() - 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
- 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
- length() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- lift(Publisher<HttpContent>) - Static method in class io.micronaut.http.netty.stream.JsonSubscriber
- location(URI) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- LOG - Static variable in class io.micronaut.http.netty.body.NettyByteBody
- 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.IoUringAvailabilityCondition
-
Checks if netty's io-uring 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
- maxBodySize() - Method in record class io.micronaut.http.netty.body.BodySizeLimits
-
Returns the value of the
maxBodySizerecord component. - maxBufferSize() - Method in record class io.micronaut.http.netty.body.BodySizeLimits
-
Returns the value of the
maxBufferSizerecord component. - mediaTypeCodecRegistry - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- message - Variable in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- messageBodyHandlerRegistry - 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
- method() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
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.
- NettyBodyAdapter - Class in io.micronaut.http.netty.body
-
Adapter from generic streaming
ByteBodytoStreamingNettyByteBody. - NettyByteBody - Class in io.micronaut.http.netty.body
-
Common base class for streaming and immediate netty ByteBody implementations.
- NettyByteBody() - Constructor for class io.micronaut.http.netty.body.NettyByteBody
- NettyByteBufMessageBodyHandler - Class in io.micronaut.http.netty.body
-
Handler for netty
ByteBuf. - NettyByteBufMessageBodyHandler() - Constructor for class io.micronaut.http.netty.body.NettyByteBufMessageBodyHandler
- NettyChannelType - Enum Class in io.micronaut.http.netty.channel
-
Different netty channel types.
- NettyCharSequenceBodyWriter - Class in io.micronaut.http.netty.body
-
A JSON body should not be escaped or parsed as a JSON value.
- NettyCharSequenceBodyWriter() - Constructor for class io.micronaut.http.netty.body.NettyCharSequenceBodyWriter
- 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(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.
- NettyJsonHandler<T> - Class in io.micronaut.http.netty.body
-
Replacement for
JsonMessageHandlerwithChunkedMessageBodyReadersupport. - NettyJsonHandler(JsonMapper) - Constructor for class io.micronaut.http.netty.body.NettyJsonHandler
- NettyJsonStreamHandler<T> - Class in io.micronaut.http.netty.body
-
Netty json stream implementation for MessageBodyHandler.
- NettyJsonStreamHandler(JsonMapper) - Constructor for class io.micronaut.http.netty.body.NettyJsonStreamHandler
- NettyLaxClientCookieEncoder - Class in io.micronaut.http.netty.cookies
-
ClientCookieEncoderimplementation backed on Netty'sClientCookieEncoder.LAX. - NettyLaxClientCookieEncoder() - Constructor for class io.micronaut.http.netty.cookies.NettyLaxClientCookieEncoder
- NettyLaxServerCookieDecoder - Class in io.micronaut.http.netty.cookies
- NettyLaxServerCookieDecoder() - Constructor for class io.micronaut.http.netty.cookies.NettyLaxServerCookieDecoder
- 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
- NettyServerCookieEncoder - Class in io.micronaut.http.netty.cookies
-
ServerCookieEncoderimplementation backed byServerCookieEncoder. - NettyServerCookieEncoder() - Constructor for class io.micronaut.http.netty.cookies.NettyServerCookieEncoder
- 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
-
Deprecated.Pass the config instead, through
NettyThreadFactory(NettyGlobalConfiguration) - NettyThreadFactory(NettyGlobalConfiguration) - Constructor for class io.micronaut.http.netty.channel.NettyThreadFactory
-
Create a new netty ThreadFactory factory.
- NettyTlsUtils - Class in io.micronaut.http.netty
-
Common utilities for netty TLS support.
- NettyTlsUtils() - Constructor for class io.micronaut.http.netty.NettyTlsUtils
- NettyWebSocketSession - Class in io.micronaut.http.netty.websocket
-
Implementation of the
WebSocketSessioninterface for Netty. - NettyWebSocketSession(String, Channel, HttpRequest<?>, MediaTypeCodecRegistry, MessageBodyHandlerRegistry, String, boolean) - Constructor for class io.micronaut.http.netty.websocket.NettyWebSocketSession
-
Creates a new netty web socket session.
- NettyWritableBodyWriter - Class in io.micronaut.http.netty.body
-
Netty-specific writer implementation.
- NettyWritableBodyWriter(ApplicationConfiguration) - Constructor for class io.micronaut.http.netty.body.NettyWritableBodyWriter
- NettyWriteContext - Interface in io.micronaut.http.netty.body
-
This interface is used to write the different kinds of netty responses.
- NioEventLoopGroupFactory - Class in io.micronaut.http.netty.channel
-
Factory for NioEventLoopGroup.
- NioEventLoopGroupFactory() - Constructor for class io.micronaut.http.netty.channel.NioEventLoopGroupFactory
- noTokenization() - Method in class io.micronaut.http.netty.body.JsonCounter
-
Do not perform any tokenization, assume that there is only one root-level value.
O
- onBytesConsumed(long) - Method in interface io.micronaut.http.netty.body.BufferConsumer.Upstream
-
Called when a number of bytes has been consumed by the downstream.
- onBytesConsumed(long) - Method in class io.micronaut.http.netty.body.NettyBodyAdapter
- onComplete() - Method in class io.micronaut.http.netty.body.NettyBodyAdapter
- onComplete() - Method in class io.micronaut.http.netty.PublisherAsBlocking
- onComplete() - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- onComplete() - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- onConnect(ChannelPipeline) - Method in interface io.micronaut.http.netty.channel.ChannelPipelineListener
-
Deprecated.A method called every time the pipeline is initialized.
- onError(Throwable) - Method in class io.micronaut.http.netty.body.NettyBodyAdapter
- onError(Throwable) - Method in class io.micronaut.http.netty.PublisherAsBlocking
- onError(Throwable) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- onError(Throwable) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- onNext(ByteBuf) - Method in class io.micronaut.http.netty.body.NettyBodyAdapter
- onNext(WebSocketFrame) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- onNext(T) - Method in class io.micronaut.http.netty.PublisherAsBlocking
- 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.
- onSubscribe(Subscription) - Method in class io.micronaut.http.netty.body.NettyBodyAdapter
- onSubscribe(Subscription) - Method in class io.micronaut.http.netty.PublisherAsBlocking
- onSubscribe(Subscription) - Method in class io.micronaut.http.netty.reactive.HandlerSubscriber
- onSubscribe(Subscription) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
- 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
- peek() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- pollFlushedRegion() - Method in class io.micronaut.http.netty.body.JsonCounter
-
Check for any new flushed data from the last
JsonCounter.feed(ByteBuf)operation. - pongHandler - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
- position() - Method in class io.micronaut.http.netty.body.JsonCounter
-
The current position counter of the parser.
- prefixComma(HttpContent) - Static method in class io.micronaut.http.netty.content.HttpContentUtil
- prefixOpenBracket(HttpContent) - Static method in class io.micronaut.http.netty.content.HttpContentUtil
- primary(BufferConsumer) - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody
- protocolVersion() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- PublisherAsBlocking<T> - Class in io.micronaut.http.netty
-
A subscriber that allows blocking reads from a publisher.
- PublisherAsBlocking() - Constructor for class io.micronaut.http.netty.PublisherAsBlocking
- PublisherAsStream - Class in io.micronaut.http.netty
-
Transform a
PublisherAsBlockingof buffers into aInputStream. - PublisherAsStream(PublisherAsBlocking<ByteBuf>) - Constructor for class io.micronaut.http.netty.PublisherAsStream
- put(CharSequence, Object) - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
R
- read() - Method in class io.micronaut.http.netty.PublisherAsStream
- read(byte[], int, int) - Method in class io.micronaut.http.netty.PublisherAsStream
- read(Argument<Writable>, MediaType, Headers, InputStream) - Method in class io.micronaut.http.netty.body.NettyWritableBodyWriter
- read(Argument<ByteBuf>, MediaType, Headers, ByteBuffer<?>) - Method in class io.micronaut.http.netty.body.NettyByteBufMessageBodyHandler
- read(Argument<ByteBuf>, MediaType, Headers, InputStream) - Method in class io.micronaut.http.netty.body.NettyByteBufMessageBodyHandler
- read(Argument<T>, MediaType, Headers, ByteBuffer<?>) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- read(Argument<T>, MediaType, Headers, ByteBuffer<?>) - Method in class io.micronaut.http.netty.body.NettyJsonStreamHandler
- read(Argument<T>, MediaType, Headers, InputStream) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- read(Argument<T>, MediaType, Headers, InputStream) - Method in class io.micronaut.http.netty.body.NettyJsonStreamHandler
- readChunked(Argument<Writable>, MediaType, Headers, Publisher<ByteBuffer<?>>) - Method in class io.micronaut.http.netty.body.NettyWritableBodyWriter
- readChunked(Argument<ByteBuf>, MediaType, Headers, Publisher<ByteBuffer<?>>) - Method in class io.micronaut.http.netty.body.NettyByteBufMessageBodyHandler
- readChunked(Argument<T>, MediaType, Headers, Publisher<ByteBuffer<?>>) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- readChunked(Argument<T>, MediaType, Headers, Publisher<ByteBuffer<?>>) - Method in class io.micronaut.http.netty.body.NettyJsonStreamHandler
- reason() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- refCnt() - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- register(MutableConversionService) - Method in class io.micronaut.http.netty.channel.converters.KQueueChannelOptionFactory
- release() - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- release(int) - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- 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.
- replace(ByteBuf) - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- request - Variable in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- retain() - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- retain(int) - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- retainedDuplicate() - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
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
- SERVER_SOCKET - Enum constant in enum class io.micronaut.http.netty.channel.NettyChannelType
- serverSocketChannelClass() - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- serverSocketChannelClass(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- serverSocketChannelInstance(EventLoopGroupConfiguration) - Method in interface io.micronaut.http.netty.channel.EventLoopGroupFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- set(CharSequence, CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- setAttribute(CharSequence, Object) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- setConversionService(ConversionService) - Method in class io.micronaut.http.netty.NettyHttpHeaders
- setConversionService(ConversionService) - Method in class io.micronaut.http.netty.NettyHttpParameters
- setDecoderResult(DecoderResult) - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- setDefaultThreadFactoryReactorNonBlocking(boolean) - Method in class io.micronaut.http.netty.configuration.NettyGlobalConfiguration
-
Default value: true If
true, netty event loop threads will implement project reactorNonBlockingby default. - setExpectedLength(long) - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody.SharedBuffer
- setExpectedLengthFrom(HttpHeaders) - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody.SharedBuffer
- setMethod(HttpMethod) - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- setMethod(HttpMethod) - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- setProtocolVersion(HttpVersion) - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- setProtocolVersion(HttpVersion) - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- setResourceLeakDetectorLevel(ResourceLeakDetector.Level) - Method in class io.micronaut.http.netty.configuration.NettyGlobalConfiguration
-
Sets the resource leak detection level.
- setUnsafe(CharSequence, CharSequence) - Method in class io.micronaut.http.netty.NettyHttpHeaders
-
Like
NettyHttpHeaders.set(CharSequence, CharSequence)but without header validation. - setUri(String) - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- setUri(String) - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- SharedBuffer(EventLoop, BodySizeLimits, BufferConsumer.Upstream) - Constructor for class io.micronaut.http.netty.body.StreamingNettyByteBody.SharedBuffer
- specialize(UnaryOperator<C>) - Method in class io.micronaut.http.netty.AbstractCompositeCustomizer
-
Specialize all members with the given action.
- specializeForChannel(Channel, R) - Method in class io.micronaut.http.netty.AbstractCompositeCustomizer
- specializeForChannel(C, Channel, R) - Method in class io.micronaut.http.netty.AbstractCompositeCustomizer
- split() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- split(ByteBody.SplitBackpressureMode) - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody
- sslProvider(SslConfiguration) - Static method in class io.micronaut.http.netty.NettyTlsUtils
-
The SSL provider to use.
- start() - Method in interface io.micronaut.http.netty.body.BufferConsumer.Upstream
-
Signal that we want to start consuming bytes.
- start() - Method in record class io.micronaut.http.netty.body.JsonCounter.BufferRegion
-
Returns the value of the
startrecord component. - start() - Method in class io.micronaut.http.netty.body.NettyBodyAdapter
- status(int, CharSequence) - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- storeToFactory(SslConfiguration, KeyStore) - Static method in class io.micronaut.http.netty.NettyTlsUtils
-
Create a
KeyManagerFactoryfrom aKeyStore. - 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. - StreamingNettyByteBody - Class in io.micronaut.http.netty.body
-
Netty implementation for streaming ByteBody.
- StreamingNettyByteBody(StreamingNettyByteBody.SharedBuffer) - Constructor for class io.micronaut.http.netty.body.StreamingNettyByteBody
- StreamingNettyByteBody.SharedBuffer - Class in io.micronaut.http.netty.body
-
This class buffers input data and distributes it to multiple
StreamingNettyByteBodyinstances. - 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 HttpContent>) - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- subscribe(Subscriber<? super WebSocketFrame>) - Method in class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
T
- take() - Method in class io.micronaut.http.netty.PublisherAsBlocking
-
Get the next object.
- toByteArray() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- toByteArrayPublisher() - Method in class io.micronaut.http.netty.body.NettyByteBody
- toByteBuf(AvailableByteBody) - Static method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- toByteBuffer() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- toByteBufferPublisher() - Method in class io.micronaut.http.netty.body.NettyByteBody
- toByteBufPublisher() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- toByteBufPublisher() - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody
- toByteBufs(ByteBody) - Static method in class io.micronaut.http.netty.body.NettyByteBody
- toFullHttpRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- toFullHttpRequest() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Deprecated.
- 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
- toFullHttpResponse(HttpResponse<?>, ByteBuf) - Static method in interface io.micronaut.http.netty.NettyHttpResponseBuilder
-
Deprecated.Unused
- toHttpRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- toHttpRequest() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Go through
NettyHttpRequestBuilder.toHttpRequestDirect()andNettyHttpRequestBuilder.toHttpRequestWithoutBody()instead - toHttpRequest(HttpRequest<?>) - Static method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Go through
NettyHttpRequestBuilder.toHttpRequestDirect()andNettyHttpRequestBuilder.toHttpRequestWithoutBody()instead - toHttpRequestDirect() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Deprecated.Go through
NettyHttpRequestBuilder.toHttpRequestWithoutBody()andNettyHttpRequestBuilder.byteBodyDirect()instead - toHttpRequestWithoutBody() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Convert this request to a netty request without the body.
- 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.
- toInputStream() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- toInputStream() - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody
- toNoBodyResponse(HttpResponse<?>) - Static method in class io.micronaut.http.netty.NettyMutableHttpResponse
-
Create a non-body netty response from the given MN response.
- toStreamHttpRequest() - Method in class io.micronaut.http.netty.AbstractNettyHttpRequest
- toStreamHttpRequest() - Method in interface io.micronaut.http.netty.NettyHttpRequestBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Go through
NettyHttpRequestBuilder.toHttpRequestDirect()andNettyHttpRequestBuilder.toHttpRequestWithoutBody()instead - 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 record class io.micronaut.http.netty.body.BodySizeLimits
-
Returns a string representation of this record class.
- toString() - Method in record class io.micronaut.http.netty.body.JsonCounter.BufferRegion
-
Returns a string representation of this record class.
- toString() - Method in class io.micronaut.http.netty.NettyMutableHttpResponse
- toString() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- toString() - Method in class io.micronaut.http.netty.websocket.NettyWebSocketSession
- toString(Charset) - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- touch() - Method in class io.micronaut.http.netty.body.AvailableNettyByteBody
- touch() - Method in class io.micronaut.http.netty.body.StreamingNettyByteBody
- touch() - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- touch(Object) - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
- trailingHeaders() - Method in class io.micronaut.http.netty.stream.EmptyHttpRequest
U
- UNLIMITED - Static variable in record class io.micronaut.http.netty.body.BodySizeLimits
- unvalidatedUrl - Variable in class io.micronaut.http.netty.AbstractNettyHttpRequest
- unwrapTopLevelArray() - Method in class io.micronaut.http.netty.body.JsonCounter
-
Enable top-level array unwrapping: If the input starts with an array, that array's elements are returned as individual JSON nodes, not the array all at once.
- uri() - Method in class io.micronaut.http.netty.stream.DelegateStreamedHttpRequest
- uriVariables - Variable in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
V
- validateHeader(CharSequence, CharSequence) - Static method in class io.micronaut.http.netty.NettyHttpHeaders
- value(String) - Method in class io.micronaut.http.netty.cookies.NettyCookie
- valueOf(String) - Static method in enum class io.micronaut.http.netty.channel.NettyChannelType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.micronaut.http.netty.channel.NettyChannelType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.Not used anymore
- WebSocketMessageEncoder(MediaTypeCodecRegistry, MessageBodyHandlerRegistry) - 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(HttpResponse, ByteBody) - Method in interface io.micronaut.http.netty.body.NettyWriteContext
-
Write a response.
- write(ByteBufferFactory<?, ?>, HttpRequest<?>, MutableHttpResponse<T>, Argument<T>, MediaType, T) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- write(ByteBufferFactory<?, ?>, HttpRequest<?>, MutableHttpResponse<Writable>, Argument<Writable>, MediaType, Writable) - Method in class io.micronaut.http.netty.body.NettyWritableBodyWriter
- write(ByteBufferFactory<?, ?>, HttpRequest<?>, MutableHttpResponse<CharSequence>, Argument<CharSequence>, MediaType, CharSequence) - Method in class io.micronaut.http.netty.body.NettyCharSequenceBodyWriter
- writeCloseFrameAndTerminate(ChannelHandlerContext, CloseReason) - Method in class io.micronaut.http.netty.websocket.AbstractNettyWebSocketHandler
-
Writes the give close reason and terminates the session.
- writeHeadResponse(HttpResponse) - Method in interface io.micronaut.http.netty.body.NettyWriteContext
-
Write a response to a
HEADrequest. - writeTo(Argument<Writable>, MediaType, Writable, MutableHeaders, OutputStream) - Method in class io.micronaut.http.netty.body.NettyWritableBodyWriter
- writeTo(Argument<ByteBuf>, MediaType, ByteBuf, MutableHeaders, ByteBufferFactory<?, ?>) - Method in class io.micronaut.http.netty.body.NettyByteBufMessageBodyHandler
- writeTo(Argument<ByteBuf>, MediaType, ByteBuf, MutableHeaders, OutputStream) - Method in class io.micronaut.http.netty.body.NettyByteBufMessageBodyHandler
- writeTo(Argument<CharSequence>, MediaType, CharSequence, MutableHeaders, OutputStream) - Method in class io.micronaut.http.netty.body.NettyCharSequenceBodyWriter
- writeTo(Argument<T>, MediaType, T, MutableHeaders, ByteBufferFactory<?, ?>) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- writeTo(Argument<T>, MediaType, T, MutableHeaders, ByteBufferFactory<?, ?>) - Method in class io.micronaut.http.netty.body.NettyJsonStreamHandler
- writeTo(Argument<T>, MediaType, T, MutableHeaders, OutputStream) - Method in class io.micronaut.http.netty.body.NettyJsonHandler
- writeTo(Argument<T>, MediaType, T, MutableHeaders, OutputStream) - Method in class io.micronaut.http.netty.body.NettyJsonStreamHandler
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
EventLoopGroupFactory.channelInstance(NettyChannelType, EventLoopGroupConfiguration, Channel, int)instead