| Package | Description |
|---|---|
| io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| io.netty.channel.nio |
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventLoop |
class |
SingleThreadIoEventLoop
IoEventLoop implementation that execute all its submitted tasks in a single thread using the provided
IoHandler. |
class |
ThreadPerChannelEventLoop
Deprecated.
this will be remove in the next-major release.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NioEventLoop
Deprecated.
Use
SingleThreadIoEventLoop with NioIoHandler |
Copyright © 2008–2025 The Netty Project. All rights reserved.