Example usage for Java io.netty.util Timer fields, constructors, methods, implement or subclass
The text is from its open source code.
Timeout | newTimeout(TimerTask task, long delay, TimeUnit unit) Schedules the specified TimerTask for one-time execution after the specified delay. |
Set | stop() Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet. |