Package org.glassfish.grizzly.comet


package org.glassfish.grizzly.comet
  • Class
    Description
    Comet AddOn for the HttpServer.
    The main object used by CometHandler and Servlet to push information amongst suspended request/response.
    Main class allowing Comet support on top of Grizzly Asynchronous Request Processing mechanism.
    Simple event class used to pass information between CometHandler and the Comet implementation.
     
    This interface represents a suspended connection (or response).
    A basic default implementation of CometHandler to take care of tracking the Response and CometContext.
    Default NotificationHandler that uses a thread pool dedicated to the CometEngine to execute the notification process.
    This class is invoked when the CometContext.notify is invoked.