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.util.concurrent |
Utility classes for concurrent / async tasks.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CompleteChannelFuture
A skeletal
ChannelFuture implementation which represents a
ChannelFuture which has been completed already. |
(package private) class |
FailedChannelFuture
The
CompleteChannelFuture which is failed already. |
(package private) class |
SucceededChannelFuture
The
CompleteChannelFuture which is succeeded already. |
Modifier and Type | Class and Description |
---|---|
class |
FailedFuture<V>
The
CompleteFuture which is failed already. |
class |
SucceededFuture<V>
The
CompleteFuture which is succeeded already. |