Package io.netty.channel
Interface ChannelProgressiveFutureListener
- All Superinterfaces:
EventListener,GenericFutureListener<ChannelProgressiveFuture>,GenericProgressiveFutureListener<ChannelProgressiveFuture>
public interface ChannelProgressiveFutureListener
extends GenericProgressiveFutureListener<ChannelProgressiveFuture>
An
EventListener listener which will be called once the sending task associated with future is
being transferred.-
Method Summary
Methods inherited from interface io.netty.util.concurrent.GenericFutureListener
operationCompleteMethods inherited from interface io.netty.util.concurrent.GenericProgressiveFutureListener
operationProgressed