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
Channels 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 classclassThe defaultChannelProgressivePromiseimplementation.classThe defaultChannelPromiseimplementation. -
Uses of DefaultPromise in io.netty.channel.group
Subclasses of DefaultPromise in io.netty.channel.groupModifier and TypeClassDescription(package private) final classThe defaultChannelGroupFutureimplementation. -
Uses of DefaultPromise in io.netty.handler.codec.http2
Subclasses of DefaultPromise in io.netty.handler.codec.http2Modifier and TypeClassDescription(package private) static final classProvides the ability to associate the outcome of multipleChannelPromiseobjects into a singleChannelPromiseobject. -
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) classPromiseTask<V>(package private) final classprivate static final classFields in io.netty.util.concurrent with type parameters of type DefaultPromiseModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<DefaultPromise, Object> DefaultPromise.RESULT_UPDATER