public final class ChannelFutureNotifier extends java.lang.Object implements ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE| 构造器和说明 |
|---|
ChannelFutureNotifier(ChannelFuture future) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 java.lang.Exception
ChannelFutureListenerChannelFuture
has been completed.operationComplete 在接口中 ChannelFutureListenercf - the source ChannelFuture which called this
callbackjava.lang.Exception