| Package | Description |
|---|---|
| io.netty.util.concurrent |
Utility classes for concurrent / async tasks.
|
| io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Class and Description |
|---|
| InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |
| Class and Description |
|---|
| AppendableCharSequence |
| IntegerHolder |
| InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |
| LongCounter
Counter for long.
|
| PendingWrite
Some pending write which should be picked up later.
|
| RecyclableArrayList
A simple list which is recyclable.
|
| ThreadLocalRandom
A random number generator isolated to the current thread.
|
| TypeParameterMatcher |
Copyright © 2008–2017 The Netty Project. All rights reserved.