See: Description
Interface | Description |
---|---|
LongCounter |
Counter for long.
|
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
FastThreadLocal s. |
JavassistTypeParameterMatcherGenerator | |
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. |
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.