Class Summary |
ByteBufferFactory |
Factory class used to create ByteBuffer . |
ByteBufferInputStream |
This class implement IO stream operations on top of a ByteBuffer . |
CallbackHandlerSelectionKeyAttachment |
SelectionKey attachment, which wraps CallbackHandler |
ClassLoaderUtil |
Simple Classloader utility. |
Cloner |
Class Cloner creates a clone of given object,
which should implement interface Copyable |
ConcurrentLinkedQueuePool<E> |
ObjectPool implementation based on ConcurrentLinkedQueue |
ExpandJar |
Expand out a jar. |
IntrospectionUtils |
Utils for introspection and reflection |
LoggerUtils |
Contomize the Logger of the http-util package. |
OutputWriter |
NIO utility to flush ByteBuffer |
SelectionKeyActionAttachment |
Class represents extended version of SelectionKeyAttachment ,
and introduces process method, which will be called by framework once
SelectionKey has some ready event, before actual event processing. |
SelectionKeyAttachment |
Basic class for all SelectionKey attachments. |
SelectionKeyAttachmentWrapper<E> |
SelectionKey attachment utility class. |
SelectionKeyOP |
|
SelectionKeyOP.ConnectSelectionKeyOP |
|
SelectorFactory |
Factory used to dispatch/share Selector . |
SSLOutputWriter |
SSL over NIO utility to encrypt ByteBuffer and flush them. |
SSLUtils |
SSL over NIO utility class. |
StateHolder<E> |
Class, which holds the state. |
StateHolder.ConditionListener<E> |
Common ConditionListener class, which could be used with StateHolder, to
register custom conditions. |
StateHolder.EqualConditionListener<E> |
Equal ConditionListener implementation |
StateHolder.EventListener |
EventListener class, which is a part of
EventConditionListener , and implements notificatation logic,
when condition becomes true. |
StateHolder.NotEqualConditionListener<E> |
Not equal ConditionListener implementation |
ThreadAttachment |
This object represent the state of a WorkerThread . |
ThreadAttachment.Mode |
|
Utils |
Class contains set of useful operations commonly used in the framework |
WorkerThread |
Simple interface to allow the addition of Thread attributes. |
WorkerThreadImpl |
Simple worker thread used for processing HTTP requests. |