Package io.netty.channel
Interface ChannelProgressiveFutureListener
-
- All Superinterfaces:
java.util.EventListener
,GenericFutureListener<ChannelProgressiveFuture>
,GenericProgressiveFutureListener<ChannelProgressiveFuture>
public interface ChannelProgressiveFutureListener extends GenericProgressiveFutureListener<ChannelProgressiveFuture>
AnEventListener
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
operationComplete
-
Methods inherited from interface io.netty.util.concurrent.GenericProgressiveFutureListener
operationProgressed
-
-