C E G H O S V

C

close() - Method in interface org.jboss.servlet.http.HttpEvent
Ends the Comet session.

E

event(HttpEvent) - Method in interface org.jboss.servlet.http.HttpEventServlet
Process the given Comet event.

G

getHttpServletRequest() - Method in interface org.jboss.servlet.http.HttpEvent
Returns the HttpServletRequest.
getHttpServletResponse() - Method in interface org.jboss.servlet.http.HttpEvent
Returns the HttpServletResponse.
getType() - Method in interface org.jboss.servlet.http.HttpEvent
Returns the event type.

H

HttpEvent - Interface in org.jboss.servlet.http
The HttpEvent interface.
HttpEvent.EventType - Enum in org.jboss.servlet.http
 
HttpEventServlet - Interface in org.jboss.servlet.http
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.

O

org.jboss.servlet.http - package org.jboss.servlet.http
 

S

setTimeout(int) - Method in interface org.jboss.servlet.http.HttpEvent
Sets the timeout for this Comet connection.

V

valueOf(String) - Static method in enum org.jboss.servlet.http.HttpEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.servlet.http.HttpEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.

C E G H O S V

Copyright © 2013. All Rights Reserved.