Interface | Description |
---|---|
ChannelPipelineCustomizer |
Interface that allows customizations to the
ChannelPipeline . |
ChannelPipelineListener | Deprecated
Use NettyClientCustomizer or NettyServerCustomizer instead.
|
EventLoopGroupConfiguration |
Default event loop group configuration interface.
|
EventLoopGroupFactory |
Factory for EventLoopGroup.
|
EventLoopGroupRegistry |
Registry of configured event loops.
|
Class | Description |
---|---|
DefaultEventLoopGroupConfiguration |
Configuration interface for event loop configuration.
|
DefaultEventLoopGroupFactory |
The default factory for
EventLoopGroup instances. |
DefaultEventLoopGroupRegistry |
Factory for creating named event loop groups.
|
EpollAvailabilityCondition |
Checks if epoll is available.
|
EpollEventLoopGroupFactory |
Factory for EpollEventLoopGroup.
|
KQueueAvailabilityCondition |
Checks if kqueue is available.
|
KQueueEventLoopGroupFactory |
Factory for KQueueEventLoopGroup.
|
NettyThreadFactory |
The Default thread factory the Netty
NioEventLoopGroup will use within Micronaut to
create threads. |
NioEventLoopGroupFactory |
Factory for NioEventLoopGroup.
|