Package | Description |
---|---|
io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
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.group |
A channel registry which helps a user maintain the list of open
Channel s and perform bulk operations on them. |
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
Modifier and Type | Class and Description |
---|---|
private static class |
AbstractBootstrap.PendingRegistrationPromise |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AbstractChannel.CloseFuture |
(package private) class |
CompleteChannelFuture
A skeletal
ChannelFuture implementation which represents a
ChannelFuture which has been completed already. |
class |
DefaultChannelProgressivePromise
The default
ChannelProgressivePromise implementation. |
class |
DefaultChannelPromise
The default
ChannelPromise implementation. |
(package private) class |
FailedChannelFuture
The
CompleteChannelFuture which is failed already. |
(package private) class |
SucceededChannelFuture
The
CompleteChannelFuture which is succeeded already. |
(package private) class |
VoidChannelPromise |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultChannelGroupFuture
The default
ChannelGroupFuture implementation. |
Modifier and Type | Class and Description |
---|---|
private class |
SslHandler.LazyChannelPromise |
Modifier and Type | Class and Description |
---|---|
class |
CompleteFuture<V>
|
class |
DefaultProgressivePromise<V> |
class |
DefaultPromise<V> |
class |
FailedFuture<V>
The
CompleteFuture which is failed already. |
(package private) static class |
ImmediateEventExecutor.ImmediateProgressivePromise<V> |
(package private) static class |
ImmediateEventExecutor.ImmediatePromise<V> |
(package private) class |
PromiseTask<V> |
(package private) class |
ScheduledFutureTask<V> |
class |
SucceededFuture<V>
The
CompleteFuture which is succeeded already. |
private static class |
UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask<V> |