See: Description
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 | |
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. |
ReadOnlyIterator<T> | |
RecyclableArrayList |
A simple list which is recyclable.
|
RecyclableMpscLinkedQueueNode<T> |
MpscLinkedQueueNode that will automatically call RecyclableMpscLinkedQueueNode.recycle(Recycler.Handle) 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.