Package com.sun.grizzly.cometd

Interface Summary
CometdContext This interface is used to share the state of the current Cometd transaction and CometHandler when pushing event.
EventRouter From the Spec, an EventRouter is: The event router is channel based, with rules based on longest-prefix match dispatching for registered listeners.
PublishContext Context, passed to a PublishInterceptor.
PublishInterceptor Interceptor, which (if not null) will process published data on channel.
 

Class Summary
BayeuxParser This class implement the Bayeux Server side protocol.
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 cometdContext router is channel based, with rules based on longest-prefix match dispatching for registered listeners.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.