public class ChannelFutureAggregator extends Object implements ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE| Constructor and Description |
|---|
ChannelFutureAggregator(ChannelFuture aggregateFuture) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFuture(ChannelFuture future) |
void |
operationComplete(ChannelFuture future)
Invoked when the I/O operation associated with the
ChannelFuture
has been completed. |
public ChannelFutureAggregator(ChannelFuture aggregateFuture)
public void addFuture(ChannelFuture future)
public void operationComplete(ChannelFuture future) throws Exception
ChannelFutureListenerChannelFuture
has been completed.operationComplete in interface ChannelFutureListenerfuture - the source ChannelFuture which called this
callbackExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.