Package io.micronaut.http.netty.channel
package io.micronaut.http.netty.channel
Netty Thread factory.
- Since:
- 1.0
- Author:
- Sergio del Amo
-
ClassDescriptionInterface that allows customizations to the
ChannelPipeline
.Deprecated.Use NettyClientCustomizer or NettyServerCustomizer instead.Configuration interface for event loop configuration.The default factory forEventLoopGroup
instances.Factory for creating named event loop groups.Checks if epoll is available.Factory for EpollEventLoopGroup.Default event loop group configuration interface.Factory for EventLoopGroup.Registry of configured event loops.Checks if io-uring is available.Factory for IOUringEventLoopGroup.Checks if kqueue is available.Factory for KQueueEventLoopGroup.Different netty channel types.The Default thread factory the NettyNioEventLoopGroup
will use within Micronaut to create threads.Factory for NioEventLoopGroup.