EventLoopGroup
functionality.See: Description
Interface | Description |
---|---|
MigratablePipeline |
A NioPipeline that supports migration between
NioThread instances. |
Class | Description |
---|---|
ChannelInboundHandlerWithCounters |
Trigger for the ChannelReader to inject the appropriate counters.
|
NioChannel |
A
Channel implementation tailored
for non blocking IO using Selector in combination
with a non blocking SocketChannel . |
NioChannelFactory | |
NioEventLoopGroup |
A non blocking
EventLoopGroup implementation that makes use of
Selector to have a limited set of io threads, handle
an arbitrary number of connections. |
NioEventLoopGroup.Context | |
NioInboundPipeline |
When the
NioThread receives a read event from the Selector , then the
NioInboundPipeline.process() is called to read out the data from the socket into a bytebuffer and hand it over to the
ChannelInboundHandler to get processed. |
NioOutboundPipeline | |
NioPipeline | |
NioThread | |
SelectorOptimizer |
The SelectorOptimizer optimizes the Selector so less litter is being created.
|
Enum | Description |
---|---|
SelectorMode |
Controls the mode in which IO and acceptor thread selectors will be operating
|
EventLoopGroup
functionality. It relies
on Selector
to be notified if there is something to read/write.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.