Example usage for Java io.netty.channel ChannelProgressivePromise fields, constructors, methods, implement or subclass
The text is from its open source code.
ChannelProgressivePromise | addListener(GenericFutureListener extends Future super Void>> listener) |
Throwable | cause() Returns the cause of the failed I/O operation if the I/O operation has failed. |
Channel | channel() Returns a channel where the I/O operation associated with this future takes place. |
ChannelProgressivePromise | setProgress(long progress, long total) |
ChannelProgressivePromise | setSuccess() |