| Class | Description |
|---|---|
| AbstractThreadPooledEventDispatcher |
A base class for thread-pooled event dispatchers.
|
| Event |
Represents an event that is passed among I/O controller, I/O processor, and event
dispatchers.
|
| EventType |
Represents the type of the event.
|
| ExceptionLoggingMonitor |
An
ExceptionMonitor which logs uncaught exceptions. |
| IoProcessor |
Performs I/O operations, interprets them into session events, and passes them
to
EventDispatcher. |
| LowLatencyEventDispatcher |
An
EventDispatcherthat provides low latency. |
| OrderedEventDispatcher |
A thread-pooled
EventDispatcherthat the events for the same session
occurs in the same order it was generated actually. |
| Session |
Represents a TCP/IP socket connection and provides methods to read/write
events from/to
IoProcessorvia EventDispatcher. |
| SessionConfig |
Contains properties for
Sessions. |
| SessionLog |
Apache Jakarta Commons Logging helper.
|
| SessionServer |
Listens to the TCP/IP port, accepts the incoming connections, and starts the
corresponding
Sessions. |
| SimpleEventDispatcher |
A thread-pooled
EventDispatcherthat the events for the same session
does NOT occur in the same order it was generated actually. |
| Exception | Description |
|---|---|
| MessageParseException |
An exception that is thrown when
MessageRecognizeror Message
cannot understand or validate incoming data. |
Copyright © 2004-2012 Trustin Lee. All Rights Reserved.