See: Description
| Interface | Description |
|---|---|
| Cleaner |
Allows to free direct
ByteBuffers. |
| LongCounter |
Counter for long.
|
| PlatformDependent.ThreadLocalRandomProvider | |
| PriorityQueue<T> | |
| PriorityQueueNode |
Provides methods for
DefaultPriorityQueue to maintain internal state. |
| Class | Description |
|---|---|
| AppendableCharSequence | |
| CleanerJava6 |
Allows to free direct
ByteBuffer by using Cleaner. |
| CleanerJava9 |
Provide a way to clean a ByteBuffer on Java9+.
|
| ConcurrentSet<E> | |
| ConstantTimeUtils | |
| DefaultPriorityQueue<T extends PriorityQueueNode> |
A priority queue which uses natural ordering of elements.
|
| EmptyArrays | |
| EmptyPriorityQueue<T> | |
| IntegerHolder | |
| InternalThreadLocalMap |
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |
| LongAdderCounter | |
| MacAddressUtil | |
| MathUtil |
Math utility methods.
|
| NativeLibraryLoader |
Helper class to load JNI resources.
|
| NativeLibraryLoader.NoexecVolumeDetector | |
| 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
Promises. |
| ReadOnlyIterator<T> | |
| RecyclableArrayList |
A simple list which is recyclable.
|
| ReflectionUtil | |
| SocketUtils |
Provides socket operations with privileges enabled.
|
| 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
FastThreadLocals. |
| 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).
|