See: Description
| Interface | Description |
|---|---|
| AbstractNioChannel.NioUnsafe |
Special
Unsafe sub-type which allows to access the underlying SelectableChannel |
| NioTask<C extends SelectableChannel> |
An arbitrary task that can be executed by
NioEventLoop when a SelectableChannel becomes ready. |
| Class | Description |
|---|---|
| AbstractNioByteChannel |
AbstractNioChannel base class for Channels that operate on bytes. |
| AbstractNioChannel |
Abstract base class for
Channel implementations which use a Selector based approach. |
| AbstractNioMessageChannel |
AbstractNioChannel base class for Channels that operate on messages. |
| NioEventLoop |
A
SingleThreadEventLoop implementation which registers each Channel with a
NIO Selector and performs the multiplexing of these in the event loop. |
| NioEventLoopGroup |
Copyright © 2008–2015 The Netty Project. All rights reserved.