Uses of Class
io.netty.util.concurrent.DefaultPromise
Packages that use DefaultPromise
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A channel registry which helps a user maintain the list of open
Channel
s and perform bulk operations on them.Handlers for sending and receiving HTTP/2 frames.
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
Utility classes for concurrent / async tasks.
-
Uses of DefaultPromise in io.netty.bootstrap
Subclasses of DefaultPromise in io.netty.bootstrapModifier and TypeClassDescription(package private) static final class
-
Uses of DefaultPromise in io.netty.channel
Subclasses of DefaultPromise in io.netty.channelModifier and TypeClassDescription(package private) static final class
class
The defaultChannelProgressivePromise
implementation.class
The defaultChannelPromise
implementation. -
Uses of DefaultPromise in io.netty.channel.group
Subclasses of DefaultPromise in io.netty.channel.groupModifier and TypeClassDescription(package private) final class
The defaultChannelGroupFuture
implementation. -
Uses of DefaultPromise in io.netty.handler.codec.http2
Subclasses of DefaultPromise in io.netty.handler.codec.http2Modifier and TypeClassDescription(package private) static final class
Provides the ability to associate the outcome of multipleChannelPromise
objects into a singleChannelPromise
object. -
Uses of DefaultPromise in io.netty.handler.proxy
Subclasses of DefaultPromise in io.netty.handler.proxy -
Uses of DefaultPromise in io.netty.handler.ssl
Subclasses of DefaultPromise in io.netty.handler.ssl -
Uses of DefaultPromise in io.netty.util.concurrent
Subclasses of DefaultPromise in io.netty.util.concurrentModifier and TypeClassDescriptionclass
(package private) static class
(package private) static class
(package private) class
PromiseTask<V>
(package private) final class
private static final class
Fields in io.netty.util.concurrent with type parameters of type DefaultPromiseModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater
<DefaultPromise, Object> DefaultPromise.RESULT_UPDATER