Uses of Interface
org.jboss.netty.channel.ChannelFutureProgressListener
Packages that use ChannelFutureProgressListener
Package
Description
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 ChannelFutureProgressListenerModifier and TypeFieldDescriptionprivate List<ChannelFutureProgressListener>
DefaultChannelFuture.progressListeners
Methods in org.jboss.netty.channel with parameters of type ChannelFutureProgressListenerModifier and TypeMethodDescriptionprivate void
DefaultChannelFuture.notifyProgressListener
(ChannelFutureProgressListener l, long amount, long current, long total)