Uses of Package
net.gleamynode.netty2

Classes in net.gleamynode.netty2 used by net.gleamynode.netty2
AbstractThreadPooledEventDispatcher
          A base class for thread-pooled event dispatchers.
AbstractThreadPooledEventDispatcher.AbstractWorker
           
Event
          Represents an event that is passed among I/O controller, I/O processor, and event dispatchers.
EventDispatcher
          Dispatches session events to SessionListener.
EventDispatcherMBean
          JMX (Java Management eXtenstions) support interface for event dispatchers.
EventType
          Represents the type of the event.
ExceptionLoggingMonitor
          An ExceptionMonitor which logs uncaught exceptions.
ExceptionMonitor
          Monitors uncaught exceptions.
IoProcessor
          Performs I/O operations, interprets them into session events, and passes them to EventDispatcher.
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.
MessageParseException
          An exception that is thrown when MessageRecognizeror Message cannot understand or validate incoming data.
MessageRecognizer
          Converts ByteBufferinto Message.
OrderedEventDispatcherMBean
          JMX (Java Management eXtenstions) support interface for OrderedEventDispatcher.
Session
          Represents a TCP/IP socket connection and provides methods to read/write events from/to IoProcessorvia EventDispatcher.
SessionConfig
          Contains properties for Sessions.
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.
 



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