程序包 | 说明 |
---|---|
io.netty.util |
Benchmarks for
io.netty.util . |
限定符和类型 | 方法和说明 |
---|---|
TimerTask |
Timeout.task()
Returns the
TimerTask which is associated with this handle. |
限定符和类型 | 方法和说明 |
---|---|
Timeout |
Timer.newTimeout(TimerTask task,
long delay,
java.util.concurrent.TimeUnit unit)
Schedules the specified
TimerTask for one-time execution after
the specified delay. |
Timeout |
HashedWheelTimer.newTimeout(TimerTask task,
long delay,
java.util.concurrent.TimeUnit unit) |