请参阅: 说明
| 接口 | 说明 |
|---|---|
| LongCounter |
Counter for long.
|
| 类 | 说明 |
|---|---|
| AppendableCharSequence | |
| ConcurrentSet<E> | |
| EmptyArrays | |
| IntegerHolder | |
| InternalThreadLocalMap |
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. |
| MathUtil |
Math utility methods.
|
| NativeLibraryLoader |
Helper class to load JNI resources.
|
| NoOpTypeParameterMatcher | |
| ObjectCleaner |
Allows a way to register some
Runnable that will executed once there are no references to an Object
anymore. |
| 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. |
| 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 |
| 错误 | 说明 |
|---|---|
| OutOfDirectMemoryError |
OutOfMemoryError that is throws if PlatformDependent.allocateDirectNoCleaner(int) can not allocate
a new ByteBuffer due memory restrictions. |
| 注释类型 | 说明 |
|---|---|
| SuppressJava6Requirement |
Annotation to suppress the Java 6 source code requirement checks for a method.
|
| UnstableApi |
Indicates a public API that can change at any time (even in minor/bugfix releases).
|