|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Timeout | |
|---|---|
| org.jboss.netty.util | Utility classes used across multiple packages. |
| Uses of Timeout in org.jboss.netty.util |
|---|
| Methods in org.jboss.netty.util that return Timeout | |
|---|---|
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)
|
| Methods in org.jboss.netty.util that return types with arguments of type Timeout | |
|---|---|
java.util.Set<Timeout> |
Timer.stop()
Releases all resources acquired by this Timer and cancels all
tasks which were scheduled but not executed yet. |
java.util.Set<Timeout> |
HashedWheelTimer.stop()
|
| Methods in org.jboss.netty.util with parameters of type Timeout | |
|---|---|
void |
TimerTask.run(Timeout timeout)
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||