|
Class Summary |
| ByteBufferFactory |
Factory class used to create ByteBuffer. |
| ByteBufferInputStream |
Deprecated. - Use InputReader instead |
| CallbackHandlerSelectionKeyAttachment |
SelectionKey attachment, which wraps CallbackHandler |
| Cloner |
Class Cloner creates a clone of given object,
which should implement interface Copyable |
| ConcurrentLinkedQueuePool<E> |
ObjectPool implementation based on ConcurrentLinkedQueue |
| DefaultThreadPool |
Thread Pool implementation, based on ThreadPoolExecutor |
| InputReader |
This class implement IO stream operations on top of a ByteBuffer. |
| LoggingFormatter |
Format the record to include the Thread that logged the record. |
| 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. |
| WorkerThreadFactory |
Simple utility class to create WorkerThread |
| WorkerThreadImpl |
Simple worker thread used for processing HTTP requests. |