private static final class WriteTimeoutHandler.TimeoutCanceller extends java.lang.Object implements ChannelFutureListener
| Modifier and Type | Field and Description |
|---|---|
private Timeout |
timeout |
CLOSE, CLOSE_ON_FAILURE| Constructor and Description |
|---|
TimeoutCanceller(Timeout timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(ChannelFuture future)
Invoked when the I/O operation associated with the
ChannelFuture
has been completed. |
private final Timeout timeout
TimeoutCanceller(Timeout timeout)
public void operationComplete(ChannelFuture future) throws java.lang.Exception
ChannelFutureListenerChannelFuture
has been completed.operationComplete in interface ChannelFutureListenerfuture - the source ChannelFuture which called this
callbackjava.lang.Exception