Package | Description |
---|---|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Field and Description |
---|---|
private TimerTask |
HashedWheelTimer.HashedWheelTimeout.task |
Modifier and Type | Method and Description |
---|---|
TimerTask |
HashedWheelTimer.HashedWheelTimeout.task() |
TimerTask |
Timeout.task()
Returns the
TimerTask which is associated with this handle. |
Modifier and Type | Method and Description |
---|---|
Timeout |
HashedWheelTimer.newTimeout(TimerTask task,
long delay,
java.util.concurrent.TimeUnit unit) |
Timeout |
Timer.newTimeout(TimerTask task,
long delay,
java.util.concurrent.TimeUnit unit)
Schedules the specified
TimerTask for one-time execution after
the specified delay. |
Constructor and Description |
---|
HashedWheelTimeout(HashedWheelTimer timer,
TimerTask task,
long deadline) |