A B C D E F G H I J L M N O P R S T U V W

A

AbstractAsyncServlet - Class in weblogic.servlet.http
Fake support for Weblogic.
AbstractAsyncServlet() - Constructor for class weblogic.servlet.http.AbstractAsyncServlet
 
action - Variable in class org.atmosphere.cpr.AtmosphereEventImpl
 
addAtmosphereEvent(E) - Method in interface org.atmosphere.cpr.Broadcaster
Add a AtmosphereEvent to the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
addAtmosphereEvent(AtmosphereEventImpl) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Add a AtmosphereEvent to the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
addJarsFromClassPath(Vector<URL>, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Add elements from the classpath cp to a Vector jars as file URLs (We use Vector for JDK 1.1 compat).
addToClassPath(Vector<URL>, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Add all the jar files in a dir to the classpath, represented as a Vector of URLs.
addToolsJar(Vector<URL>) - Static method in class org.atmosphere.util.IntrospectionUtils
 
AtmosphereConfigReader - Class in org.atmosphere.util
Descriptor for an Atmosphere configuraton file.
AtmosphereConfigReader(InputStream) - Constructor for class org.atmosphere.util.AtmosphereConfigReader
Create a Dom element from META-INF/atmosphere.xml
AtmosphereConfigReader.Property - Class in org.atmosphere.util
Simple Structn representing a element/value.
AtmosphereConfigReader.Property(String, String) - Constructor for class org.atmosphere.util.AtmosphereConfigReader.Property
 
AtmosphereEvent<E,F> - Interface in org.atmosphere.cpr
A AtmosphereEvent encapsulates the mechanism to AtmosphereEvent.suspend(), AtmosphereEvent.resume() and broadcast (AtmosphereEvent.getBroadcaster()) messages among suspended response.
AtmosphereEventImpl - Class in org.atmosphere.cpr
AtmosphereEvent implementation for supporting HttpServletRequest and HttpServletResponse.
AtmosphereEventImpl(ServletContext, String, Broadcaster, HttpServletRequest, HttpServletResponse) - Constructor for class org.atmosphere.cpr.AtmosphereEventImpl
Create an AtmosphereEvent.
AtmosphereHandler<F,G> - Interface in org.atmosphere.cpr
Implementation of AtmosphereHandler allows creation of event-driven web applications which are hosted in the browser.
atmosphereHandler - Variable in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
atmosphereHandlers - Variable in class org.atmosphere.cpr.WebContainer
 
AtmosphereServlet - Class in org.atmosphere.cpr
The AtmosphereServlet acts as a dispatcher for AtmosphereHandler defined in META-INF/atmosphere.xml, or if atmosphere.xml is missing, all classes that implements AtmosphereHandler will be discovered and mapped using the class's name.
AtmosphereServlet() - Constructor for class org.atmosphere.cpr.AtmosphereServlet
Create an Atmosphere Servlet.
AtmosphereServlet.Action - Class in org.atmosphere.cpr
Simple class/struck that hold the current state.
AtmosphereServlet.Action() - Constructor for class org.atmosphere.cpr.AtmosphereServlet.Action
 
AtmosphereServlet.Action(AtmosphereServlet.Action.TYPE) - Constructor for class org.atmosphere.cpr.AtmosphereServlet.Action
 
AtmosphereServlet.Action(AtmosphereServlet.Action.TYPE, long) - Constructor for class org.atmosphere.cpr.AtmosphereServlet.Action
 
AtmosphereServlet.Action.TYPE - Enum in org.atmosphere.cpr
 
AtmosphereServlet.AtmosphereHandlerWrapper - Class in org.atmosphere.cpr
 
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler) - Constructor for class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
autoDetectAtmosphereHandlers(ServletContext, URLClassLoader) - Method in class org.atmosphere.cpr.AtmosphereServlet
Auto detect instance of AtmosphereHandler in case META-INF/atmosphere.xml is missing.
autoDetectContainer() - Method in class org.atmosphere.cpr.AtmosphereServlet
Auto detect the underlying Servlet Container we are running on.

B

BlockingIOCometSupport - Class in org.atmosphere.container
This class gets used when the AtmosphereServlet fails to autodetect the Servlet Container we have been deployed.
BlockingIOCometSupport(Map<String, AtmosphereServlet.AtmosphereHandlerWrapper>) - Constructor for class org.atmosphere.container.BlockingIOCometSupport
 
broadcast(Object) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, E) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, Set<E>) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, AtmosphereEventImpl) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, Set<AtmosphereEventImpl>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcaster - Variable in class org.atmosphere.cpr.AtmosphereEventImpl
 
broadcaster - Variable in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
Broadcaster<E extends AtmosphereEvent> - Interface in org.atmosphere.cpr
A Broadcaster is responsible for delivering messages to its subscribed AtmosphereEvent, which are representing a suspended response.

C

callMain(Class<?>, String[]) - Static method in class org.atmosphere.util.IntrospectionUtils
 
callMethod0(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
callMethod1(Object, String, Object, String, ClassLoader) - Static method in class org.atmosphere.util.IntrospectionUtils
 
callMethodN(Object, String, Object[], Class<?>[]) - Static method in class org.atmosphere.util.IntrospectionUtils
 
capitalize(String) - Static method in class org.atmosphere.util.IntrospectionUtils
Reverse of Introspector.decapitalize
classPathAdd(URL[], String) - Static method in class org.atmosphere.util.IntrospectionUtils
Adds classpath entries from a vector of URL's to the "tc_path_add" System property.
clear() - Static method in class org.atmosphere.util.IntrospectionUtils
 
close() - Method in interface org.apache.catalina.CometEvent
Ends the Comet session.
COMET_EVENT - Static variable in class org.atmosphere.container.TomcatCometSupport
 
CometEvent - Interface in org.apache.catalina
The CometEvent interface.
CometEvent.EventSubType - Enum in org.apache.catalina
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
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
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.
CometSupport - Interface in org.atmosphere.cpr
Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereServlet.
convert(String, Class<?>) - Static method in class org.atmosphere.util.IntrospectionUtils
 

D

DefaultBroadcaster - Class in org.atmosphere.cpr
Broadcaster implementation.
DefaultBroadcaster(AtmosphereHandler) - Constructor for class org.atmosphere.cpr.DefaultBroadcaster
 
displayClassPath(String, URL[]) - Static method in class org.atmosphere.util.IntrospectionUtils
Debug method, display the classpath
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doRequest(RequestResponseKey) - Method in class org.atmosphere.cpr.AtmosphereServlet
Weblogic specific comet based implementation.
doRequest(RequestResponseKey) - Method in class weblogic.servlet.http.AbstractAsyncServlet
 
doResponse(RequestResponseKey, Object) - Method in class org.atmosphere.cpr.AtmosphereServlet
Weblogic specific comet based implementation.
doResponse(RequestResponseKey, Object) - Method in class weblogic.servlet.http.AbstractAsyncServlet
 
doTimeout(RequestResponseKey) - Method in class org.atmosphere.cpr.AtmosphereServlet
Weblogic specific comet based implementation.
doTimeout(RequestResponseKey) - Method in class weblogic.servlet.http.AbstractAsyncServlet
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport

E

event(CometEvent) - Method in interface org.apache.catalina.CometProcessor
Process the given Comet event.
event(CometEvent) - Method in class org.atmosphere.cpr.AtmosphereServlet
Hack to support Tomcat AIO like other WebServer.
EVENT - Static variable in class org.atmosphere.cpr.WebContainer
 
execute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call execute() - any ant-like task should work

F

findBooleanSetters(Class<?>) - Static method in class org.atmosphere.util.IntrospectionUtils
 
findMethod(Class<?>, String, Class<?>[]) - Static method in class org.atmosphere.util.IntrospectionUtils
 
findMethods(Class<?>) - Static method in class org.atmosphere.util.IntrospectionUtils
 
findVoidSetters(Class<?>) - Static method in class org.atmosphere.util.IntrospectionUtils
 
format(LogRecord) - Method in class org.atmosphere.util.LoggingFormatter
Format the record to include the Thread that logged this record.

G

getAtmosphereHandlers() - Method in class org.atmosphere.util.AtmosphereConfigReader
Return a Map which contains the context-oath as a key with its associated AtmosphereHandler, loaded from META-INF/atmosphere.xml
getAttribute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call void getAttribute( String )
getBroadcaster() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return the current Broadcaster
getBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return the current Broadcaster
getClassPath(Vector<URL>) - Static method in class org.atmosphere.util.IntrospectionUtils
Return a URL[] that can be used to construct a class loader
getClassPath(String, String, String, boolean) - Static method in class org.atmosphere.util.IntrospectionUtils
Construct a URL classpath from files in a directory, a cpath property, and tools.jar.
getContainerDottedVersion() - Method in class org.atmosphere.container.BlockingIOCometSupport
Return "Unknown" as we failed to detect the WebContainer we have been deployed on.
getContainerDottedVersion() - Method in class org.atmosphere.container.GlassFishv2CometSupport
Return the supported version of the Java Web Server
getContainerDottedVersion() - Method in class org.atmosphere.container.GlassFishv3CometSupport
Return the supported version of the Java Web Server
getContainerDottedVersion() - Method in class org.atmosphere.container.GrizzlyCometSupport
Return the supported version of the Java Web Server
getContainerDottedVersion() - Method in class org.atmosphere.container.JettyCometSupport
Return the supported version of the Java Web Server
getContainerDottedVersion() - Method in class org.atmosphere.container.Servlet30Support
Return "3.0"
getContainerDottedVersion() - Method in class org.atmosphere.container.TomcatCometSupport
Return the supported version of the Java Web Server
getContainerDottedVersion() - Method in class org.atmosphere.container.WebLogicCometSupport
Return the supported version of the Java Web Server
getContainerDottedVersion() - Method in interface org.atmosphere.cpr.CometSupport
Return the supported version of the Java Web Server
getContainerName() - Method in class org.atmosphere.container.BlockingIOCometSupport
Return "Unknown" as we failed to detect the WebContainer we have been deployed on.
getContainerName() - Method in class org.atmosphere.container.GlassFishv2CometSupport
Return the name of the Java Web Server.
getContainerName() - Method in class org.atmosphere.container.GlassFishv3CometSupport
Return the name of the Java Web Server.
getContainerName() - Method in class org.atmosphere.container.GrizzlyCometSupport
Return the name of the Java Web Server.
getContainerName() - Method in class org.atmosphere.container.JettyCometSupport
Return the name of the Java Web Server.
getContainerName() - Method in class org.atmosphere.container.Servlet30Support
Return "javax.servlet".
getContainerName() - Method in class org.atmosphere.container.TomcatCometSupport
Return the name of the Java Web Server.
getContainerName() - Method in class org.atmosphere.container.WebLogicCometSupport
Return the name of the Java Web Server.
getContainerName() - Method in interface org.atmosphere.cpr.CometSupport
Return the name of the Java Web Server.
getEventSubType() - Method in interface org.apache.catalina.CometEvent
Returns the sub type of this event.
getEventType() - Method in interface org.apache.catalina.CometEvent
Returns the event type.
getExecutorService() - Method in interface org.atmosphere.cpr.Broadcaster
Return the ExecutorService this Broadcaster support.
getExecutorService() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return the ExecutorService this Broadcaster support.
getFilesByExt(String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Return all files with a given extension in a dir
getHttpServletRequest() - Method in interface org.apache.catalina.CometEvent
Returns the HttpServletRequest.
getHttpServletResponse() - Method in interface org.apache.catalina.CometEvent
Returns the HttpServletResponse.
getLogger() - Static method in class org.atmosphere.util.LoggerUtils
Return the Logger used by all classes under this module.
getMappings() - Method in class org.atmosphere.util.WebDotXmlReader
Return an ArrayList which maps to the AtmosphereServlet
getMessage() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return the object that were pass to Broadcaster.broadcast(java.lang.Object)
getMessage() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return the object that were pass to Broadcaster.broadcast(java.lang.Object)
getProperty(String) - Method in class org.atmosphere.util.AtmosphereConfigReader
Return the properties to be set on AtmosphereHandler
getProperty(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
getProperty(String) - Method in interface org.atmosphere.util.IntrospectionUtils.PropertySource
 
getRequest() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return the underlying Request.
getRequest() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return the underlying Request.
getRequest() - Method in class weblogic.servlet.http.RequestResponseKey
 
getResponse() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return the underlying Response.
getResponse() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return the underlying Response.
getResponse() - Method in class weblogic.servlet.http.RequestResponseKey
 
getServletContext() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return the ServletContext
getServletContext() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return the ServletContext
getURL(String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Construct a file url from a file, using a base dir
getURLClassLoader(URL[], ClassLoader) - Static method in class org.atmosphere.util.IntrospectionUtils
Construct a URLClassLoader.
getWebServerName() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return the WebServer we are running on.
getWebServerName() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return the WebServer we are running on.
GLASSFISH_V2 - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
GLASSFISH_V3 - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
GlassFishv2CometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Grizzly API included with GlassFish v2.
GlassFishv2CometSupport(Map<String, AtmosphereServlet.AtmosphereHandlerWrapper>) - Constructor for class org.atmosphere.container.GlassFishv2CometSupport
 
GlassFishv3CometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Glassfish v3.
GlassFishv3CometSupport(Map<String, AtmosphereServlet.AtmosphereHandlerWrapper>) - Constructor for class org.atmosphere.container.GlassFishv3CometSupport
 
GRIZZLY - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
GrizzlyCometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Grizzly 1.5 and up.
GrizzlyCometSupport(Map<String, AtmosphereServlet.AtmosphereHandlerWrapper>) - Constructor for class org.atmosphere.container.GrizzlyCometSupport
 
guessInstall(String, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
guessInstall(String, String, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Guess a product install/home by analyzing the class path.

H

hasHook(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Test if the object implements a particular method

I

init(ServletConfig) - Method in class org.atmosphere.container.GlassFishv2CometSupport
Init Grizzly's CometContext that will be used to suspend and resume the response.
init(ServletConfig) - Method in class org.atmosphere.container.GrizzlyCometSupport
Init Grizzly's CometContext that will be used to suspend and resume the response.
init(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
Load the AtmosphereHandler associated with this AtmosphereServlet.
init(ServletConfig) - Method in interface org.atmosphere.cpr.CometSupport
Initialize the WebServer using the ServletConfig
init(ServletConfig) - Method in class org.atmosphere.cpr.WebContainer
Init this WebContainer.
IntrospectionUtils - Class in org.atmosphere.util
Utils for introspection and reflection
IntrospectionUtils() - Constructor for class org.atmosphere.util.IntrospectionUtils
 
IntrospectionUtils.AttributeHolder - Interface in org.atmosphere.util
 
IntrospectionUtils.PropertySource - Interface in org.atmosphere.util
 
isResuming() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return true if that AtmosphereEvent.resume() has been invoked
isResuming() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return true if that AtmosphereEvent.resume() has been invoked
isSuspended() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return true if that AtmosphereEvent.suspend() has been invoked and set to true
isSuspended() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return true if that AtmosphereEvent.suspend() has been invoked and set to true

J

JETTY - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
JettyCometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Jetty's Continuation.
JettyCometSupport(Map<String, AtmosphereServlet.AtmosphereHandlerWrapper>) - Constructor for class org.atmosphere.container.JettyCometSupport
 

L

loadAtmosphereDotXml(InputStream, URLClassLoader) - Method in class org.atmosphere.cpr.AtmosphereServlet
Load AtmosphereHandler defined under META-INF/atmosphere.xml
logger - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
logger - Variable in class org.atmosphere.cpr.WebContainer
 
LoggerUtils - Class in org.atmosphere.util
Customize the Logger used by the Atmosphere.
LoggerUtils() - Constructor for class org.atmosphere.util.LoggerUtils
 
LoggingFormatter - Class in org.atmosphere.util
Format the record to include the Thread that logged the record.
LoggingFormatter() - Constructor for class org.atmosphere.util.LoggingFormatter
 

M

main(String[]) - Static method in class org.atmosphere.util.LoggingFormatter
Example to test the com.sun.grizzly.util.LoggingFormatter You need to include this parameter in the command line -Djava.util.logging.config.file=myfile
message - Variable in class org.atmosphere.cpr.AtmosphereEventImpl
 

N

name - Variable in class org.atmosphere.util.AtmosphereConfigReader.Property
 

O

onEvent(AtmosphereEvent<F, G>) - Method in interface org.atmosphere.cpr.AtmosphereHandler
When a client send a request to its associated AtmosphereHandler, it can decide if the underlying connection can be suspended (creating a Continuation) or handle the connection synchronously.
onMessage(AtmosphereEvent<F, G>) - Method in interface org.atmosphere.cpr.AtmosphereHandler
This method is invoked when the Broadcaster execute a broadcast operations.
org.apache.catalina - package org.apache.catalina
 
org.atmosphere.container - package org.atmosphere.container
 
org.atmosphere.cpr - package org.atmosphere.cpr
 
org.atmosphere.util - package org.atmosphere.util
 

P

PATH_SEPARATOR - Static variable in class org.atmosphere.util.IntrospectionUtils
 
processArgs(Object, String[]) - Static method in class org.atmosphere.util.IntrospectionUtils
 
processArgs(Object, String[], String[], String[], Hashtable<String, String>) - Static method in class org.atmosphere.util.IntrospectionUtils
 

R

removeAtmosphereEvent(E) - Method in interface org.atmosphere.cpr.Broadcaster
Remove a AtmosphereEvent from the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
removeAtmosphereEvent(AtmosphereEventImpl) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Remove a AtmosphereEvent from the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
replaceProperties(String, Hashtable<String, String>, IntrospectionUtils.PropertySource[]) - Static method in class org.atmosphere.util.IntrospectionUtils
Replace ${NAME} with the property value
RequestResponseKey - Class in weblogic.servlet.http
Fake Weblogic class to allow compilation of support for that web container.
RequestResponseKey() - Constructor for class weblogic.servlet.http.RequestResponseKey
 
reset(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereEventImpl
 
resume() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Complete the HttpServletResponse and finish/commit it.
resume() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Complete the HttpServletResponse and finish/commit it.
resumed(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.WebContainer
All proprietary Comet based Servlet must invoke the resume method when the Atmosphere's application decide to resume the HttpServletResponse.

S

service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.BlockingIOCometSupport
Serve the HttpServletRequest and the HttpServletResponse.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.GlassFishv2CometSupport
Serve the HttpServletRequest and the HttpServletResponse.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.GrizzlyCometSupport
Serve the HttpServletRequest and the HttpServletResponse.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.JettyCometSupport
Serve the HttpServletRequest and the HttpServletResponse.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.Servlet30Support
Serve the HttpServletRequest and the HttpServletResponse.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.TomcatCometSupport
Invoked by the Tomcat AIO when a Comet request gets detected.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.WebLogicCometSupport
Serve the HttpServletRequest and the HttpServletResponse.
service(HttpServletRequest, HttpServletResponse) - Method in interface org.atmosphere.cpr.CometSupport
Serve the HttpServletRequest and the HttpServletResponse.
Servlet30Support - Class in org.atmosphere.container
This class gets used when the AtmosphereServlet detect the container detect Servlet 3.0 Asynch API.
Servlet30Support(Map<String, AtmosphereServlet.AtmosphereHandlerWrapper>) - Constructor for class org.atmosphere.container.Servlet30Support
 
SERVLET_30 - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
setAttribute(String, Object) - Method in interface org.atmosphere.util.IntrospectionUtils.AttributeHolder
 
setAttribute(Object, String, Object) - Static method in class org.atmosphere.util.IntrospectionUtils
Call void setAttribute( String ,Object )
setBroadcaster(Broadcaster) - Method in interface org.atmosphere.cpr.AtmosphereEvent
Set the current Broadcaster
setBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Set the current Broadcaster
setExecutorService(ExecutorService) - Method in interface org.atmosphere.cpr.Broadcaster
Set an ExecutorService which can be used to dispatch AtmosphereEvent.
setExecutorService(ExecutorService) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Set an ExecutorService which can be used to dispatch AtmosphereEvent.
setLogger(Logger) - Static method in class org.atmosphere.util.LoggerUtils
Set the Logger used by all classes under this module.
setMessage(Object) - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Set the message broadacasted using Broadcaster.broadcast(java.lang.Object)
setProperty(Object, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
setProperty(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
setTimeout(int) - Method in interface org.apache.catalina.CometEvent
Sets the timeout for this Comet connection.
setTimeout(int) - Method in class weblogic.servlet.http.RequestResponseKey
 
setWebServerName(String) - Method in class org.atmosphere.cpr.WebContainer
Set the WebServer's name.
suspend() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Suspend the HttpServletResponse indefinitely.
suspend(long) - Method in interface org.atmosphere.cpr.AtmosphereEvent
Suspend the HttpServletResponse.
suspend() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Suspend the HttpServletResponse indefinitely.
suspend(long) - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Suspend the HttpServletResponse.
suspended(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.WebContainer
All proprietary Comet based Servlet must invoke the suspended method when the first request comes in.

T

timedout(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.WebContainer
All proprietary Comet based Servlet must invoke the timedout method when the underlying WebServer time out the HttpServletResponse.
timeout - Variable in class org.atmosphere.cpr.AtmosphereServlet.Action
 
TOMCAT - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
TomcatCometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Tomcat AIO.
TomcatCometSupport(Map<String, AtmosphereServlet.AtmosphereHandlerWrapper>) - Constructor for class org.atmosphere.container.TomcatCometSupport
 
type - Variable in class org.atmosphere.cpr.AtmosphereServlet.Action
 

U

unCapitalize(String) - Static method in class org.atmosphere.util.IntrospectionUtils
 

V

value - Variable in class org.atmosphere.util.AtmosphereConfigReader.Property
 
valueOf(String) - Static method in enum org.apache.catalina.CometEvent.EventSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.CometEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.AtmosphereServlet.Action.TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.catalina.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.CometEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.cpr.AtmosphereServlet.Action.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebContainer - Class in org.atmosphere.cpr
Base class which implement the semantics of supending and resuming of a Comet Request.
WebContainer(Map<String, AtmosphereServlet.AtmosphereHandlerWrapper>) - Constructor for class org.atmosphere.cpr.WebContainer
 
WebDotXmlReader - Class in org.atmosphere.util
web.xml reader.
WebDotXmlReader(InputStream) - Constructor for class org.atmosphere.util.WebDotXmlReader
Create a Dom element from WEB-INF/web.xml
WEBLOGIC - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
weblogic.servlet.http - package weblogic.servlet.http
 
WebLogicCometSupport - Class in org.atmosphere.container
Weblogic support.
WebLogicCometSupport(Map<String, AtmosphereServlet.AtmosphereHandlerWrapper>) - Constructor for class org.atmosphere.container.WebLogicCometSupport
 
webServerName - Variable in class org.atmosphere.cpr.AtmosphereEventImpl
 

A B C D E F G H I J L M N O P R S T U V W

Copyright © 2009 SUN Microsystems. All Rights Reserved.