See: Description
Interface | Description |
---|---|
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. |
Class | Description |
---|---|
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 |
Copyright © 2008–2018 The Netty Project. All rights reserved.