|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.core.future.DefaultIoFuture
org.apache.mina.core.future.CompositeIoFuture<E>
E - the type of the child futures.public class CompositeIoFuture<E extends IoFuture>
An IoFuture of IoFutures. It is useful when you want to
get notified when all IoFutures are complete. It is not recommended
to use CompositeIoFuture if you just want to wait for all futures.
In that case, please use IoUtil.await(Iterable) instead
for better performance.
| Constructor Summary | |
|---|---|
CompositeIoFuture(java.lang.Iterable<E> children)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.mina.core.future.DefaultIoFuture |
|---|
addListener, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, getSession, getValue, isDone, join, join, removeListener, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeIoFuture(java.lang.Iterable<E> children)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||