All Classes and Interfaces

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.
We queue events in each CometHandler to lower the probability that slow or massive IO for one CometHandler severely delays events to others.

only streaming mode can benefit from buffering messages like this.
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.