Package org.jboss.netty.handler.timeout
Class IdleStateHandler.AllIdleTimeoutTask
- java.lang.Object
-
- org.jboss.netty.handler.timeout.IdleStateHandler.AllIdleTimeoutTask
-
- All Implemented Interfaces:
TimerTask
- Enclosing class:
- IdleStateHandler
private final class IdleStateHandler.AllIdleTimeoutTask extends java.lang.Object implements TimerTask
-
-
Field Summary
Fields Modifier and Type Field Description private ChannelHandlerContext
ctx
-
Constructor Summary
Constructors Constructor Description AllIdleTimeoutTask(ChannelHandlerContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(Timeout timeout)
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.
-
-
-
Field Detail
-
ctx
private final ChannelHandlerContext ctx
-
-
Constructor Detail
-
AllIdleTimeoutTask
AllIdleTimeoutTask(ChannelHandlerContext ctx)
-
-
Method Detail
-
run
public void run(Timeout timeout) throws java.lang.Exception
Description copied from interface:TimerTask
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.
-
-