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. -
-
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.
-