请参阅: 说明
接口 | 说明 |
---|---|
AbstractNioChannel.NioUnsafe |
Special
Unsafe sub-type which allows to access the underlying SelectableChannel |
NioTask<C extends java.nio.channels.SelectableChannel> |
An arbitrary task that can be executed by
NioEventLoop when a SelectableChannel becomes ready. |
类 | 说明 |
---|---|
AbstractNioByteChannel |
AbstractNioChannel base class for Channel s that operate on bytes. |
AbstractNioChannel |
Abstract base class for
Channel implementations which use a Selector based approach. |
AbstractNioMessageChannel |
AbstractNioChannel base class for Channel s that operate on messages. |
NioEventLoop |
SingleThreadEventLoop implementation which register the Channel 's to a
Selector and so does the multi-plexing of these in the event loop. |
NioEventLoopGroup |