Uses of Class
io.netty.util.concurrent.DefaultPromise
-
Packages that use DefaultPromise 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 openChannel
s and perform bulk operations on them.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.proxy Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunnelingio.netty.handler.ssl SSL · TLS implementation based onSSLEngine
io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of DefaultPromise in io.netty.bootstrap
Subclasses of DefaultPromise in io.netty.bootstrap Modifier and Type Class Description (package private) static class
AbstractBootstrap.PendingRegistrationPromise
-
Uses of DefaultPromise in io.netty.channel
Subclasses of DefaultPromise in io.netty.channel Modifier and Type Class Description (package private) static class
AbstractChannel.CloseFuture
class
DefaultChannelProgressivePromise
The defaultChannelProgressivePromise
implementation.class
DefaultChannelPromise
The defaultChannelPromise
implementation. -
Uses of DefaultPromise in io.netty.channel.group
Subclasses of DefaultPromise in io.netty.channel.group Modifier and Type Class Description (package private) class
DefaultChannelGroupFuture
The defaultChannelGroupFuture
implementation. -
Uses of DefaultPromise in io.netty.handler.codec.http2
Subclasses of DefaultPromise in io.netty.handler.codec.http2 Modifier and Type Class Description (package private) static class
Http2CodecUtil.SimpleChannelPromiseAggregator
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 Modifier and Type Class Description private class
ProxyHandler.LazyChannelPromise
-
Uses of DefaultPromise in io.netty.handler.ssl
Subclasses of DefaultPromise in io.netty.handler.ssl Modifier and Type Class Description private class
SslHandler.LazyChannelPromise
-
Uses of DefaultPromise in io.netty.util.concurrent
Subclasses of DefaultPromise in io.netty.util.concurrent Modifier and Type Class Description class
DefaultProgressivePromise<V>
(package private) static class
ImmediateEventExecutor.ImmediateProgressivePromise<V>
(package private) static class
ImmediateEventExecutor.ImmediatePromise<V>
(package private) class
PromiseTask<V>
(package private) class
ScheduledFutureTask<V>
private static class
UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask<V>
Fields in io.netty.util.concurrent with type parameters of type DefaultPromise Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<DefaultPromise,java.lang.Object>
DefaultPromise. RESULT_UPDATER
-