Uses of Interface
io.netty.channel.ChannelFlushPromiseNotifier.FlushCheckpoint
-
Packages that use ChannelFlushPromiseNotifier.FlushCheckpoint 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 ChannelFlushPromiseNotifier.FlushCheckpoint in io.netty.bootstrap
Classes in io.netty.bootstrap that implement ChannelFlushPromiseNotifier.FlushCheckpoint Modifier and Type Class Description (package private) static class
AbstractBootstrap.PendingRegistrationPromise
-
Uses of ChannelFlushPromiseNotifier.FlushCheckpoint in io.netty.channel
Classes in io.netty.channel that implement ChannelFlushPromiseNotifier.FlushCheckpoint Modifier and Type Class Description (package private) static class
AbstractChannel.CloseFuture
private static class
ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
class
DefaultChannelProgressivePromise
The defaultChannelProgressivePromise
implementation.class
DefaultChannelPromise
The defaultChannelPromise
implementation.Fields in io.netty.channel with type parameters of type ChannelFlushPromiseNotifier.FlushCheckpoint Modifier and Type Field Description private java.util.Queue<ChannelFlushPromiseNotifier.FlushCheckpoint>
ChannelFlushPromiseNotifier. flushCheckpoints
-
Uses of ChannelFlushPromiseNotifier.FlushCheckpoint in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement ChannelFlushPromiseNotifier.FlushCheckpoint 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.
-