Uses of Package
com.sun.enterprise.web.connector.grizzly.comet

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

Classes in com.sun.enterprise.web.connector.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).
CometSelector
          NIO Selector allowing CometHandler to receive non-blocking requests bytes during request polling.
CometTask
          A Task implementation that allow Grizzly ARP to notify CometHandler when new data (bytes) are available from the CometSelector.
CometTask.OP_EVENT
           
NotificationHandler
          This class is invoked when the CometContext.notify is invoked.
 

Classes in com.sun.enterprise.web.connector.grizzly.comet used by com.sun.enterprise.web.connector.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.enterprise.web.connector.grizzly.comet used by com.sun.grizzly.cometd
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).
DefaultNotificationHandler
          Default NotificationHandler that uses the same a Grizzly Pipeline to execute the notification process.
NotificationHandler
          This class is invoked when the CometContext.notify is invoked.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.