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

A

AbstractReflectorAtmosphereHandler - Class in org.atmosphere.handler
Simple AtmosphereHandler that relect every call to Broadcaster.broadcast(java.lang.Object).
AbstractReflectorAtmosphereHandler() - Constructor for class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.BlockingIOCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.GlassFishv2CometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.GrizzlyCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.JBossWebCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Jetty7CometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.JettyCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Servlet30Support
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.TomcatCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.WebLogicCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.cpr.AsynchronousProcessor
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
action() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the AtmosphereServlet.Action which represent the state of the response, e.g.
action(E) - Method in interface org.atmosphere.cpr.CometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
add(Broadcaster) - Method in class org.atmosphere.util.BroadcasterLookup
Add a Broadcaster to the list.
addAtmosphereHandler(String, AtmosphereHandler) - Method in class org.atmosphere.cpr.AtmosphereServlet
Add an AtmosphereHandler serviced by the Servlet This API is exposed to allow embedding an Atmosphere application.
addAtmosphereResource(AtmosphereResource) - Method in interface org.atmosphere.cpr.Broadcaster
Add a AtmosphereResource to the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
addAtmosphereResource(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Add a AtmosphereResource to the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
addFilter(BroadcastFilter) - Method in class org.atmosphere.cpr.BroadcasterConfig
Add a BroadcastFilter
addFilter(FilterConfigImpl) - Method in class org.atmosphere.util.AtmosphereFilterChain
Add a filter to the set of filters that will be executed in this chain.
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).
addProperty(Object, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
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
 
ah - Variable in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
aliveRequests - Variable in class org.atmosphere.cpr.AsynchronousProcessor
 
AsynchronousProcessor - Class in org.atmosphere.cpr
Base class which implement the semantics of supending and resuming of a Comet Request.
AsynchronousProcessor(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.cpr.AsynchronousProcessor
 
ATMOSPHERE_HANDLER - Static variable in class org.atmosphere.handler.ReflectorServletProcessor
 
ATMOSPHERE_RESOURCE - Static variable in class org.atmosphere.handler.ReflectorServletProcessor
 
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
 
AtmosphereFilter - Class in org.atmosphere.cpr
Atmosphere supports for Filter, delegating all works to AtmosphereServlet.
AtmosphereFilter() - Constructor for class org.atmosphere.cpr.AtmosphereFilter
 
AtmosphereFilterChain - Class in org.atmosphere.util
Implementation of javax.servlet.FilterChain used to manage the execution of a set of filters for a particular request.
AtmosphereFilterChain() - Constructor for class org.atmosphere.util.AtmosphereFilterChain
 
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.AtmosphereServlet
The list of AtmosphereHandler and their associated mapping.
AtmosphereResource<E,F> - Interface in org.atmosphere.cpr
A AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended response.
AtmosphereResourceEvent<E,F> - Interface in org.atmosphere.cpr
An AtmosphereResourceEvent is created every time an event occurs like when a Broadcaster.broadcast(java.lang.Object) is executed, when a Browser close remotly close the connection or when a suspended times out or gets resumed.
AtmosphereResourceEventImpl - Class in org.atmosphere.cpr
AtmosphereResourceEvent implementation for Servlet Container.
AtmosphereResourceEventImpl() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
AtmosphereResourceImpl - Class in org.atmosphere.cpr
AtmosphereResource implementation for supporting HttpServletRequest and HttpServletResponse.
AtmosphereResourceImpl(AtmosphereServlet.AtmosphereConfig, Broadcaster, HttpServletRequest, HttpServletResponse, CometSupport, AtmosphereResourceEventImpl) - Constructor for class org.atmosphere.cpr.AtmosphereResourceImpl
Create an AtmosphereResource.
atmosphereResources() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return the list of AtmosphereResource registered with this Broadcaster
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(boolean) - 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.AtmosphereConfig - Class in org.atmosphere.cpr
 
AtmosphereServlet.AtmosphereConfig() - Constructor for class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
AtmosphereServlet.AtmosphereHandlerWrapper - Class in org.atmosphere.cpr
 
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler) - Constructor for class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler, Broadcaster) - Constructor for class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
AtmosphereServletProcessor - Interface in org.atmosphere.cpr
Simp,e interface that can be used to wrap a Servlet from an AtmosphereHandler
attach(Object) - Method in class org.atmosphere.cpr.Meteor
Attach an Object with this Meteor
attachement() - Method in class org.atmosphere.cpr.Meteor
Return an Object with this Meteor
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 are running on.
BlockingIOCometSupport(AtmosphereServlet.AtmosphereConfig) - 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, AtmosphereResource) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, Set<AtmosphereResource>) - 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, AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, Set<AtmosphereResource>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object) - Method in class org.atmosphere.cpr.Meteor
Broadcast an Object to all suspended response.
broadcaster - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
broadcaster - Variable in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
Broadcaster - Interface in org.atmosphere.cpr
A Broadcaster is responsible for delivering messages to its subscribed AtmosphereResource, which are representing a suspended response.
Broadcaster.SCOPE - Enum in org.atmosphere.cpr
 
BroadcasterConfig - Class in org.atmosphere.cpr
Handle Broadcaster configuration like ExecutorService and BroadcastFilter
BroadcasterConfig() - Constructor for class org.atmosphere.cpr.BroadcasterConfig
 
BroadcasterFuture<E> - Class in org.atmosphere.cpr
Simple Future that can be used when awiting for a Broadcaster to finish it's broadcast operations to AtmosphereHandler
BroadcasterFuture(E) - Constructor for class org.atmosphere.cpr.BroadcasterFuture
 
BroadcasterLookup - Class in org.atmosphere.util
A class that can be used to lookup Broadcaster based on the returned value of Broadcaster.getName() and Broadcaster.getScope()
BroadcasterLookup() - Constructor for class org.atmosphere.util.BroadcasterLookup
 
BroadcasterLookup.OutOfScopeException - Exception in org.atmosphere.util
 
BroadcasterLookup.OutOfScopeException(Broadcaster) - Constructor for exception org.atmosphere.util.BroadcasterLookup.OutOfScopeException
 
BroadcastFilter - Interface in org.atmosphere.cpr
Transform a message of type 'E" before it get broadcasted to AtmosphereHandler#onMessage(org.atmosphere.cpr.AtmosphereEvent) See XSSHtmlFilter for an example.
BroadcastFilterLifecycle<E> - Interface in org.atmosphere.cpr
Add lifecycle method to the BroadcastFilter interface.
build(HttpServletRequest) - Static method in class org.atmosphere.cpr.Meteor
Create a Meteor using the HttpServletRequest
build(HttpServletRequest, Serializer) - Static method in class org.atmosphere.cpr.Meteor
Create a Meteor using the HttpServletRequest and use the Serializer for writting the result of a broadcast operation using the HttpServletResponse
build(HttpServletRequest, List<BroadcastFilter>, Serializer) - Static method in class org.atmosphere.cpr.Meteor
Create a Meteor using the HttpServletRequest and use a list of BroadcastFilter and Serializer for writting the result of a broadcast operation the HttpServletResponse.

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
 
cancel(boolean) - Method in class org.atmosphere.cpr.BroadcasterFuture
Cancel
cancelled(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AsynchronousProcessor
All proprietary Comet based Servlet must invoke the cancelled method when the underlying WebServer detect that the client closed the connection.
capitalize(String) - Static method in class org.atmosphere.util.IntrospectionUtils
Reverse of Introspector.decapitalize
clear() - Static method in class org.atmosphere.util.IntrospectionUtils
 
ClusterBroadcastFilter<E> - Interface in org.atmosphere.cpr
Specialize BroadcastFilter used when clustering is enabled.
COMET_EVENT - Static variable in class org.atmosphere.container.TomcatCometSupport
 
cometSupport - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
cometSupport - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
CometSupport<E extends AtmosphereResource> - Interface in org.atmosphere.cpr
Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereServlet.
config - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
convert(String, Class<?>) - Static method in class org.atmosphere.util.IntrospectionUtils
 

D

DefaultBroadcaster - Class in org.atmosphere.cpr
Broadcaster implementation.
DefaultBroadcaster() - Constructor for class org.atmosphere.cpr.DefaultBroadcaster
 
delayBroadcast(Object) - Method in interface org.atmosphere.cpr.Broadcaster
Delay the broadcast operation.
delayBroadcast(Object, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
Delay the broadcast operation.
delayBroadcast(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Delay the broadcast operation.
delayBroadcast(Object, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Delay the broadcast operation.
destroy() - Method in class org.atmosphere.cpr.AtmosphereFilter
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
destroy() - Method in interface org.atmosphere.cpr.AtmosphereServletProcessor
Destroy the AtmosphereServletProcessor
destroy() - Method in interface org.atmosphere.cpr.Broadcaster
Destroy this instance and shutdown it's associated ExecutorServices
destroy() - Method in class org.atmosphere.cpr.BroadcasterConfig
 
destroy() - Method in interface org.atmosphere.cpr.BroadcastFilterLifecycle
Destroy this BroadcastFilter and its internal resources.
destroy() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Destroy this instance and shutdown it's associated ExecutorServices
destroy() - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
destroy() - Method in class org.atmosphere.util.AtmosphereFilterChain
 
doCometSupport(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Invoke the proprietary CometSupport
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.atmosphere.cpr.AtmosphereFilter
Normal doFilter invokation.
doFilter(ServletRequest, ServletResponse) - Method in class org.atmosphere.util.AtmosphereFilterChain
Invoke the next filter in this chain, passing the specified request and response.
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
doInitParams(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
Read init param from web.xml and apply them.
done() - Method in class org.atmosphere.cpr.BroadcasterFuture
Invoked when a Broadcaster completed it broadcast operation.
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.
doResponse(RequestResponseKey, Object) - Method in class org.atmosphere.cpr.AtmosphereServlet
Weblogic specific comet based implementation.
doTimeout(RequestResponseKey) - Method in class org.atmosphere.cpr.AtmosphereServlet
Weblogic specific comet based implementation.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport

E

equalVersion(int, int) - Static method in class org.atmosphere.util.Version
Checks if current Atmosphere framework version equals to one passed
event() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
event(CometEvent) - Method in class org.atmosphere.cpr.AtmosphereServlet
Hack to support Tomcat AIO like other WebServer.
event(HttpEvent) - Method in class org.atmosphere.cpr.AtmosphereServlet
Hack to support JBossWeb AIO like other WebServer.
execute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call execute() - any ant-like task should work

F

filter(Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
Invoke BroadcastFilter in the other they were added.
filter(Object) - Method in interface org.atmosphere.cpr.BroadcastFilter
Transform or Filter a message.
filter(Object) - Method in class org.atmosphere.util.XSSHtmlFilter
Transform a message into a well formed HTML message.
FilterConfigImpl - Class in org.atmosphere.util
FilterConfig implementation.
FilterConfigImpl(ServletConfig) - Constructor for class org.atmosphere.util.FilterConfigImpl
 
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

get() - Method in class org.atmosphere.cpr.BroadcasterFuture
Block until a Broadcaster completed it broadcast operation.
get(long, TimeUnit) - Method in class org.atmosphere.cpr.BroadcasterFuture
Block until a Broadcaster completed it broadcast operation.
getAtmosphereConfig() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the AtmosphereServlet.AtmosphereConfig
getAtmosphereConfig() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the AtmosphereServlet.AtmosphereConfig
getAtmosphereHandler() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
Return the AtmosphereHandler associated with this config.
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
getAtmosphereResources() - Method in interface org.atmosphere.cpr.Broadcaster
Return an Iterator of AtmosphereResource
getAtmosphereResources() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return an Iterator of AtmosphereResource
getAttribute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call void getAttribute( String )
getBroadcaster() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the current Broadcaster
getBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the current Broadcaster
getBroadcaster() - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
Return the Broadcaster
getBroadcasterClass(String) - Method in class org.atmosphere.util.AtmosphereConfigReader
Return a Broadcaster, or null.
getBroadcasterConfig() - Method in interface org.atmosphere.cpr.Broadcaster
Return the current BroadcasterConfig
getBroadcasterConfig() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return the current BroadcasterConfig
getBroadcasterLookup() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
Return an instance of a BroadcasterLookup
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.
getCometSupport() - Method in class org.atmosphere.cpr.AtmosphereServlet
Return the current CometSupport
getCometSupportClass() - Method in class org.atmosphere.util.AtmosphereConfigReader
Return the CometSupport implementation
getContainerName() - Method in class org.atmosphere.container.Servlet30Support
Return "javax.servlet".
getContainerName() - Method in class org.atmosphere.cpr.AsynchronousProcessor
Return the container's name.
getContainerName() - Method in interface org.atmosphere.cpr.CometSupport
Return the name of the Java Web Server.
getDefaultBroadcasterClassName() - Method in class org.atmosphere.cpr.AtmosphereServlet
Return the default Broadcaster class name.
getDefaultExecutorService() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the default ExecutorService.
getDotedVersion() - Static method in class org.atmosphere.util.Version
Return the dotted version of the curent release.
getExecutorService() - Method in class org.atmosphere.cpr.BroadcasterConfig
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
getFilter(int) - Method in class org.atmosphere.util.AtmosphereFilterChain
 
getFilter() - Method in class org.atmosphere.util.FilterConfigImpl
Return the application Filter we are configured for.
getFilterName() - Method in class org.atmosphere.util.FilterConfigImpl
getInitParameter(String) - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
getInitParameter(String) - Method in class org.atmosphere.util.FilterConfigImpl
getInitParameterNames() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
getInitParameterNames() - Method in class org.atmosphere.util.FilterConfigImpl
getLogger() - Static method in class org.atmosphere.util.LoggerUtils
Return the Logger used by all classes under this module.
getMajorVersion() - Static method in class org.atmosphere.util.Version
Get Atmosphere framework major version
getMappings() - Method in class org.atmosphere.util.WebDotXmlReader
Return an ArrayList which maps to the AtmosphereServlet
getMessage() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return the object that were pass to Broadcaster.broadcast(java.lang.Object)
getMessage() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return the object that were pass to Broadcaster.broadcast(java.lang.Object)
getMicroVersion() - Static method in class org.atmosphere.util.Version
Return the micro version
getMinorVersion() - Static method in class org.atmosphere.util.Version
Get Atmosphere framework minor version
getName() - Method in interface org.atmosphere.cpr.Broadcaster
Return the name of this Broadcaster
getName() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return the name of this Broadcaster
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
 
getRawVersion() - Static method in class org.atmosphere.util.Version
Return the raw version derived frok the project's pom.xml
getRequest() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the underlying Request.
getRequest() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the underlying Request.
getResource() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return the AtmosphereResource associated with this event
getResource() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return the AtmosphereResource associated with this event
getResponse() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the underlying Response.
getResponse() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the underlying Response.
getScheduledExecutorService() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the ScheduledExecutorService this Broadcaster support.
getScope() - Method in interface org.atmosphere.cpr.Broadcaster
Retunr the Broadcaster#SCOPE
getScope() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Retunr the Broadcaster#SCOPE
getSerializer() - Method in interface org.atmosphere.cpr.AtmosphereResource
Get the Serializer or null if not defined.
getSerializer() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Get the Serializer or null if not defined.
getServlet() - Method in class org.atmosphere.util.AtmosphereFilterChain
 
getServletClass() - Method in class org.atmosphere.handler.ReflectorServletProcessor
Set the Servlet class.
getServletConfig() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
getServletConfig() - Method in class org.atmosphere.util.AtmosphereFilterChain
 
getServletContext() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
getServletContext() - Method in class org.atmosphere.util.FilterConfigImpl
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 class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
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(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.GlassFishv2CometSupport
 
GlassFishv3CometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Glassfish v3.
GlassFishv3CometSupport(AtmosphereServlet.AtmosphereConfig) - 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(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.GrizzlyCometSupport
 

H

handlers() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
hasHook(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Test if the object implements a particular method
HTTP_EVENT - Static variable in class org.atmosphere.container.JBossWebCometSupport
 

I

INCREMENT - Static variable in class org.atmosphere.util.AtmosphereFilterChain
 
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.AsynchronousProcessor
 
init(FilterConfig) - Method in class org.atmosphere.cpr.AtmosphereFilter
Initialize the Filter
init(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
Load the AtmosphereHandler associated with this AtmosphereServlet.
init(ServletConfig) - Method in interface org.atmosphere.cpr.AtmosphereServletProcessor
Initialize the AtmosphereServletProcessor using the E
init() - Method in interface org.atmosphere.cpr.BroadcastFilterLifecycle
Initialize the BroadcastFilter
init(ServletConfig) - Method in interface org.atmosphere.cpr.CometSupport
Initialize the WebServer using the ServletConfig
init(ServletConfig) - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
init() - Method in class org.atmosphere.util.AtmosphereFilterChain
Initialize the Filter
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
 
invokeFilterChain(ServletRequest, ServletResponse) - Method in class org.atmosphere.util.AtmosphereFilterChain
 
invokeProperty(Object, String, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
isCancelled() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true when the remote client close the connection.
isCancelled() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return true when the remote client close the connection.
isCancelled() - Method in class org.atmosphere.cpr.BroadcasterFuture
True is cancelled.
isDone() - Method in class org.atmosphere.cpr.BroadcasterFuture
True when done.
isInScope(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Protect the object for being used after it got cancelled.
isResumedOnTimeout() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true is the response gets resumed after a timeout.
isResumedOnTimeout - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
isResumedOnTimeout() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return true is the response gets resumed after a timeout.
isResuming() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true if that AtmosphereResource.resume() has been invoked
isResuming() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return true if that AtmosphereResource.resume() has been invoked
isSuspended() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true if that AtmosphereResource.suspend() has been invoked and set to true
isSuspended() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return true if that AtmosphereResource.suspend() has been invoked and set to true

J

JBOSS_5 - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
JBOSSWEB - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
JBossWebCometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Tomcat AIO.
JBossWebCometSupport(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.JBossWebCometSupport
 
JERSEY_BROADCASTER - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
JERSEY_CONTAINER - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
JETTY - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
Jetty7CometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Jetty's Continuation.
Jetty7CometSupport(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.Jetty7CometSupport
 
JETTY_7 - 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(AtmosphereServlet.AtmosphereConfig) - 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
loadConfiguration(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
loadConfiguration(ServletConfig) - Method in class org.atmosphere.cpr.MeteorServlet
Initialize a confugured instance of ReflectorServletProcessor and follow the normal AtmosphereServlet processing.
logger - Variable in class org.atmosphere.cpr.AsynchronousProcessor
 
logger - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
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
 
lookup(HttpServletRequest) - Static method in class org.atmosphere.cpr.Meteor
Retrieve an instance of Meteor based on the HttpServletRequest
lookup(String) - Method in class org.atmosphere.util.BroadcasterLookup
Lookup a Broadcaster instance using Broadcaster.getName().

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
main(String[]) - Static method in class org.atmosphere.util.Version
 
message - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
Meteor - Class in org.atmosphere.cpr
A Meteor is a simple class that can be used from a Servlet to suspend, broadcast and resume a response.
MeteorServlet - Class in org.atmosphere.cpr
Simple Servlet to use when Atmosphere Meteor are used.
MeteorServlet() - Constructor for class org.atmosphere.cpr.MeteorServlet
 

N

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

O

onRequest(AtmosphereResource<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.
onRequest(AtmosphereResource<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.handler.ReflectorServletProcessor
Delegate the request to the Servlet.service method, and add the AtmosphereResource to the HttpServletRequest#setAttribute(java.lang.String, java.lang.Object)).
onStateChange(AtmosphereResourceEvent<F, G>) - Method in interface org.atmosphere.cpr.AtmosphereHandler
This method is invoked when the Broadcaster execute a broadcast operations.
onStateChange(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
Write the AtmosphereResourceEvent.getMessage() back to the client using the ServletResponse.getOutputStream() or ServletResponse.getWriter().
org.atmosphere.container - package org.atmosphere.container
 
org.atmosphere.cpr - package org.atmosphere.cpr
 
org.atmosphere.handler - package org.atmosphere.handler
 
org.atmosphere.util - package org.atmosphere.util
 

P

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
 
PROPERTY_BLOCKING_COMETSUPPORT - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
PROPERTY_NATIVE_COMETSUPPORT - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
PROPERTY_SERVLET_MAPPING - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 

R

r - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
recycle() - Method in class org.atmosphere.util.AtmosphereFilterChain
Release references to the filters and configImpl executed by this chain.
recycle() - Method in class org.atmosphere.util.FilterConfigImpl
Release the Filter instance associated with this FilterConfig, if there is one.
ReflectorServletProcessor - Class in org.atmosphere.handler
Simple AtmosphereServletProcessor that delegate the AtmosphereHandler.onRequest(org.atmosphere.cpr.AtmosphereResource) to a set of FilterChain and Servlet#service(javax.servlet.ServletRequest, javax.servlet.ServletResponse) and store the {@link AtmosphereResource} as a {@link HttpServletRequest} attribute named org.atmosphere.cpr.AtmosphereResource.
ReflectorServletProcessor() - Constructor for class org.atmosphere.handler.ReflectorServletProcessor
 
remove(Broadcaster) - Method in class org.atmosphere.util.BroadcasterLookup
Remove a Broadcaster to the list.
removeAtmosphereResource(AtmosphereResource) - Method in interface org.atmosphere.cpr.Broadcaster
Remove a AtmosphereResource from the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
removeAtmosphereResource(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Remove a AtmosphereResource from the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
removeFilter(BroadcastFilter) - Method in class org.atmosphere.cpr.BroadcasterConfig
Remove a BroadcastFilter
replaceProperties(String, Hashtable<String, String>, IntrospectionUtils.PropertySource[]) - Static method in class org.atmosphere.util.IntrospectionUtils
Replace ${NAME} with the property value
reset(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
RESOURCE_EVENT - Static variable in class org.atmosphere.cpr.AsynchronousProcessor
 
resume() - Method in interface org.atmosphere.cpr.AtmosphereResource
Complete the HttpServletResponse and finish/commit it.
resume() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Complete the HttpServletResponse and finish/commit it.
resume() - Method in class org.atmosphere.cpr.Meteor
Resume the underlying HttpServletResponse
resumed(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AsynchronousProcessor
All proprietary Comet based Servlet must invoke the resume method when the Atmosphere's application decide to resume the HttpServletResponse.
RRK - Static variable in class org.atmosphere.container.WebLogicCometSupport
 

S

scheduleFixedBroadcast(Object, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast periodically.
scheduleFixedBroadcast(Object, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast periodically.
Serializer - Interface in org.atmosphere.cpr
Serialize the Object the result of invoking Broadcaster.broadcast(java.lang.Object)
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.BlockingIOCometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.GlassFishv2CometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.GrizzlyCometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.JBossWebCometSupport
Invoked by the Tomcat AIO when a Comet request gets detected.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.Jetty7CometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.JettyCometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.Servlet30Support
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
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 and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in interface org.atmosphere.cpr.CometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
Servlet30Support - Class in org.atmosphere.container
This class gets used when the AtmosphereServlet detect the container detect Servlet 3.0 Asynch API.
Servlet30Support(AtmosphereServlet.AtmosphereConfig) - 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.AtmosphereResource
Set the current Broadcaster
setBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Set the current Broadcaster
setBroadcaster(Broadcaster) - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
The Broadcaster to use.
setBroadcasterConfig(BroadcasterConfig) - Method in interface org.atmosphere.cpr.Broadcaster
Set the BroadcasterConfig instance.
setBroadcasterConfig(BroadcasterConfig) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Set the BroadcasterConfig instance.
setCancelled(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setClusterName(String) - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
Cluster's name.
setCometSupport(CometSupport) - Method in class org.atmosphere.cpr.AtmosphereServlet
Set the CometSupport implementation.
setDefaultBroadcasterClassName(String) - Method in class org.atmosphere.cpr.AtmosphereServlet
Set the default Broadcaster class name
setExecutorService(ExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to dispatch AtmosphereEvent.
setFilter(Filter) - Method in class org.atmosphere.util.FilterConfigImpl
Set the Filter associated with this object.
setFilterClass(String) - Method in class org.atmosphere.handler.ReflectorServletProcessor
Add a FilterClass.
setFilterName(String) - Method in class org.atmosphere.util.FilterConfigImpl
Set the Filter's name associated with this object.
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.AtmosphereResourceEventImpl
Set the message broadacasted using Broadcaster.broadcast(java.lang.Object)
setName(String) - Method in interface org.atmosphere.cpr.Broadcaster
Set the name of this Broadcaster
setName(String) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Set the name of this Broadcaster
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
 
setResource(AtmosphereResourceImpl) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to dispatch AtmosphereEvent.
setScope(Broadcaster.SCOPE) - Method in interface org.atmosphere.cpr.Broadcaster
Set the scope.
setScope(Broadcaster.SCOPE) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Set the scope.
setSerializer(Serializer) - Method in interface org.atmosphere.cpr.AtmosphereResource
Set the Serializer to use when AtmosphereResource.write(java.io.OutputStream, java.lang.Object) execute the operation.
setSerializer(Serializer) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Set the Serializer used to write broadcasted object.
setServlet(ServletConfig, Servlet) - Method in class org.atmosphere.util.AtmosphereFilterChain
Set the servlet that will be executed at the end of this chain.
setServletClass(String) - Method in class org.atmosphere.handler.ReflectorServletProcessor
Return the Servlet class name.
SUPPORT_SESSION - Static variable in class org.atmosphere.cpr.AsynchronousProcessor
 
supportSession() - Method in class org.atmosphere.cpr.AsynchronousProcessor
Is HttpSession supported
supportSession - Variable in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
supportSession() - Method in class org.atmosphere.util.AtmosphereConfigReader
True if the support-session added in atmosphere.xml
suspend() - Method in interface org.atmosphere.cpr.AtmosphereResource
Suspend the HttpServletResponse indefinitely.
suspend(long) - Method in interface org.atmosphere.cpr.AtmosphereResource
Suspend the HttpServletResponse.
suspend() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Suspend the HttpServletResponse indefinitely.
suspend(long) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Suspend the HttpServletResponse.
suspend(long) - Method in class org.atmosphere.cpr.Meteor
Suspend the underlying HttpServletResponse.
suspended(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AsynchronousProcessor
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.AsynchronousProcessor
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(AtmosphereServlet.AtmosphereConfig) - 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.atmosphere.cpr.AtmosphereServlet.Action.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.Broadcaster.SCOPE
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum org.atmosphere.cpr.Broadcaster.SCOPE
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.atmosphere.util
Class contains information about Atmosphere framework
Version() - Constructor for class org.atmosphere.util.Version
 

W

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
 
WebLogicCometSupport - Class in org.atmosphere.container
Weblogic support.
WebLogicCometSupport(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.WebLogicCometSupport
 
write(OutputStream, Object) - Method in interface org.atmosphere.cpr.AtmosphereResource
Write the Object using the OuputStream by invoking the current Serializer.
write(OutputStream, Object) - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Write the Object using the OuputStream by invoking the current Serializer.
write(OutputStream, Object) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Write the Object using the OuputStream by invoking the current Serializer.
write(OutputStream, Object) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Write the broadcasted object using the OutputStream.
write(OutputStream, Object) - Method in interface org.atmosphere.cpr.Serializer
Serialize the Object using the OutputStream

X

XSSHtmlFilter - Class in org.atmosphere.util
Simple BroadcastFilter which automatically filter HTML/HTTP character into proper value, like \n replace by <br>.
XSSHtmlFilter() - Constructor for class org.atmosphere.util.XSSHtmlFilter
 

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

Copyright © 2009 SUN Microsystems. All Rights Reserved.