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 voidvoidExecuted after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit).
-
Field Details
-
ctx
-
-
Constructor Details
-
ReadTimeoutTask
ReadTimeoutTask(ChannelHandlerContext ctx)
-
-
Method Details