Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelProgressiveFutureListener
An
EventListener listener which will be called once the sending task associated with future is
being transferred. |
Modifier and Type | Method and Description |
---|---|
private static void |
DefaultPromise.notifyProgressiveListener0(ProgressiveFuture future,
GenericProgressiveFutureListener l,
long progress,
long total) |
private static void |
DefaultPromise.notifyProgressiveListeners0(ProgressiveFuture<?> future,
GenericProgressiveFutureListener<?>[] listeners,
long progress,
long total) |