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.oio |
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
|
Constructor and Description |
---|
ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup parent)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
OioEventLoopGroup
Deprecated.
use NIO / EPOLL / KQUEUE transport.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.