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

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

Introduction

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

The text is from its open source code.

Implementation

io.netty.channel.group.ChannelGroupFuture has the following implementations.
Click this link to see all its implementation.

Method

ChannelGroupFutureaddListener(GenericFutureListener> listener)
ChannelGroupFutureaddListeners(GenericFutureListener>... listeners)
ChannelGroupFutureawait()
ChannelGroupFutureawaitUninterruptibly()
booleanawaitUninterruptibly(long timeout, TimeUnit unit)
Waits for this future to be completed within the specified time limit without interruption.
ChannelGroupExceptioncause()
ChannelGroupgroup()
Returns the ChannelGroup which is associated with this future.
booleanisSuccess()
Returns true if and only if all I/O operations associated with this future were successful without any failure.
Iteratoriterator()
Returns the Iterator that enumerates all ChannelFuture s which are associated with this future.