See: Description
| Interface | Description |
|---|---|
| LongCounter |
Counter for long.
|
| MessagePassingQueue<T> |
Forked from JCTools.
|
| MessagePassingQueue.Consumer<T> | |
| MessagePassingQueue.ExitCondition | |
| MessagePassingQueue.Supplier<T> | |
| MessagePassingQueue.WaitStrategy | |
| PriorityQueueNode<T> |
Provides methods for
PriorityQueue to maintain internal state. |
| Class | Description |
|---|---|
| AppendableCharSequence | |
| ConcurrentSet<E> | |
| EmptyArrays | |
| IntegerHolder | |
| InternalThreadLocalMap |
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |
| JavassistTypeParameterMatcherGenerator | |
| LinkedQueueAtomicNode<E> |
Forked from JCTools.
|
| MacAddressUtil | |
| MathUtil |
Math utility methods.
|
| MpscLinkedQueueNode<T> | |
| NativeLibraryLoader |
Helper class to load JNI resources.
|
| NoOpTypeParameterMatcher | |
| ObjectUtil |
A grab-bag of useful utility methods.
|
| OneTimeTask |
Runnable which represent a one time task which may allow the EventExecutor to reduce the amount of
produced garbage when queue it for execution. |
| PendingWrite |
Some pending write which should be picked up later.
|
| PlatformDependent |
Utility that detects various properties specific to the current runtime
environment, such as Java version and the availability of the
sun.misc.Unsafe object. |
| PriorityQueue<T extends PriorityQueueNode<T>> |
A priority queue which uses natural ordering of elements.
|
| ReadOnlyIterator<T> | |
| RecyclableArrayList |
A simple list which is recyclable.
|
| RecyclableMpscLinkedQueueNode<T> |
MpscLinkedQueueNode that will automatically call Recycler.Handle#recycle(Object) when the node was
unlinked. |
| SpscLinkedAtomicQueue<E> |
Forked from JCTools.
|
| SpscLinkedQueue<E> |
Forked from JCTools.
|
| StringUtil |
String utility class.
|
| SystemPropertyUtil |
A collection of utility methods to retrieve and parse the values of the Java system properties.
|
| ThreadLocalRandom |
A random number generator isolated to the current thread.
|
| TypeParameterMatcher |
Copyright © 2008–2016 The Netty Project. All rights reserved.