Uses of Interface
io.netty.util.concurrent.GenericProgressiveFutureListener
Packages that use GenericProgressiveFutureListener
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 GenericProgressiveFutureListener in io.netty.channel
Subinterfaces of GenericProgressiveFutureListener in io.netty.channelModifier and TypeInterfaceDescriptioninterfaceAnEventListenerlistener which will be called once the sending task associated with future is being transferred. -
Uses of GenericProgressiveFutureListener in io.netty.util.concurrent
Methods in io.netty.util.concurrent with parameters of type GenericProgressiveFutureListenerModifier and TypeMethodDescriptionprivate static voidDefaultPromise.notifyProgressiveListener0(ProgressiveFuture future, GenericProgressiveFutureListener l, long progress, long total) private static voidDefaultPromise.notifyProgressiveListeners0(ProgressiveFuture<?> future, GenericProgressiveFutureListener<?>[] listeners, long progress, long total)