|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerTask | |
|---|---|
| org.jboss.netty.util | Utility classes used across multiple packages. |
| Uses of TimerTask in org.jboss.netty.util |
|---|
| Methods in org.jboss.netty.util that return TimerTask | |
|---|---|
TimerTask |
Timeout.getTask()
Returns the TimerTask which is associated with this handle. |
| Methods in org.jboss.netty.util with parameters of type TimerTask | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||