| Interface | Description |
|---|---|
| Timeout | |
| Timer |
Schedules
TimerTasks for one-time future execution in a background
thread. |
| TimerTask |
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit) (TimerTask, long, TimeUnit)}. |
| Class | Description |
|---|---|
| HashedWheelTimer |
A
Timer optimized for approximated I/O timeout scheduling. |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.