Uses of Class
io.netty.channel.DefaultChannelPromise
-
Packages that use DefaultChannelPromise 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.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of DefaultChannelPromise in io.netty.bootstrap
Subclasses of DefaultChannelPromise in io.netty.bootstrap Modifier and Type Class Description (package private) static class
AbstractBootstrap.PendingRegistrationPromise
-
Uses of DefaultChannelPromise in io.netty.channel
Subclasses of DefaultChannelPromise in io.netty.channel Modifier and Type Class Description (package private) static class
AbstractChannel.CloseFuture
-
Uses of DefaultChannelPromise in io.netty.handler.codec.http2
Subclasses of DefaultChannelPromise 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.
-