| Package | Description | 
|---|---|
| org.jboss.netty.util | 
 Utility classes used across multiple packages. 
 | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Timeout> | 
Timer.stop()
Releases all resources acquired by this  
Timer and cancels all
 tasks which were scheduled but not executed yet. | 
Set<Timeout> | 
HashedWheelTimer.stop()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TimerTask.run(Timeout timeout)
Executed after the delay specified with
  
Timer.newTimeout(TimerTask, long, TimeUnit). | 
Copyright © 2008-2016 The Netty Project. All Rights Reserved.