private final class IdleStateHandler.ReaderIdleTimeoutTask extends java.lang.Object implements TimerTask
| Modifier and Type | Field and Description |
|---|---|
private ChannelHandlerContext |
ctx |
| Constructor and Description |
|---|
ReaderIdleTimeoutTask(ChannelHandlerContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(Timeout timeout)
Executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). |
private final ChannelHandlerContext ctx
ReaderIdleTimeoutTask(ChannelHandlerContext ctx)
public void run(Timeout timeout) throws java.lang.Exception
TimerTaskTimer.newTimeout(TimerTask, long, TimeUnit).