| 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. |
| UnstableApi
Indicates a public API that can change at any time (even in minor/bugfix releases).
|
| Class and Description |
|---|
| AppendableCharSequence |
| DefaultPriorityQueue
A priority queue which uses natural ordering of elements.
|
| EmptyPriorityQueue |
| IntegerHolder
Deprecated.
For removal in netty 4.2
|
| 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.
|
| PriorityQueue |
| PriorityQueueNode
Provides methods for
DefaultPriorityQueue to maintain internal state. |
| RecyclableArrayList
A simple list which is recyclable.
|
| SuppressJava6Requirement
Annotation to suppress the Java 6 source code requirement checks for a method.
|
| ThreadLocalRandom
A random number generator isolated to the current thread.
|
| TypeParameterMatcher |
Copyright © 2008–2019 The Netty Project. All rights reserved.