Package org.jboss.netty.handler.timeout
Class ReadTimeoutHandler.ReadTimeoutTask
java.lang.Object
org.jboss.netty.handler.timeout.ReadTimeoutHandler.ReadTimeoutTask
- All Implemented Interfaces:
TimerTask
- Enclosing class:
- ReadTimeoutHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
void
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.
-
Field Details
-
ctx
-
-
Constructor Details
-
ReadTimeoutTask
ReadTimeoutTask(ChannelHandlerContext ctx)
-
-
Method Details