Uses of Interface
io.netty.util.concurrent.ProgressiveFuture
Packages that use ProgressiveFuture
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Utility classes for concurrent / async tasks.
-
Uses of ProgressiveFuture in io.netty.channel
Subinterfaces of ProgressiveFuture in io.netty.channelModifier and TypeInterfaceDescriptioninterface
An specialChannelFuture
which is used to indicate theFileRegion
transfer progressinterface
SpecialChannelPromise
which will be notified once the associated bytes is transferring.Classes in io.netty.channel that implement ProgressiveFuture -
Uses of ProgressiveFuture in io.netty.util.concurrent
Classes in io.netty.util.concurrent with type parameters of type ProgressiveFutureModifier and TypeInterfaceDescriptioninterface
GenericProgressiveFutureListener<F extends ProgressiveFuture<?>>
Subinterfaces of ProgressiveFuture in io.netty.util.concurrentClasses in io.netty.util.concurrent that implement ProgressiveFutureModifier and TypeClassDescriptionclass
(package private) static class
Methods in io.netty.util.concurrent that return ProgressiveFutureModifier and TypeMethodDescriptionProgressiveFuture.addListener
(GenericFutureListener<? extends Future<? super V>> listener) ProgressiveFuture.addListeners
(GenericFutureListener<? extends Future<? super V>>... listeners) ProgressiveFuture.await()
ProgressiveFuture.awaitUninterruptibly()
ProgressiveFuture.removeListener
(GenericFutureListener<? extends Future<? super V>> listener) ProgressiveFuture.removeListeners
(GenericFutureListener<? extends Future<? super V>>... listeners) ProgressiveFuture.sync()
ProgressiveFuture.syncUninterruptibly()
Methods in io.netty.util.concurrent with parameters of type ProgressiveFutureModifier and TypeMethodDescriptionprivate static void
DefaultPromise.notifyProgressiveListener0
(ProgressiveFuture future, GenericProgressiveFutureListener l, long progress, long total) private static void
DefaultPromise.notifyProgressiveListeners0
(ProgressiveFuture<?> future, GenericProgressiveFutureListener<?>[] listeners, long progress, long total)