| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ChannelFutureProgressListener> |
DefaultChannelFuture.progressListeners |
| Modifier and Type | Method and Description |
|---|---|
private void |
DefaultChannelFuture.notifyProgressListener(ChannelFutureProgressListener l,
long amount,
long current,
long total) |