Interface | Description |
---|---|
ActivityCheckFilter.TimeoutHandler | |
DelayedExecutor.Resolver<E> | |
DelayedExecutor.Worker<E> | |
ExceptionHandler | |
GenericAdapter<K,V> |
Generic Adapter interface.
|
IdleTimeoutFilter.TimeoutHandler | |
IdleTimeoutFilter.TimeoutResolver | |
NullaryFunction<T> |
General initializer interface.
|
ObjectPool<E extends PoolableObject> |
Basic interface for object pool implementations
|
PoolableObject | |
ResultAware<E> | |
TransferQueue<E> |
A
BlockingQueue in which producers may wait for consumers
to receive elements. |
Class | Description |
---|---|
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 |
InputStream implementation over Grizzly Buffer . |
BufferOutputStream |
OutputStream implementation to write to a Buffer . |
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> | |
DataStructures | |
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 |
Echo
Filter implementation |
Exceptions |
Exceptions utilities.
|
Futures |
Set of utilities.
|
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 ones it becomes idle for certain amount of time. |
JdkVersion | |
LogFilter |
Simple log
Filter |
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.
|
Enum | Description |
---|---|
ExceptionHandler.Severity |
Error | Description |
---|---|
ServiceConfigurationError |
Error thrown when something goes wrong while looking up service providers.
|
Copyright © 2014 Oracle Corporation. All rights reserved.