Package org.jboss.netty.handler.timeout
Class IdleStateHandler.ReaderIdleTimeoutTask
java.lang.Object
org.jboss.netty.handler.timeout.IdleStateHandler.ReaderIdleTimeoutTask
- All Implemented Interfaces:
TimerTask
- Enclosing class:
- IdleStateHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.
-
Field Details
-
ctx
-
-
Constructor Details
-
ReaderIdleTimeoutTask
ReaderIdleTimeoutTask(ChannelHandlerContext ctx)
-
-
Method Details
-
run
Description copied from interface:TimerTask
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.
-