| Interface | Description |
|---|---|
| CometEvent |
The CometEvent interface.
|
| CometProcessor |
This interface should be implemented by servlets which would like to handle
asynchronous IO, receiving events when data is available for reading, and
being able to output data without the need for being invoked by the container.
|
| Enum | Description |
|---|---|
| CometEvent.EventSubType |
Event details.
|
| CometEvent.EventType |
Enumeration describing the major events that the container can invoke
the CometProcessors event() method with.
|