Uses of Interface
com.sun.grizzly.comet.CometHandler

Packages that use CometHandler
com.sun.enterprise.web.connector.grizzly.comet   
com.sun.grizzly.comet   
com.sun.grizzly.cometd   
com.sun.grizzly.container   
com.sun.grizzly.messagesbus   
com.sun.grizzly.samples.comet   
 

Uses of CometHandler in com.sun.enterprise.web.connector.grizzly.comet
 

Subinterfaces of CometHandler in com.sun.enterprise.web.connector.grizzly.comet
 interface CometHandler<E>
          Deprecated. use CometHandler from com.sun.grizzly.comet.CometHandler.
 

Methods in com.sun.enterprise.web.connector.grizzly.comet with parameters of type CometHandler
protected  void DefaultNotificationHandler.notify0(CometEvent cometEvent, CometHandler cometHandler)
          Deprecated. Notify a CometHandler.
 

Uses of CometHandler in com.sun.grizzly.comet
 

Fields in com.sun.grizzly.comet with type parameters of type CometHandler
protected  ConcurrentHashMap<CometHandler,SelectionKey> CometContext.handlers
          The list of registered CometHandler
 

Methods in com.sun.grizzly.comet that return CometHandler
 CometHandler CometContext.getCometHandler(int hashCode)
          Retrive a CometHandler using its hashKey;
protected  CometHandler CometContext.getCometHandler(SelectionKey key)
          Retrive a CometHandler using its SelectionKey.
 

Methods in com.sun.grizzly.comet with parameters of type CometHandler
 int CometContext.addCometHandler(CometHandler handler)
          Add a CometHandler.
 int CometContext.addCometHandler(CometHandler handler, boolean completeExecution)
          Add a CometHandler.
 boolean CometContext.isActive(CometHandler cometHandler)
          Return true if this CometHandler is still active, e.g.
 void NotificationHandler.notify(CometEvent cometEvent, CometHandler cometHandler)
          Notify a single CometHandler.
 void DefaultNotificationHandler.notify(CometEvent cometEvent, CometHandler cometHandler)
          Notify a single CometHandler.
protected  void DefaultNotificationHandler.notify0(CometEvent cometEvent, CometHandler cometHandler)
          Notify a CometHandler.
 boolean CometContext.registerAsyncRead(CometHandler handler)
          Register for asynchronous read.
 boolean CometContext.registerAsyncWrite(CometHandler handler)
          Register for asynchronous write.
 void CometContext.removeCometHandler(CometHandler handler)
          Remove a CometHandler.
 void CometContext.resumeCometHandler(CometHandler handler)
          Resume the Comet request and remove it from the active CometHandler list.
protected  void CometContext.resumeCometHandler(CometHandler handler, boolean remove)
          Resume the Comet request.
 

Method parameters in com.sun.grizzly.comet with type arguments of type CometHandler
 void NotificationHandler.notify(CometEvent cometEvent, Iterator<CometHandler> iteratorHandlers)
          Notify all CometHandler.
 void DefaultNotificationHandler.notify(CometEvent cometEvent, Iterator<CometHandler> iteratorHandlers)
          Notify all CometHandler.
protected  void DefaultNotificationHandler.notify0(CometEvent cometEvent, Iterator<CometHandler> iteratorHandlers)
           
 

Uses of CometHandler in com.sun.grizzly.cometd
 

Subinterfaces of CometHandler in com.sun.grizzly.cometd
 interface CometdHandler
          Specialized CometHandler interface that add support to Cometd Verbs event.
 

Classes in com.sun.grizzly.cometd that implement CometHandler
 class BayeuxCometHandler
          This class implement the Bauyeux Server side protocol.
 class BayeuxCometHandlerBase
           
 class DataHandler
          CometHandler used to support the meta channel Verb Connect and Reconnect.
 

Method parameters in com.sun.grizzly.cometd with type arguments of type CometHandler
protected  void CometdNotificationHandler.notify0(CometEvent cometEvent, Iterator<CometHandler> iteratorHandlers)
          Notify only client subscribed to the active channel.
 

Uses of CometHandler in com.sun.grizzly.container
 

Classes in com.sun.grizzly.container that implement CometHandler
 class GrizzletCometHandler
          Grizzlet implementation of Grizzly CometHandler.
 

Uses of CometHandler in com.sun.grizzly.messagesbus
 

Classes in com.sun.grizzly.messagesbus that implement CometHandler
 class MessagesBusCometHandler
          Grizzly Comet CometHandler which push data to all suspended connection managed by MessagesBus
 

Uses of CometHandler in com.sun.grizzly.samples.comet
 

Classes in com.sun.grizzly.samples.comet that implement CometHandler
 class AjaxCometServlet.ChatListnerHandler
           
 class CometServlet.CometRequestHandler
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.