public final class ChannelFutureNotifier extends java.lang.Object implements ChannelFutureListener
| Modifier and Type | Field and Description |
|---|---|
private ChannelFuture |
future |
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. |
private final ChannelFuture future
public ChannelFutureNotifier(ChannelFuture future)
public void operationComplete(ChannelFuture cf) throws java.lang.Exception
ChannelFutureListenerChannelFuture
has been completed.operationComplete in interface ChannelFutureListenercf - the source ChannelFuture which called this
callbackjava.lang.Exception