Class Summary |
BayeuxCometHandler |
This class implement the Bauyeux Server side protocol. |
BayeuxCometHandlerBase |
|
CometdNotificationHandler |
Customized NotificationHandler that isolate notification to
subscribed channel. |
CometdRequest<T> |
A wrapper providing a common view of a request for use by cometd. |
CometdResponse<T> |
A wrapper providing a common view of a response for use by cometd; |
DataHandler |
CometHandler used to support the meta channel Verb Connect and Reconnect. |
EventRouterImpl |
From the Spec, an EventRouter is:
The event router is channel based, with rules based on longest-prefix match
dispatching for registered listeners. |