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.pool |
Implementations and API for
Channel pools. |
io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
Modifier and Type | Field and Description |
---|---|
private FutureListener<java.lang.Object> |
ThreadPerChannelEventLoopGroup.childTerminationListener |
Modifier and Type | Class and Description |
---|---|
private class |
FixedChannelPool.AcquireListener |
private class |
FixedChannelPool.AcquireTask |
Modifier and Type | Class and Description |
---|---|
class |
UnaryPromiseNotifier<T> |