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 forEventLoopGroupinstances.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 NettyNioEventLoopGroupwill use within Micronaut to create threads.We only create one ThreadFactory singleton, but in order to get different names for different event loops, we need oneDefaultThreadFactoryfor each event loop.Factory for NioEventLoopGroup.