See: Description
Interface | Description |
---|---|
ReusableIterator<E> |
Class | Description |
---|---|
CaseIgnoringComparator | |
ConcurrentHashMap<K,V> |
An alternative
ConcurrentMap implementation which is similar to
ConcurrentHashMap . |
ConcurrentIdentityHashMap<K,V> |
An alternative identity-comparing
ConcurrentMap which is similar to
ConcurrentHashMap . |
ConcurrentIdentityWeakKeyHashMap<K,V> |
An alternative weak-key identity-comparing
ConcurrentMap which is
similar to ConcurrentHashMap . |
ConcurrentWeakKeyHashMap<K,V> |
An alternative weak-key
ConcurrentMap which is similar to
ConcurrentHashMap . |
ConversionUtil |
Conversion utility class to parse a property represented as a string or
an object.
|
DeadLockProofWorker | |
DetectionUtil |
Utility that detects various properties specific to the current runtime
environment, such as Java version and the availability of the
sun.misc.Unsafe object. |
ExecutorUtil |
Shuts down a list of
Executor s. |
LegacyLinkedTransferQueue<E> |
This version does work even if sun.misc.Unsafe is not found in the classpath.
|
LinkedTransferQueue<E> |
This class is a copied from URL revision 1.91
The only difference is that it replace BlockingQueue and any reference to the TransferQueue interface was removed
Please use QueueFactory to create a Queue as it will use the "optimal" implementation depending on the JVM
An unbounded BlockingQueue based on linked nodes. |
NonReentrantLock | |
QueueFactory |
This factory should be used to create the "optimal"
BlockingQueue
instance for the running JVM. |
SharedResourceMisuseDetector |
Warn when user creates too many instances to avoid
OutOfMemoryError . |
StackTraceSimplifier |
Simplifies an exception stack trace by removing unnecessary
StackTraceElement s. |
StringUtil |
String utility class.
|
SystemPropertyUtil |
Accesses the system property swallowing a
SecurityException . |
ThreadLocalBoolean | |
UnterminatableExecutor |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.