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 openChannels 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 onSSLEngineio.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 classAbstractBootstrap.PendingRegistrationPromise -
Uses of DefaultPromise in io.netty.channel
Subclasses of DefaultPromise in io.netty.channel Modifier and Type Class Description (package private) static classAbstractChannel.CloseFutureclassDefaultChannelProgressivePromiseThe defaultChannelProgressivePromiseimplementation.classDefaultChannelPromiseThe defaultChannelPromiseimplementation. -
Uses of DefaultPromise in io.netty.channel.group
Subclasses of DefaultPromise in io.netty.channel.group Modifier and Type Class Description (package private) classDefaultChannelGroupFutureThe defaultChannelGroupFutureimplementation. -
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 classHttp2CodecUtil.SimpleChannelPromiseAggregatorProvides 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 Modifier and Type Class Description private classProxyHandler.LazyChannelPromise -
Uses of DefaultPromise in io.netty.handler.ssl
Subclasses of DefaultPromise in io.netty.handler.ssl Modifier and Type Class Description private classSslHandler.LazyChannelPromise -
Uses of DefaultPromise in io.netty.util.concurrent
Subclasses of DefaultPromise in io.netty.util.concurrent Modifier and Type Class Description classDefaultProgressivePromise<V>(package private) static classImmediateEventExecutor.ImmediateProgressivePromise<V>(package private) static classImmediateEventExecutor.ImmediatePromise<V>(package private) classPromiseTask<V>(package private) classScheduledFutureTask<V>private static classUnorderedThreadPoolEventExecutor.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
-