| ByteBufferUtils |
|
| CircularQueue<E> |
A circular queue from mina
|
| ConcurrentHashSet<E> |
A ConcurrentHashMap-backed Set.
|
| DispatcherFactory |
Dispatcher Factory
|
| LinkedTransferQueue<E> |
An unbounded TransferQueue based on linked nodes.
|
| LinkedTransferQueue.PaddedAtomicReference<T> |
Padded version of AtomicReference used for head, tail and cleanMe, to alleviate contention
across threads CASing one vs the other.
|
| LinkedTransferQueue.QNode |
Node class for LinkedTransferQueue.
|
| MapBackedSet<E> |
A Map-backed Set.
|
| PropertyUtils |
java.util.Property utils
|
| ResourcesUtils |
Resource utils
|
| SelectorFactory |
Temp selector factory,come from grizzly
|
| ShiftAndByteBufferMatcher |
ByteBuffer matcher based on shift-and algorithm
|
| ShiftOrByteBufferMatcher |
ByteBuffer matcher based on shift-or algorithm
|
| SimpleQueue<T> |
Simple queue.
|
| SystemUtils |
System utils
|
| WorkerThreadFactory |
Thread factory for worker thread
|