See: Description
| Interface | Description |
|---|---|
| AbstractNioChannel.NioUnsafe |
Special
Unsafe sub-type which allows to access the underlying SelectableChannel |
| NioIoEvent |
IoEvent that must be handled by the NioIoHandle. |
| NioIoHandle |
IoHandle subtype for NIO based implementations that will work with NioIoHandler. |
| NioIoRegistration |
IoRegistration implementation that is used by NioIoHandler. |
| 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 | Deprecated
Use
SingleThreadIoEventLoop with NioIoHandler |
| NioEventLoopGroup | Deprecated
Use
MultiThreadIoEventLoopGroup with NioIoHandler. |
| NioIoHandler | |
| NioIoOps |
Implementation of
IoOps for
that is used by NioIoHandler and so for NIO based transports. |
| NioSelectableChannelIoHandle<S extends SelectableChannel> |
Allows to create an
IoHandle for a SelectableChannel, not necessarily created by Netty. |
Copyright © 2008–2025 The Netty Project. All rights reserved.