Uses of Interface
io.netty.channel.ChannelProgressiveFuture
Packages that use ChannelProgressiveFuture
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
-
Uses of ChannelProgressiveFuture in io.netty.channel
Subinterfaces of ChannelProgressiveFuture in io.netty.channelModifier and TypeInterfaceDescriptioninterface
SpecialChannelPromise
which will be notified once the associated bytes is transferring.Classes in io.netty.channel that implement ChannelProgressiveFutureMethods in io.netty.channel that return ChannelProgressiveFutureModifier and TypeMethodDescriptionChannelProgressiveFuture.addListener
(GenericFutureListener<? extends Future<? super Void>> listener) ChannelProgressiveFuture.addListeners
(GenericFutureListener<? extends Future<? super Void>>... listeners) ChannelProgressiveFuture.await()
ChannelProgressiveFuture.awaitUninterruptibly()
ChannelProgressiveFuture.removeListener
(GenericFutureListener<? extends Future<? super Void>> listener) ChannelProgressiveFuture.removeListeners
(GenericFutureListener<? extends Future<? super Void>>... listeners) ChannelProgressiveFuture.sync()
ChannelProgressiveFuture.syncUninterruptibly()