See: Description
Interface | Description |
---|---|
LongCounter |
Counter for long.
|
Class | Description |
---|---|
AppendableCharSequence | |
Cleaner0 |
Allows to free direct
ByteBuffer by using Cleaner. |
ConcurrentSet<E> | |
EmptyArrays | |
IntegerHolder | |
InternalThreadLocalMap |
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocal s. |
JavassistTypeParameterMatcherGenerator | |
MathUtil |
Math utility methods.
|
NativeLibraryLoader |
Helper class to load JNI resources.
|
NativeLibraryUtil |
A Utility to Call the
System.load(String) or System.loadLibrary(String) . |
NoOpTypeParameterMatcher | |
ObjectUtil |
A grab-bag of useful utility methods.
|
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. |
PlatformDependent.AtomicLongCounter | |
PlatformDependent.Mpsc | |
PlatformDependent0 |
The
PlatformDependent operations which requires access to sun.misc.* . |
PromiseNotificationUtil |
Internal utilities to notify
Promise s. |
ReadOnlyIterator<T> | |
RecyclableArrayList |
A simple list which is recyclable.
|
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.
|
ThrowableUtil | |
TypeParameterMatcher | |
TypeParameterMatcher.ReflectiveMatcher | |
UnpaddedInternalThreadLocalMap |
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocal s. |
UnsafeAtomicIntegerFieldUpdater<T> | |
UnsafeAtomicLongFieldUpdater<T> | |
UnsafeAtomicReferenceFieldUpdater<U,M> |
Error | Description |
---|---|
OutOfDirectMemoryError |
OutOfMemoryError that is throws if PlatformDependent.allocateDirectNoCleaner(int) can not allocate
a new ByteBuffer due memory restrictions. |
Annotation Type | Description |
---|---|
UnstableApi |
Indicates a public API that can change at any time (even in minor/bugfix releases).
|