| Interface | Description |
|---|---|
| CometHandler<E> |
This interface represents a suspended connection (or response).
|
| NotificationHandler |
This class is invoked when the CometContext.notify is invoked.
|
| Class | Description |
|---|---|
| CometAddOn |
Comet
AddOn for the HttpServer. |
| CometContext<E> |
The main object used by
CometHandler and Servlet to push information amongst suspended request/response. |
| CometEngine |
Main class allowing Comet support on top of Grizzly Asynchronous Request Processing mechanism.
|
| CometEvent<E> |
Simple event class used to pass information between
CometHandler and the Comet implementation. |
| DefaultCometHandler<E> |
A basic default implementation of CometHandler to take care of tracking the Response and CometContext.
|
| DefaultNotificationHandler |
Default NotificationHandler that uses a thread pool dedicated to the CometEngine to execute the notification
process.
|
| Enum | Description |
|---|---|
| CometEvent.Type |
Copyright © 2018 Oracle Corporation. All Rights Reserved.