Uses of Package
com.sun.grizzly.cometd

Packages that use com.sun.grizzly.cometd
com.sun.grizzly.cometd   
com.sun.grizzly.cometd.servlet   
com.sun.grizzly.cometd.standalone   
 

Classes in com.sun.grizzly.cometd used by com.sun.grizzly.cometd
BayeuxParser
          This class implement the Bayeux Server side protocol.
CometdContext
          This interface is used to share the state of the current Cometd transaction and CometHandler when pushing event.
CometdRequest
          A wrapper providing a common view of a request for use by cometd.
CometdResponse
          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.
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.
 

Classes in com.sun.grizzly.cometd used by com.sun.grizzly.cometd.servlet
EventRouter
          From the Spec, an EventRouter is: The event router is channel based, with rules based on longest-prefix match dispatching for registered listeners.
PublishInterceptor
          Interceptor, which (if not null) will process published data on channel.
 

Classes in com.sun.grizzly.cometd used by com.sun.grizzly.cometd.standalone
PublishInterceptor
          Interceptor, which (if not null) will process published data on channel.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.