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

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

Introduction

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

The text is from its open source code.

Method

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.
booleanisSuccess()
Returns true if and only if the I/O operation was completed successfully.