Example usage for Java io.netty.channel ChannelProgressiveFuture fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
boolean | isSuccess() Returns true if and only if the I/O operation was completed successfully. |