| 程序包 | 说明 | 
|---|---|
| org.jboss.netty.util | 
 Utility classes used across multiple packages. 
 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
TimerTask | 
Timeout.getTask()
Returns the  
TimerTask which is associated with this handle. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
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)  |