| Package | Description |
|---|---|
| io.netty.util |
Utility classes used across multiple packages.
|
| Class and Description |
|---|
| Attribute |
| AttributeKey |
| AttributeMap |
| Timeout |
| Timer
Schedules
TimerTasks for one-time future execution in a background
thread. |
| TimerTask
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). |
| UniqueName
Defines a name that must be unique in the map that is provided during construction.
|
Copyright © 2008-2012 The Netty Project. All Rights Reserved.