Uses of Interface
org.jboss.netty.channel.ChannelFutureProgressListener
-
Packages that use ChannelFutureProgressListener Package Description org.jboss.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of ChannelFutureProgressListener in org.jboss.netty.channel
Fields in org.jboss.netty.channel with type parameters of type ChannelFutureProgressListener Modifier and Type Field Description private java.util.List<ChannelFutureProgressListener>
DefaultChannelFuture. progressListeners
Methods in org.jboss.netty.channel with parameters of type ChannelFutureProgressListener Modifier and Type Method Description private void
DefaultChannelFuture. notifyProgressListener(ChannelFutureProgressListener l, long amount, long current, long total)
-