|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
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 EventDispatcher that provides low latency. |
OrderedEventDispatcher | A thread-pooled EventDispatcher that 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 IoProcessor via EventDispatcher . |
SessionConfig | Contains properties for Session s. |
SessionLog | Apache Jakarta Commons Logging helper. |
SessionServer | Listens to the TCP/IP port, accepts the incoming connections, and starts the
corresponding Session s. |
SimpleEventDispatcher | A thread-pooled EventDispatcher that the events for the same session
does NOT occur in the same order it was generated actually. |
Exception Summary | |
MessageParseException | An exception that is thrown when MessageRecognizer or Message
cannot understand or validate incoming data. |
Netty2 main package.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |