Uses of Interface
io.netty.channel.ChannelFlushPromiseNotifier.FlushCheckpoint
Packages that use ChannelFlushPromiseNotifier.FlushCheckpoint
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 ChannelFlushPromiseNotifier.FlushCheckpoint in io.netty.bootstrap
Classes in io.netty.bootstrap that implement ChannelFlushPromiseNotifier.FlushCheckpointModifier and TypeClassDescription(package private) static final class
-
Uses of ChannelFlushPromiseNotifier.FlushCheckpoint in io.netty.channel
Classes in io.netty.channel that implement ChannelFlushPromiseNotifier.FlushCheckpointModifier and TypeClassDescription(package private) static final class
private static class
class
The defaultChannelProgressivePromise
implementation.class
The defaultChannelPromise
implementation.Fields in io.netty.channel with type parameters of type ChannelFlushPromiseNotifier.FlushCheckpointModifier and TypeFieldDescriptionprivate final 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.FlushCheckpointModifier and TypeClassDescription(package private) static final class
Provides the ability to associate the outcome of multipleChannelPromise
objects into a singleChannelPromise
object.