Uses of Class
io.netty.channel.DefaultChannelPromise
Packages that use DefaultChannelPromise
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.
Handlers for sending and receiving HTTP/2 frames.
-
Uses of DefaultChannelPromise in io.netty.bootstrap
Subclasses of DefaultChannelPromise in io.netty.bootstrapModifier and TypeClassDescription(package private) static final class
-
Uses of DefaultChannelPromise in io.netty.channel
Subclasses of DefaultChannelPromise in io.netty.channelModifier and TypeClassDescription(package private) static final class
-
Uses of DefaultChannelPromise in io.netty.handler.codec.http2
Subclasses of DefaultChannelPromise 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.