C E G O S V 

C

close() - Method in interface org.apache.catalina.comet.CometEvent
Ends the Comet session.
CometEvent - Interface in org.apache.catalina.comet
The CometEvent interface.
CometEvent.EventSubType - Enum in org.apache.catalina.comet
Event details TIMEOUT - the connection timed out (sub type of ERROR); note that this ERROR type is not fatal, and the connection will not be closed unless the servlet uses the close method of the event CLIENT_DISCONNECT - the client connection was closed (sub type of ERROR) IOEXCEPTION - an IO exception occurred, such as invalid content, for example, an invalid chunk block (sub type of ERROR) WEBAPP_RELOAD - the webapplication is being reloaded (sub type of END) SERVER_SHUTDOWN - the server is shutting down (sub type of END) SESSION_END - the servlet ended the session (sub type of END)
CometEvent.EventType - Enum in org.apache.catalina.comet
Enumeration describing the major events that the container can invoke the CometProcessors event() method with BEGIN - will be called at the beginning of the processing of the connection.
CometProcessor - Interface in org.apache.catalina.comet
This interface should be implemented by servlets which would like to handle asynchronous IO, recieving events when data is available for reading, and being able to output data without the need for being invoked by the container.

E

event(CometEvent) - Method in interface org.apache.catalina.comet.CometProcessor
Process the given Comet event.

G

getEventSubType() - Method in interface org.apache.catalina.comet.CometEvent
Returns the sub type of this event.
getEventType() - Method in interface org.apache.catalina.comet.CometEvent
Returns the event type.
getHttpServletRequest() - Method in interface org.apache.catalina.comet.CometEvent
Returns the HttpServletRequest.
getHttpServletResponse() - Method in interface org.apache.catalina.comet.CometEvent
Returns the HttpServletResponse.

O

org.apache.catalina.comet - package org.apache.catalina.comet
 

S

setTimeout(int) - Method in interface org.apache.catalina.comet.CometEvent
Sets the timeout for this Comet connection.

V

valueOf(String) - Static method in enum org.apache.catalina.comet.CometEvent.EventSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.comet.CometEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.catalina.comet.CometEvent.EventSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.comet.CometEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
C E G O S V 

Copyright © 2013. All Rights Reserved.