| Interface | Description |
|---|---|
| ByteBufferMatcher |
ByteBuffer matcher
|
| TransferQueue<E> |
A
BlockingQueue in which producers may wait for consumers
to receive elements. |
| Class | Description |
|---|---|
| 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.
|
| MapBackedSet<E> | |
| 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
|
Copyright © 2016. All rights reserved.