public class Timer extends Object
Constructor and Description |
---|
Timer(io.netty.channel.ChannelHandlerContext ctx,
String name,
TimerHandler timerHandler) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
protected void |
handleTimeout() |
void |
restart(long timeout) |
void |
start(long timeout) |
void |
stop() |
public Timer(io.netty.channel.ChannelHandlerContext ctx, String name, TimerHandler timerHandler)