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 classAbstractBootstrap.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 classAbstractChannel.CloseFutureprivate static classChannelFlushPromiseNotifier.DefaultFlushCheckpointclassDefaultChannelProgressivePromiseThe defaultChannelProgressivePromiseimplementation.classDefaultChannelPromiseThe defaultChannelPromiseimplementation.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 classHttp2CodecUtil.SimpleChannelPromiseAggregatorProvides the ability to associate the outcome of multipleChannelPromiseobjects into a singleChannelPromiseobject.
-