Uses of Interface
io.netty.util.concurrent.GenericProgressiveFutureListener
-
Packages that use GenericProgressiveFutureListener Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of GenericProgressiveFutureListener in io.netty.channel
Subinterfaces of GenericProgressiveFutureListener in io.netty.channel Modifier and Type Interface Description interface
ChannelProgressiveFutureListener
AnEventListener
listener 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 GenericProgressiveFutureListener Modifier and Type Method Description private 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)
-