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 TypeInterfaceDescriptioninterfaceAn specialChannelFuturewhich is used to indicate theFileRegiontransfer progressinterfaceSpecialChannelPromisewhich 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 TypeInterfaceDescriptioninterfaceGenericProgressiveFutureListener<F extends ProgressiveFuture<?>>Subinterfaces of ProgressiveFuture in io.netty.util.concurrentClasses in io.netty.util.concurrent that implement ProgressiveFutureMethods 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()