| Package | Description | 
|---|---|
| io.netty.util | Utility classes used across multiple packages. | 
| Modifier and Type | Method and Description | 
|---|---|
| TimerTask | Timeout. task()Returns the  TimerTaskwhich is associated with this handle. | 
| Modifier and Type | Method and Description | 
|---|---|
| Timeout | Timer. newTimeout(TimerTask task,
          long delay,
          TimeUnit unit)Schedules the specified  TimerTaskfor one-time execution after
 the specified delay. | 
| Timeout | HashedWheelTimer. newTimeout(TimerTask task,
          long delay,
          TimeUnit unit) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.