Java io.netty.channel ChannelProgressivePromise fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel ChannelProgressivePromise fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel ChannelProgressivePromise.

The text is from its open source code.

Method

ChannelProgressivePromiseaddListener(GenericFutureListener> listener)
Throwablecause()
Returns the cause of the failed I/O operation if the I/O operation has failed.
Channelchannel()
Returns a channel where the I/O operation associated with this future takes place.
ChannelProgressivePromisesetProgress(long progress, long total)
ChannelProgressivePromisesetSuccess()