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(F).
AbstractReflectorAtmosphereHandler() - Constructor for class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
 
action(AtmosphereEventImpl) - Method in class org.atmosphere.container.BlockingIOCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereEventImpl) - Method in class org.atmosphere.container.GlassFishv2CometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereEventImpl) - Method in class org.atmosphere.container.GrizzlyCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereEventImpl) - Method in class org.atmosphere.container.JBossWebCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereEventImpl) - Method in class org.atmosphere.container.Jetty7CometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereEventImpl) - Method in class org.atmosphere.container.JettyCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereEventImpl) - Method in class org.atmosphere.container.Servlet30Support
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereEventImpl) - Method in class org.atmosphere.container.TomcatCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereEventImpl) - Method in class org.atmosphere.container.WebLogicCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action - Variable in class org.atmosphere.cpr.AtmosphereEventImpl
 
action() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
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.
addAtmosphereEvent(AtmosphereEvent<D, E>) - Method in interface org.atmosphere.cpr.Broadcaster
Add a AtmosphereEvent to the list of item to be notified when the Broadcaster.broadcast(F) is invoked.
addAtmosphereEvent(AtmosphereEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Add a AtmosphereEvent to the list of item to be notified when the Broadcaster.broadcast(F) is invoked.
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.
addFilter(BroadcastFilter<F>) - 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
 
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_EVENT - Static variable in class org.atmosphere.handler.ReflectorServletProcessor
 
ATMOSPHERE_HANDLER - 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
 
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(AtmosphereServlet.AtmosphereConfig, Broadcaster, HttpServletRequest, HttpServletResponse, CometSupport) - Constructor for class org.atmosphere.cpr.AtmosphereEventImpl
Create an AtmosphereEvent.
atmosphereEvents() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return the list of AtmosphereEvent registered with this Broadcaster
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.
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
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(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.BlockingIOCometSupport
 
broadcast(F) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the F to all suspended response, e.g.
broadcast(F, AtmosphereEvent) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the F to all suspended response, e.g.
broadcast(F, Set<AtmosphereEvent>) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the F to all suspended response, e.g.
broadcast(String) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the F to all suspended response, e.g.
broadcast(String, AtmosphereEvent) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the F to all suspended response, e.g.
broadcast(String, Set<AtmosphereEvent>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the F to all suspended response, e.g.
broadcaster - Variable in class org.atmosphere.cpr.AtmosphereEventImpl
 
broadcaster - Variable in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
Broadcaster<D,E,F> - Interface in org.atmosphere.cpr
A Broadcaster is responsible for delivering messages to its subscribed AtmosphereEvent, which are representing a suspended response.
Broadcaster.SCOPE - Enum in org.atmosphere.cpr
 
BroadcasterConfig<F> - 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<E> - 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.

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.AtmosphereEventImpl
 
cometSupport - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
CometSupport<E extends AtmosphereEvent> - 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
 
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
 
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
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

EVENT - Static variable in class org.atmosphere.cpr.AsynchronousProcessor
 
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(F) - Method in class org.atmosphere.cpr.BroadcasterConfig
Invoke BroadcastFilter in the other they were added.
filter(E) - Method in interface org.atmosphere.cpr.BroadcastFilter
Transform or Filter a message.
filter(String) - 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.AtmosphereEvent
Return the AtmosphereServlet.AtmosphereConfig
getAtmosphereConfig() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return the AtmosphereServlet.AtmosphereConfig
getAtmosphereEvents() - Method in interface org.atmosphere.cpr.Broadcaster
Return an Iterator of AtmosphereEvent
getAtmosphereEvents() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return an Iterator of AtmosphereEvent
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
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
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.
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.
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)
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
 
getRequest() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return the underlying Request.
getRequest() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return the underlying Request.
getResponse() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return the underlying Response.
getResponse() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return the underlying Response.
getScope() - Method in interface org.atmosphere.cpr.Broadcaster
Retunr the Broadcaster#SCOPE
getScope() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Retunr the Broadcaster#SCOPE
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.AtmosphereEvent
Return true when the remote client close the connection.
isCancelled() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
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.
isResumedOnTimeout() - Method in interface org.atmosphere.cpr.AtmosphereEvent
Return true is the response gets resumed after a timeout.
isResumedOnTimeout - Variable in class org.atmosphere.cpr.AtmosphereEventImpl
 
isResumedOnTimeout() - Method in class org.atmosphere.cpr.AtmosphereEventImpl
Return true is the response gets resumed after a timeout.
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

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
 
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
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(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
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.
onEvent(AtmosphereEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.handler.ReflectorServletProcessor
Delegate the request to the Servlet.service method, and add the AtmosphereEvent to the HttpServletRequest#setAttribute(java.lang.String, java.lang.Object)).
onMessage(AtmosphereEvent<F, G>) - Method in interface org.atmosphere.cpr.AtmosphereHandler
This method is invoked when the Broadcaster execute a broadcast operations.
onMessage(AtmosphereEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
Write the AtmosphereEvent.getMessage() back to the client using the ServletResponse.getOutputStream() or ServletResponse.getWriter() By default, this method will try to use 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
 

R

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.onEvent(org.atmosphere.cpr.AtmosphereEvent) to a set of FilterChain and Servlet#service(javax.servlet.ServletRequest, javax.servlet.ServletResponse) and store the {@link AtmosphereEvent} as a {@link HttpServletRequest} attribute named org.atmosphere.cpr.AtmosphereEvent.
ReflectorServletProcessor() - Constructor for class org.atmosphere.handler.ReflectorServletProcessor
 
remove(Broadcaster) - Method in class org.atmosphere.util.BroadcasterLookup
Remove a Broadcaster to the list.
removeAtmosphereEvent(AtmosphereEvent<D, E>) - Method in interface org.atmosphere.cpr.Broadcaster
Remove a AtmosphereEvent from the list of item to be notified when the Broadcaster.broadcast(F) is invoked.
removeAtmosphereEvent(AtmosphereEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Remove a AtmosphereEvent from the list of item to be notified when the Broadcaster.broadcast(F) is invoked.
removeFilter(BroadcastFilter<F>) - 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.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.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

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.AtmosphereEvent
Set the current Broadcaster
setBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereEventImpl
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.AtmosphereEventImpl
 
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.AtmosphereEventImpl
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
 
setScope(Broadcaster.SCOPE) - Method in interface org.atmosphere.cpr.Broadcaster
Set the Broadcaster#SCOPE
setScope(Broadcaster.SCOPE) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Set the Broadcaster#SCOPE
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.
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.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.

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
 

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.