Package net.gleamynode.netty2

Netty2 main package.

See:
          Description

Interface Summary
EventDispatcher Dispatches session events to SessionListener.
EventDispatcherMBean JMX (Java Management eXtenstions) support interface for event dispatchers.
ExceptionMonitor Monitors uncaught exceptions.
IoProcessorMBean JMX (Java Management eXtenstions) support interface for IoProcessor.
LowLatencyEventDispatcherMBean JMX (Java Management eXtenstions) support interface for LowLatencyEventDispatcher.
Message An interface that represents a message read from/written into channels.
MessageRecognizer Converts ByteBufferinto Message.
OrderedEventDispatcherMBean JMX (Java Management eXtenstions) support interface for OrderedEventDispatcher.
SessionConfigMBean JMX (Java Management eXtenstions) support interface for SessionConfig.
SessionListener An event listener that handles session events dispatched from EventDispatcher.
SimpleEventDispatcherMBean JMX (Java Management eXtenstions) support interface for SimpleEventDispatcher.
ThreadPooledEventDispatcher An interface for thread-pooled event dispatchers.
ThreadPooledEventDispatcherMBean JMX (Java Management eXtenstions) support interface for thread-pooled event dispatchers.
 

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 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 Summary
MessageParseException An exception that is thrown when MessageRecognizeror Message cannot understand or validate incoming data.
 

Package net.gleamynode.netty2 Description

Netty2 main package.



Copyright © 2004-2006 Trustin Lee. All Rights Reserved.