| 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.
|
| io.netty.util.internal.chmv8 |
| Class and Description |
|---|
| InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| AppendableCharSequence |
| IntegerHolder |
| InternalThreadLocalMap
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |
| LinkedQueueAtomicNode
Forked from JCTools.
|
| LongCounter
Counter for long.
|
| MessagePassingQueue
Forked from JCTools.
|
| MessagePassingQueue.Consumer |
| MessagePassingQueue.ExitCondition |
| MessagePassingQueue.Supplier |
| MessagePassingQueue.WaitStrategy |
| MpscLinkedQueueNode |
| PendingWrite
Some pending write which should be picked up later.
|
| PriorityQueueNode
Provides methods for
PriorityQueue to maintain internal state. |
| RecyclableArrayList
A simple list which is recyclable.
|
RecyclableMpscLinkedQueueNode
MpscLinkedQueueNode that will automatically call Recycler.Handle#recycle(Object) when the node was
unlinked. |
| ThreadLocalRandom
A random number generator isolated to the current thread.
|
| TypeParameterMatcher |
| Class and Description |
|---|
| LongCounter
Counter for long.
|
Copyright © 2008–2016 The Netty Project. All rights reserved.