Package | Description |
---|---|
org.glassfish.grizzly.comet | |
org.glassfish.grizzly.comet.concurrent |
Class and Description |
---|
CometContext
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
Simple event class used to pass information between
CometHandler and the Comet implementation. |
CometEvent.Type |
CometHandler
This interface represents a suspended connection (or response).
|
NotificationHandler
This class is invoked when the CometContext.notify is invoked.
|
Class and Description |
---|
CometContext
The main object used by
CometHandler and Servlet to push information amongst suspended request/response. |
CometEvent
Simple event class used to pass information between
CometHandler and the Comet implementation. |
CometHandler
This interface represents a suspended connection (or response).
|
Copyright © 2014 Oracle Corporation. All rights reserved.