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.
|
Modifier and Type | Class and Description |
---|---|
private static class |
AbstractBootstrap.PendingRegistrationPromise |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AbstractChannel.CloseFuture |
private static class |
ChannelFlushPromiseNotifier.DefaultFlushCheckpoint |
class |
DefaultChannelProgressivePromise
The default
ChannelProgressivePromise implementation. |
class |
DefaultChannelPromise
The default
ChannelPromise implementation. |
Modifier and Type | Field and Description |
---|---|
private java.util.Queue<ChannelFlushPromiseNotifier.FlushCheckpoint> |
ChannelFlushPromiseNotifier.flushCheckpoints |