Package | Description |
---|---|
org.jboss.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Method and Description |
---|---|
TimerTask |
Timeout.getTask()
Returns the
TimerTask which is associated with this handle. |
Modifier and Type | Method and Description |
---|---|
Timeout |
Timer.newTimeout(TimerTask task,
long delay,
TimeUnit unit)
Schedules the specified
TimerTask for one-time execution after
the specified delay. |
Timeout |
HashedWheelTimer.newTimeout(TimerTask task,
long delay,
TimeUnit unit) |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.