Package com.sun.grizzly.comet

Interface Summary
CometHandler<E> This interface represents a suspended connection (or response).
NotificationHandler This class is invoked when the CometContext.notify is invoked.
 

Class Summary
CometAsyncFilter AJAX/Comet support using the Grizzly Asynchronous Request Processing default mechanism.
CometContext<E> The main object used by CometHandler and Servlet to push information amongs 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.
CometInputStream Simple InputStream implementation that is backed by a ByteBuffer
CometReader Non blocking IO reader.
CometTask A Task implementation that allow Grizzly ARP to invokeCometHandler CometHandler when new data (bytes) are available from the CometSelector.
CometWriter Non blocking Writer.
DefaultNotificationHandler Default Notificationhandler that uses a thread pool dedicated to the CometEngine to execute the notification process.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.