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.cometd   
com.sun.grizzly.container   
com.sun.grizzly.messagesbus   
com.sun.grizzly.samples.comet   
 

Classes in com.sun.grizzly.comet used by com.sun.enterprise.web.connector.grizzly.comet
CometContext
          The main object used by CometHandler.
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 allow Java components part of an HTTP request to be polled by the Grizzly Asynchronous Request Mechanism.
CometInputStream
          Simple InputStream implementation that is backed by a ByteBuffer
CometReader
          Non blocking IO reader.
CometWriter
          Non blocking Writer.
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.
 

Classes in com.sun.grizzly.comet used by com.sun.grizzly.comet
CometContext
          The main object used by CometHandler.
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 allow Java components part of an HTTP request to be polled by the Grizzly Asynchronous Request Mechanism.
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.grizzly.comet used by com.sun.grizzly.cometd
CometContext
          The main object used by CometHandler.
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface allow Java components part of an HTTP request to be polled by the Grizzly Asynchronous Request Mechanism.
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.
 

Classes in com.sun.grizzly.comet used by com.sun.grizzly.container
CometContext
          The main object used by CometHandler.
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface allow Java components part of an HTTP request to be polled by the Grizzly Asynchronous Request Mechanism.
 

Classes in com.sun.grizzly.comet used by com.sun.grizzly.messagesbus
CometContext
          The main object used by CometHandler.
CometEvent
          Simple event class used to pass information between CometHandler and the Comet implementation.
CometHandler
          This interface allow Java components part of an HTTP request to be polled by the Grizzly Asynchronous Request Mechanism.
 

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 allow Java components part of an HTTP request to be polled by the Grizzly Asynchronous Request Mechanism.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.