|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ThreadPooledEventDispatcher in net.gleamynode.netty2 |
Subinterfaces of ThreadPooledEventDispatcher in net.gleamynode.netty2 | |
interface |
OrderedEventDispatcherMBean
JMX (Java Management eXtenstions) support interface for OrderedEventDispatcher . |
interface |
SimpleEventDispatcherMBean
JMX (Java Management eXtenstions) support interface for SimpleEventDispatcher . |
interface |
ThreadPooledEventDispatcherMBean
JMX (Java Management eXtenstions) support interface for thread-pooled event dispatchers. |
Classes in net.gleamynode.netty2 that implement ThreadPooledEventDispatcher | |
class |
AbstractThreadPooledEventDispatcher
A base class for thread-pooled event dispatchers. |
class |
OrderedEventDispatcher
A thread-pooled EventDispatcher that the events for the same session
occurs in the same order it was generated actually. |
class |
SimpleEventDispatcher
A thread-pooled EventDispatcher that the events for the same session
does NOT occur in the same order it was generated actually. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |