|
Class Summary |
| ArrayIOEventMask |
Array based IOEventMask implementation |
| ConcurrentQueuePool<E extends PoolableObject> |
ObjectPool implementation based on LinkedTransferQueue |
| CurrentThreadExecutor |
Simple Executor, which executes a tasks in a current Thread |
| EchoFilter |
Echo Filter implementation |
| IdleTimeoutFilter |
|
| ImmutableIOEventMask |
|
| LightArrayList<E> |
Lighter version of ArrayList, which internaly uses array offset, to
avoid redundant array shifting when executing add, remove methods. |
| LinkedTransferQueue<E> |
An unbounded TransferQueue based on linked nodes. |
| LogFilter |
Simple log Filter |
| LoggingFormatter |
Format the record to include the Thread that logged the record. |
| MessageHolder<K,L> |
Common message holder class. |
| MinBufferSizeCondition |
|
| Pair<K,L> |
|
| ProcessorWrapper<E extends Context> |
Processor, which redirects all calls to internal Processor
instance; |
| ReadableInputStream |
Bridge between Readable and InputStream |
| StateHolder<E> |
Class, which holds the state. |
| StringDecoder |
String decoder, which decodes Buffer to String |
| StringEncoder |
String decoder, which decodes Buffer to String |
| WorkerThreadExecutor |
WorkerThreadExecutor implementation, which executes Runnable in
one of the ThreadPool's worker thread |
| WritableOutputStream |
Bridge between Writable and OutputStream |