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