Uses of Package
com.sun.grizzly.comet

Packages that use com.sun.grizzly.comet
com.sun.enterprise.web.connector.grizzly.comet   
com.sun.grizzly.comet   
com.sun.grizzly.comet.concurrent   
com.sun.grizzly.comet.handlers   
com.sun.grizzly.cometd   
com.sun.grizzly.samples.comet   
com.sun.grizzly.samples.stickies   
 

Classes in com.sun.grizzly.comet used by com.sun.enterprise.web.connector.grizzly.comet
CometContext
          The main object used by CometHandler and Servlet to push information amongs suspended request/response.
CometEngine
          Main class allowing Comet support on top of Grizzly Asynchronous Request Processing mechanism.
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface represents a suspended connection (or response).
CometReader
          Non blocking IO reader.
CometTask
          A Task implementation that allow Grizzly ARP to invokeCometHandler CometHandler when new data (bytes) are available from the CometSelector.
CometWriter
          Non blocking Writer.
DefaultNotificationHandler
          Default Notificationhandler that uses a thread pool dedicated to the CometEngine to execute the notification process.
NotificationHandler
          This class is invoked when the CometContext.notify is invoked.
 

Classes in com.sun.grizzly.comet used by com.sun.grizzly.comet
CometContext
          The main object used by CometHandler and Servlet to push information amongs suspended request/response.
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface represents a suspended connection (or response).
CometTask
          A Task implementation that allow Grizzly ARP to invokeCometHandler CometHandler when new data (bytes) are available from the CometSelector.
NotificationHandler
          This class is invoked when the CometContext.notify is invoked.
 

Classes in com.sun.grizzly.comet used by com.sun.grizzly.comet.concurrent
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface represents a suspended connection (or response).
 

Classes in com.sun.grizzly.comet used by com.sun.grizzly.comet.handlers
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface represents a suspended connection (or response).
 

Classes in com.sun.grizzly.comet used by com.sun.grizzly.cometd
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface represents a suspended connection (or response).
 

Classes in com.sun.grizzly.comet used by com.sun.grizzly.samples.comet
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface represents a suspended connection (or response).
 

Classes in com.sun.grizzly.comet used by com.sun.grizzly.samples.stickies
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface represents a suspended connection (or response).
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.