| ActivityCheckFilter |
The Filter is responsible for tracking Connection activity and closing Connection ones it becomes
idle for certain amount of time.
|
| ArraySet<T> |
The thread safe set implementation, which uses array to hold its elements.
|
| ArrayUtils |
Set of utility methods to work with Arrays.
|
| BufferInputStream |
|
| BufferOutputStream |
|
| Charsets |
Charset utility class.
|
| ChunkingFilter |
The Filter is responsible to break the incoming/outgoing data into chunks and pass them down/up by the
FilterChain.
|
| ChunkingFilter.ChunkingDecoder |
|
| ChunkingFilter.ChunkingEncoder |
|
| ChunkingFilter.ChunkingTransformer |
|
| CompletionHandlerAdapter<A,B> |
|
| DebugPoint |
Utility class, which may stores the current execution position to help tracking threading issues.
|
| DelayedExecutor |
|
| DelayFilter |
Filter which pauses protocol chain processing for a certain time.
|
| EchoFilter |
|
| Exceptions |
Exceptions utilities.
|
| Futures |
|
| Holder<E> |
The object holder, which might be used for lazy object initialization.
|
| Holder.IntHolder |
|
| Holder.LazyHolder<E> |
|
| Holder.LazyIntHolder |
|
| IdleTimeoutFilter |
The Filter is responsible for tracking Connection activity and closing Connection once it becomes
idle for certain amount of time.
|
| JdkVersion |
|
| LogFilter |
|
| LoggingFormatter |
Format the record to include the Thread that logged the record.
|
| Pair<K,L> |
Key : Value pair implementation.
|
| ServiceFinder<T> |
A simple service-provider lookup mechanism.
|
| SilentConnectionFilter |
Filter, which determines silent connections and closes them.
|
| StateHolder<E> |
Class, which holds the state.
|
| StateHolder.ConditionElement<E> |
|
| StringDecoder |
|
| StringEncoder |
|
| StringFilter |
StringFilter implementation, which performs Buffer <-> String transformation.
|