Package org.jboss.netty.handler.timeout
Class WriteTimeoutHandler.TimeoutCanceller
java.lang.Object
org.jboss.netty.handler.timeout.WriteTimeoutHandler.TimeoutCanceller
- All Implemented Interfaces:
EventListener
,ChannelFutureListener
- Enclosing class:
WriteTimeoutHandler
private static final class WriteTimeoutHandler.TimeoutCanceller
extends Object
implements ChannelFutureListener
-
Field Summary
FieldsFields inherited from interface org.jboss.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
operationComplete
(ChannelFuture future) Invoked when the I/O operation associated with theChannelFuture
has been completed.
-
Field Details
-
timeout
-
-
Constructor Details
-
TimeoutCanceller
TimeoutCanceller(Timeout timeout)
-
-
Method Details
-
operationComplete
Description copied from interface:ChannelFutureListener
Invoked when the I/O operation associated with theChannelFuture
has been completed.- Specified by:
operationComplete
in interfaceChannelFutureListener
- Parameters:
future
- the sourceChannelFuture
which called this callback- Throws:
Exception
-