| Package | Description |
|---|---|
| io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
| io.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
| Class and Description |
|---|
| AbstractNioChannel
Abstract base class for
Channel implementations which use a Selector based approach. |
| AbstractNioChannel.AbstractNioUnsafe |
| AbstractNioChannel.NioUnsafe
Special
Unsafe sub-type which allows to access the underlying SelectableChannel |
NioIoHandle
IoHandle subtype for NIO based implementations that will work with NioIoHandler. |
| NioIoHandler |
| NioIoOps
Implementation of
IoOps for
that is used by NioIoHandler and so for NIO based transports. |
NioIoRegistration
IoRegistration implementation that is used by NioIoHandler. |
| NioTask
An arbitrary task that can be executed by
NioEventLoop when a SelectableChannel becomes ready. |
| Class and Description |
|---|
AbstractNioByteChannel
AbstractNioChannel base class for Channels that operate on bytes. |
| AbstractNioChannel
Abstract base class for
Channel implementations which use a Selector based approach. |
| AbstractNioChannel.AbstractNioUnsafe |
AbstractNioMessageChannel
AbstractNioChannel base class for Channels that operate on messages. |
Copyright © 2008–2025 The Netty Project. All rights reserved.