Package | Description |
---|---|
org.glassfish.grizzly.comet | |
org.glassfish.grizzly.comet.concurrent | |
org.glassfish.grizzly.samples.comet |
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).
|
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).
|
DefaultCometHandler
A basic default implementation of CometHandler to take care of tracking the Response and CometContext.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.