private abstract static class IdleStateHandler.AbstractIdleTask
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private ChannelHandlerContext |
ctx |
Constructor and Description |
---|
AbstractIdleTask(ChannelHandlerContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
protected abstract void |
run(ChannelHandlerContext ctx) |
private final ChannelHandlerContext ctx
AbstractIdleTask(ChannelHandlerContext ctx)
public void run()
run
in interface java.lang.Runnable
protected abstract void run(ChannelHandlerContext ctx)