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

A

AbstractBroadcasterProxy - Class in org.atmosphere.util
Abstract Broadcaster that delegates the internal processing to a proxy.
AbstractBroadcasterProxy(String, URI, AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.util.AbstractBroadcasterProxy
 
AbstractReflectorAtmosphereHandler - Class in org.atmosphere.handler
Simple AtmosphereHandler that reflect every call to Broadcaster.broadcast(T), e.g sent the broadcasted event back to the remote client.
AbstractReflectorAtmosphereHandler() - Constructor for class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
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.Servlet30CometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Tomcat7CometSupport
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() - Method in class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
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, Object) - Method in class org.atmosphere.cpr.BroadcasterFactory
Add a Broadcaster to the list.
add(Broadcaster, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
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.
addAtmosphereHandler(String, AtmosphereHandler, String) - Method in class org.atmosphere.cpr.AtmosphereServlet
Add an AtmosphereHandler serviced by the Servlet This API is exposed to allow embedding an Atmosphere application.
addAtmosphereHandler(String, AtmosphereHandler<HttpServletRequest, HttpServletResponse>, Broadcaster) - 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(T) 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(T) is invoked.
addBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in interface org.atmosphere.cpr.Broadcaster
Add a BroadcasterLifeCyclePolicyListener
addBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Add a BroadcasterLifeCyclePolicyListener
addBroadcasterType(String) - Method in class org.atmosphere.cpr.AtmosphereServlet
Add a new Broadcaster class name AtmosphereServlet can use when initializing requests, and when atmosphere.xml broadcaster element is unspecified.
addCookie(Cookie) - Method in class org.atmosphere.cpr.AtmosphereResponse
addDateHeader(String, long) - Method in class org.atmosphere.cpr.AtmosphereResponse
addEventListener(AtmosphereResourceEventListener) - Method in interface org.atmosphere.cpr.AtmosphereEventLifecycle
Add a AtmosphereResourceEventListener.
addEventListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Add a AtmosphereResourceEventListener.
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.
addHeader(String, String) - Method in class org.atmosphere.cpr.AtmosphereResponse
addInitParameter(String, String) - Method in class org.atmosphere.cpr.AtmosphereServlet
Add init-param like if they were defined in web.xml
addIntHeader(String, int) - Method in class org.atmosphere.cpr.AtmosphereResponse
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).
addListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.cpr.Meteor
Add a AtmosphereResourceEventListener which gets invoked when response are resuming, when the remote client close the connection or when the a Broadcaster.broadcast(T) operations occurs.
addProperty(Object, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
addToCache(AtmosphereResource<HttpServletRequest, HttpServletResponse>, Object) - Method in class org.atmosphere.cache.BroadcasterCacheBase
Start tracking messages associated with AtmosphereResource from the cache
addToCache(AtmosphereResource<V, W>, Object) - Method in interface org.atmosphere.cpr.BroadcasterCache
Start tracking messages associated with AtmosphereResource from the cache
addToCache(AtmosphereResource, Object) - Method in class org.atmosphere.cpr.BroadcasterConfig.DefaultBroadcasterCache
 
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
 
aliveRequests - Variable in class org.atmosphere.cpr.AsynchronousProcessor
 
ALLOW_QUERYSTRING_AS_REQUEST - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Allow query string as set as request's header.
ApplicationConfig - Interface in org.atmosphere.cpr
Web.xml init-param configuration supported by Atmosphere.
AsynchronousProcessor - Class in org.atmosphere.cpr
Base class which implement the semantics of suspending and resuming of a Comet Request.
AsynchronousProcessor(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.cpr.AsynchronousProcessor
 
AsyncIOWriter - Interface in org.atmosphere.cpr
An Asynchronous I/O Writer is used by a AtmosphereResponse when writing data.
AsyncProtocol - Interface in org.atmosphere.cpr
An interface used by an AtmosphereResponse to manipulate the response before it gets delegated to an AsyncIOWriter
asyncWriteFuture - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
asyncWriteQueue - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
ATMOSPHERE_HANDLER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere which AtmosphereHandler should be used.
ATMOSPHERE_HANDLER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A request attribute used to lookup the AtmosphereHandler.
ATMOSPHERE_HANDLER_MAPPING - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The AtmosphereHandler defined using the property will be mapped to that value.
ATMOSPHERE_POST_BODY - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
ATMOSPHERE_RESOURCE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The Atmosphere resource to use.
ATMOSPHERE_RESOURCE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A request attribute used to lookup the AtmosphereResource.
ATMOSPHERE_SERVLET - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A request attribute used to lookup the AtmosphereServlet.
AtmosphereConfigReader - Class in org.atmosphere.util
Descriptor for an Atmosphere configuraton file.
AtmosphereConfigReader(InputStream) - Constructor for class org.atmosphere.util.AtmosphereConfigReader
Create a DocumentBuilderFactory element from META-INF/atmosphere.xml
AtmosphereConfigReader.Property - Class in org.atmosphere.util
Simple Struct representing a element/value.
AtmosphereConfigReader.Property(String, String) - Constructor for class org.atmosphere.util.AtmosphereConfigReader.Property
 
AtmosphereEventLifecycle - Interface in org.atmosphere.cpr
Simple life cycle interface for processing AtmosphereResourceEventListener.
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.
AtmosphereRequest - Class in org.atmosphere.cpr
A Builder for constructing HttpServletRequest
AtmosphereRequest.Builder - Class in org.atmosphere.cpr
 
AtmosphereRequest.Builder() - Constructor for class org.atmosphere.cpr.AtmosphereRequest.Builder
 
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(AtmosphereResourceImpl) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
AtmosphereResourceEventImpl(AtmosphereResourceImpl, boolean, boolean) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
AtmosphereResourceEventImpl(AtmosphereResourceImpl, boolean, boolean, Throwable) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
AtmosphereResourceEventListener - Interface in org.atmosphere.cpr
Receive notification when a resume, client disconnect or broadcast events occurs.
atmosphereResourceEventListener() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
AtmosphereResourceEventListenerAdapter - Class in org.atmosphere.cpr
An implementation of AtmosphereResourceEventListener with just log event as trace.
AtmosphereResourceEventListenerAdapter() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
AtmosphereResourceImpl - Class in org.atmosphere.cpr
AtmosphereResource implementation for supporting HttpServletRequest and HttpServletResponse.
AtmosphereResourceImpl(AtmosphereServlet.AtmosphereConfig, Broadcaster, HttpServletRequest, HttpServletResponse, CometSupport, AtmosphereHandler) - Constructor for class org.atmosphere.cpr.AtmosphereResourceImpl
Create an AtmosphereResource.
AtmosphereResponse<A extends AsyncIOWriter> - Class in org.atmosphere.cpr
Wrapper around an HttpServletResponse which use an instance of WebSocket as a writer.
AtmosphereResponse(A, AsyncProtocol, HttpServletRequest) - Constructor for class org.atmosphere.cpr.AtmosphereResponse
 
AtmosphereResponse(HttpServletResponse, A, AsyncProtocol, HttpServletRequest) - Constructor for class org.atmosphere.cpr.AtmosphereResponse
 
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, String) - 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
Simple 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
attributes(Map<String, Object>) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
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

bc - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
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
 
body(byte[], int, int) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
body(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
broadcast(T) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(T, AtmosphereResource<?, ?>) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(T, Set<AtmosphereResource<?, ?>>) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(AtmosphereResource<?, ?>, AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcast(T) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(T, AtmosphereResource<?, ?>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(T, 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.
broadcast(AtmosphereResource<?, ?>, AtmosphereResourceEvent) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
broadcast(T) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
Broadcast the Object to all suspended response, e.g.
broadcast(T, AtmosphereResource<?, ?>) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
Broadcast the Object to all suspended response, e.g.
broadcast(T, Set<AtmosphereResource<?, ?>>) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
Broadcast the Object to all suspended response, e.g.
broadcast(T, AtmosphereResource<?, ?>) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
the AtmosphereResource r will be exclude for this broadcast
broadcast(T, Set<AtmosphereResource<?, ?>>) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
the AtmosphereResources subset will be exclude for this broadcast
broadcast(T, List<HttpSession>) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
a list of sessions will be exclude for this broadcast
broadcast(T, HttpSession) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
session will be exclude for this broadcast
broadcast(T) - Method in class org.atmosphere.util.SimpleBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(T, AtmosphereResource<?, ?>) - Method in class org.atmosphere.util.SimpleBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(T, Set<AtmosphereResource<?, ?>>) - Method in class org.atmosphere.util.SimpleBroadcaster
Broadcast the Object to all suspended response, e.g.
BROADCAST_FILTER_CLASSES - Static variable in interface org.atmosphere.cpr.ApplicationConfig
A list of BroadcastFilter separated with coma that will be added to every new Broadcaster
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.POLICY - Enum in org.atmosphere.cpr
 
Broadcaster.SCOPE - Enum in org.atmosphere.cpr
 
BROADCASTER_ASYNC_WRITE_THREADPOOL_MAXSIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The maximum number of Thread created when writing requests BroadcasterConfig.setAsyncWriteService(java.util.concurrent.ExecutorService)
BROADCASTER_CACHE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default BroadcasterCache class.
BROADCASTER_CACHE_TRACKER - Static variable in interface org.atmosphere.cpr.BroadcasterCache
 
BROADCASTER_CLASS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default Broadcaster class.
BROADCASTER_FACTORY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default BroadcasterFactory class.
BROADCASTER_LIFECYCLE_POLICY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The BroadcasterLifeCyclePolicy policy to use
BROADCASTER_LIFECYCLE_POLICY_IDLETIME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
BroadcasterLifecycle max idle time before executing.
BROADCASTER_MESSAGE_PROCESSING_THREADPOOL_MAXSIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The maximum number of Thread created when processing broadcast operations BroadcasterConfig.setExecutorService(java.util.concurrent.ExecutorService)
BROADCASTER_SHARABLE_THREAD_POOLS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Configure Broadcaster to share the same ExecutorService instead among them.
BroadcasterCache<V,W> - Interface in org.atmosphere.cpr
A BroadcasterCache is used to persist broadcasted Object Broadcaster.broadcast(Object).
broadcasterCache - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
BroadcasterCacheBase - Class in org.atmosphere.cache
Abstract BroadcasterCache which is used to implement headers or query parameters or session based caching.
BroadcasterCacheBase() - Constructor for class org.atmosphere.cache.BroadcasterCacheBase
 
BroadcasterCacheBase.CachedMessage - Class in org.atmosphere.cache
 
BroadcasterCacheBase.CachedMessage(boolean) - Constructor for class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
BroadcasterCacheBase.CachedMessage(Object, long, BroadcasterCacheBase.CachedMessage) - Constructor for class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
broadcasterCacheClassName - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
broadcasterClassName - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
BroadcasterConfig - Class in org.atmosphere.cpr
Handle Broadcaster configuration like ExecutorService and BroadcastFilter
BroadcasterConfig(String[], AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.cpr.BroadcasterConfig
 
BroadcasterConfig(ExecutorService, ExecutorService, ScheduledExecutorService, AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.cpr.BroadcasterConfig
 
BroadcasterConfig.DefaultBroadcasterCache - Class in org.atmosphere.cpr
 
BroadcasterConfig.DefaultBroadcasterCache() - Constructor for class org.atmosphere.cpr.BroadcasterConfig.DefaultBroadcasterCache
 
BroadcasterFactory - Class in org.atmosphere.cpr
Broadcaster factory used by Atmosphere when creating broadcaster.
BroadcasterFactory() - Constructor for class org.atmosphere.cpr.BroadcasterFactory
 
broadcasterFactoryClassName - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
broadcasterFilters - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
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
 
BroadcasterFuture(Future<?>, E) - Constructor for class org.atmosphere.cpr.BroadcasterFuture
 
BroadcasterLifeCyclePolicy - Class in org.atmosphere.cpr
This class can be used to configure the life cycle of a Broadcaster, e.g when a broadcaster gets destroyed Broadcaster.destroy() or when it's associated resources get released Broadcaster.releaseExternalResources().
BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY - Enum in org.atmosphere.cpr
 
BroadcasterLifeCyclePolicy.Builder - Class in org.atmosphere.cpr
 
BroadcasterLifeCyclePolicy.Builder() - Constructor for class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
BroadcasterLifeCyclePolicyListener - Interface in org.atmosphere.cpr
Simple listener to be used to track BroadcasterLifeCyclePolicy events.
BroadcastFilter - Interface in org.atmosphere.cpr
Transform a message of type 'E" before it get broadcasted to AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent)

See XSSHtmlFilter for an example.

BroadcastFilter.BroadcastAction - Class in org.atmosphere.cpr
Simple class that tells the Broadcaster to broadcast or not the transformed value.
BroadcastFilter.BroadcastAction(BroadcastFilter.BroadcastAction.ACTION, Object) - Constructor for class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
BroadcastFilter.BroadcastAction(Object) - Constructor for class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
BroadcastFilter.BroadcastAction.ACTION - Enum in org.atmosphere.cpr
 
BroadcastFilterLifecycle - Interface in org.atmosphere.cpr
Add lifecycle method to the BroadcastFilter interface.
broadcastOnResume(T) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object when an AtmosphereResource is resumed by a timeout or when using AtmosphereResource.resume()
broadcastOnResume - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcastOnResume(T) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object when an AtmosphereResource is resumed by a timeout or when using AtmosphereResource.resume()
broadcastOnResume(AtmosphereResource<?, ?>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcastReceivedMessage(Object) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
build() - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
build() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
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.
build(HttpServletRequest, Broadcaster.SCOPE, 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.
buildAndReplaceDefaultfactory(Class<? extends Broadcaster>, AtmosphereServlet.AtmosphereConfig) - Static method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Build a default BroadcasterFactory returned when invoking BroadcasterFactory.getDefault() ()}.

C

cache(AtmosphereResource<HttpServletRequest, HttpServletResponse>, BroadcasterCacheBase.CachedMessage) - Method in class org.atmosphere.cache.BroadcasterCacheBase
Cache the last message broadcasted.
cache(AtmosphereResource<HttpServletRequest, HttpServletResponse>, BroadcasterCacheBase.CachedMessage) - Method in class org.atmosphere.cache.HeaderBroadcasterCache
Cache the last message broadcasted.
cache(AtmosphereResource<HttpServletRequest, HttpServletResponse>, BroadcasterCacheBase.CachedMessage) - Method in class org.atmosphere.cache.SessionBroadcasterCache
Cache the last message broadcasted.
cache - Static variable in class org.atmosphere.cpr.Meteor
 
CACHE_CONTROL - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
CACHED - Static variable in class org.atmosphere.cpr.DefaultBroadcaster
 
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
cancelled(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.BlockingIOCometSupport
 
cancelled(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.GlassFishv2CometSupport
 
cancelled(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.GrizzlyCometSupport
 
cancelled(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.JBossWebCometSupport
 
cancelled(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.JettyCometSupport
 
cancelled(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.Tomcat7CometSupport
 
cancelled(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.TomcatCometSupport
 
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.
cancelledAction - Static variable in class org.atmosphere.cpr.AsynchronousProcessor
 
capitalize(String) - Static method in class org.atmosphere.util.IntrospectionUtils
Reverse of Introspector.decapitalize
checkCachedAndPush(AtmosphereResource<?, ?>, AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
clear() - Static method in class org.atmosphere.util.IntrospectionUtils
 
close() - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
close() - Method in class org.atmosphere.container.version.Jetty8WebSocket
Close the underlying WebSocket connection
close() - Method in class org.atmosphere.container.version.JettyWebSocket
Close the underlying WebSocket connection
close() - Method in interface org.atmosphere.websocket.WebSocket
Close the underlying WebSocket connection
close() - Method in class org.atmosphere.websocket.WebSocketAdapter
 
close() - Method in class org.atmosphere.websocket.WebSocketProcessor
 
ClusterBroadcastFilter - Interface in org.atmosphere.cpr
Specialize BroadcastFilter used when clustering is enabled.
COMET_EVENT - Static variable in class org.atmosphere.container.Tomcat7CometSupport
 
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.
CometSupportResolver - Interface in org.atmosphere.cpr
This interface is used by AtmosphereServlet to determine which CometSupport instance should be used
config - Variable in class org.atmosphere.cpr.AsynchronousProcessor
 
config - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
config - Static variable in class org.atmosphere.cpr.BroadcasterFactory
 
config - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
configExecutors() - Method in class org.atmosphere.cpr.BroadcasterConfig
 
configure(AtmosphereServlet.AtmosphereConfig) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
Allow an implementation to query the AtmosphereConfig of init-param, etc.
configure(AtmosphereServlet.AtmosphereConfig) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
Allow an implementation to query the AtmosphereConfig of init-param, etc.
configure(AtmosphereServlet.AtmosphereConfig) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Allow an implementation to query the AtmosphereConfig of init-param, etc.
configureBroadcaster(ServletContext) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
configureHeader(HttpServletRequest) - Static method in class org.atmosphere.websocket.WebSocketProcessor
 
configureQueryStringAsRequest(HttpServletRequest) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
configureWebDotXmlAtmosphereHandler(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
CONTAINER_RESPONSE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A reference to the Jersey's ContainerResponse
containsHeader(String) - Method in class org.atmosphere.cpr.AtmosphereResponse
contentType(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
convert(String, Class<?>) - Static method in class org.atmosphere.util.IntrospectionUtils
 
createCometSupportResolver() - Method in class org.atmosphere.cpr.AtmosphereServlet
Returns an instance of CometSupportResolver CometSupportResolver
createStreamingPadding(String) - Static method in class org.atmosphere.cpr.AtmosphereResourceImpl
Output message when Atmosphere suspend a connection.
currentTime - Variable in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
currentTime() - Method in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 

D

DEFAULT_NAMED_DISPATCHER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default Servlet used when forwarding request.
DefaultBroadcaster - Class in org.atmosphere.cpr
Broadcaster implementation.
DefaultBroadcaster(String, URI, AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.cpr.DefaultBroadcaster
 
DefaultBroadcaster(String, AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.cpr.DefaultBroadcaster
 
DefaultBroadcaster.Entry - Class in org.atmosphere.cpr
 
DefaultBroadcaster.Entry(Object, Object, BroadcasterFuture<?>, Object) - Constructor for class org.atmosphere.cpr.DefaultBroadcaster.Entry
 
DefaultBroadcaster.Entry(Object, Object, BroadcasterFuture<?>, boolean) - Constructor for class org.atmosphere.cpr.DefaultBroadcaster.Entry
 
DefaultBroadcasterFactory - Class in org.atmosphere.cpr
This class is responsible for creating Broadcaster instance.
DefaultBroadcasterFactory(Class<? extends Broadcaster>, String, AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.cpr.DefaultBroadcasterFactory
 
DefaultBroadcasterFactory.BroadcasterCreationException - Exception in org.atmosphere.cpr
 
DefaultBroadcasterFactory.BroadcasterCreationException(Throwable) - Constructor for exception org.atmosphere.cpr.DefaultBroadcasterFactory.BroadcasterCreationException
 
defaultCometSupport(boolean) - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
This method is used to determine the default CometSupport if all else fails
DefaultCometSupportResolver - Class in org.atmosphere.cpr
This is the default implementation of @link {CometSupportResolver}
DefaultCometSupportResolver(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.cpr.DefaultCometSupportResolver
 
delayBroadadcast(Object, long) - Method in class org.atmosphere.cpr.Meteor
Schedule a delayed broadcast, in seconds.
delayBroadcast(T) - Method in interface org.atmosphere.cpr.Broadcaster
Delay the broadcast operation.
delayBroadcast(T, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
Delay the broadcast operation.
delayBroadcast(T) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Delay the broadcast operation.
delayBroadcast(T, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Delay the broadcast operation.
delayedBroadcast - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereFilter
 
destroy() - Method in interface org.atmosphere.cpr.AtmosphereHandler
Destroy this handler
destroy() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
destroy() - Method in interface org.atmosphere.cpr.Broadcaster
Destroy this instance and shutdown it's associated ExecutorService
destroy() - Method in class org.atmosphere.cpr.BroadcasterConfig
 
destroy(boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
 
destroy() - Method in class org.atmosphere.cpr.BroadcasterFactory
Shutdown all Broadcaster
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 ExecutorService
destroy() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Shutdown all Broadcaster
destroy() - Method in class org.atmosphere.cpr.Meteor
Mark this instance as Destroyed.
destroy() - Method in class org.atmosphere.cpr.MeteorServlet
 
destroy() - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
destroy() - Method in class org.atmosphere.handler.SimpleWebSocketAtmosphereHandler
 
destroy() - Method in class org.atmosphere.util.AtmosphereFilterChain
 
destroyed - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
destroyResource(AtmosphereResource<?, ?>) - Static method in class org.atmosphere.cpr.AsynchronousProcessor
 
detectContainersPresent() - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
Returns a list of comet support by containers available on the classpath
detectSupportedFramework(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
Auto-detect Jersey when no atmosphere.xml file are specified.
detectWebSocketPresent() - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
 
DISABLE_ONSTATE_EVENT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Disable invoking AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent) when the connection times out or get cancelled
dispatch(HttpServletRequest) - Method in class org.atmosphere.websocket.WebSocketProcessor
 
dispatch(HttpServletRequest, AtmosphereResponse<?>) - Method in class org.atmosphere.websocket.WebSocketProcessor
Dispatch to request/response to the CometSupport implementation as it was a normal HTTP request.
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.
doInitParamsForWebSocket(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
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.
doService(AsynchronousProcessor, HttpServletRequest, HttpServletResponse, WebSocketFactory) - Static method in class org.atmosphere.container.JettyWebSocketUtil
 
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
doWebSocketConnect(HttpServletRequest, String) - Method in class org.atmosphere.cpr.AtmosphereServlet
Jetty 7.2 & 8.0.0-M1/M2and up WebSocket support.
DROP_ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere to not write the access-control header.

E

EchoProtocol - Class in org.atmosphere.websocket.protocol
Simple WebSocketProcessor that invoke the Broadcaster.broadcast(T) API when a WebSocket message is received.
EchoProtocol() - Constructor for class org.atmosphere.websocket.protocol.EchoProtocol
 
encoding(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
equals(Object) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
equals(Object) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
equalVersion(int, int) - Static method in class org.atmosphere.util.Version
Checks if current Atmosphere framework version equals to one passed
event(CometEvent) - Method in class org.atmosphere.cpr.AtmosphereServlet
Hack to support Tomcat AIO like other WebServer.
event(CometEvent) - Method in class org.atmosphere.cpr.AtmosphereServlet
Hack to support Tomcat 7 AIO
event(HttpEvent) - Method in class org.atmosphere.cpr.AtmosphereServlet
Hack to support JBossWeb AIO like other WebServer.
ExcludeSessionBroadcaster - Class in org.atmosphere.util
A example of how to extends/replace Broadcaster by defining the class value in META-INF/atmosphere.xml or by adding defining the org.atmosphere.cpr.broadcasterClass init-param in web.xml.
ExcludeSessionBroadcaster(String, AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.util.ExcludeSessionBroadcaster
 
execute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call execute() - any ant-like task should work
executeAsyncWrite(AtmosphereResource<?, ?>, Object, BroadcasterFuture) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
EXPIRES - Static variable in interface org.atmosphere.cpr.HeaderConfig
 

F

factory - Static variable in class org.atmosphere.cpr.BroadcasterFactory
 
filter(Object, Object) - Method in class org.atmosphere.client.FormParamFilter
 
filter(HttpServletRequest, HttpServletResponse, Object) - Method in class org.atmosphere.client.TrackMessageSizeFilter
 
filter(Object, Object) - Method in class org.atmosphere.client.TrackMessageSizeFilter
 
filter(Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
Invoke BroadcastFilter in the other they were added.
filter(HttpServletRequest, HttpServletResponse, Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
Invoke BroadcastFilter in the other they were added, with a unique HttpServletRequest
filter(Object, Object) - Method in interface org.atmosphere.cpr.BroadcastFilter
Transform or Filter a message.
filter(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Invoke the BroadcastFilter
filter(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.atmosphere.cpr.PerRequestBroadcastFilter
Transform or Filter a message per request, with V as an indicator.
filter(Object, Object) - Method in class org.atmosphere.util.StringFilterAggregator
 
filter(Object, Object) - Method in class org.atmosphere.util.XSSHtmlFilter
Transform a message into a well formed HTML message.
FILTER_CLASS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The Filter's name where Meteor will be available
FILTER_NAME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The Servlet's mapping value to the FILTER_CLASS
FilterConfigImpl - Class in org.atmosphere.util
FilterConfig implementation.
FilterConfigImpl(ServletConfig) - Constructor for class org.atmosphere.util.FilterConfigImpl
 
filters - Variable in class org.atmosphere.cpr.BroadcasterConfig
 
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
 
forceDestroy() - Method in class org.atmosphere.cpr.BroadcasterConfig
Force shutdown of all ExecutorService
FormParamFilter - Class in org.atmosphere.client
Simple Form param filter that remove the first part of the request body.
FormParamFilter() - Constructor for class org.atmosphere.client.FormParamFilter
 
FrameworkConfig - Interface in org.atmosphere.cpr
Request Attribute a framework integrator can use to lookup Atmosphere internal object.
future - Variable in class org.atmosphere.cpr.DefaultBroadcaster.Entry
 

G

get() - Method in class org.atmosphere.cpr.BroadcasterFactory
Return an instance of the default Broadcaster The name of the Broadcaster will be randmly generated.
get(Object) - Method in class org.atmosphere.cpr.BroadcasterFactory
Create a new instance of Broadcaster and store it for
get(Class<? extends Broadcaster>, Object) - Method in class org.atmosphere.cpr.BroadcasterFactory
Create a new instance of Broadcaster and store it for
get() - Method in class org.atmosphere.cpr.BroadcasterFuture
get(long, TimeUnit) - Method in class org.atmosphere.cpr.BroadcasterFuture
get() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Return an instance of the default Broadcaster The name of the Broadcaster will be randmly generated.
get(Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Create a new instance of Broadcaster and store it for
get(Class<? extends Broadcaster>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Create a new instance of Broadcaster and store it for
getasyncIOWriter() - Method in class org.atmosphere.cpr.AtmosphereResponse
Return the underlying WebSocket
getAsyncWriteHandler() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
getAsyncWriteService() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the ExecutorService this Broadcaster use for executing asynchronous write of events.
getAtmosphereConfig() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the AtmosphereServlet.AtmosphereConfig
getAtmosphereConfig() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the AtmosphereServlet.AtmosphereConfig
getAtmosphereConfig() - Method in class org.atmosphere.cpr.AtmosphereServlet
Return a configured instance of AtmosphereServlet.AtmosphereConfig
getAtmosphereConfig() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the AtmosphereServlet.AtmosphereConfig value.
getAtmosphereHandler() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the associated AtmosphereHandler associated with this resource.
getAtmosphereHandler() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the associated AtmosphereHandler associated with this resource.
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
getAtmosphereResource() - Method in class org.atmosphere.cpr.Meteor
Return the underlying AtmosphereResource
getAtmosphereResourceEvent() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the current AtmosphereResourceEvent.
getAtmosphereResourceEvent() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the current AtmosphereResourceEvent.
getAtmosphereResources() - Method in interface org.atmosphere.cpr.Broadcaster
Return an List of AtmosphereResource.
getAtmosphereResources() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return an List of AtmosphereResource.
getAttribute(String) - Method in class org.atmosphere.cpr.AtmosphereRequest
getAttribute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call void getAttribute( String )
getAttributeNames() - Method in class org.atmosphere.cpr.AtmosphereRequest
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
getBroadcaster() - Method in class org.atmosphere.cpr.Meteor
Return the underlying Broadcaster
getBroadcasterCache() - Method in class org.atmosphere.cpr.BroadcasterConfig
Get a BroadcasterConfig.DefaultBroadcasterCache
getBroadcasterCache(String) - Method in class org.atmosphere.util.AtmosphereConfigReader
Return a Broadcaster, or null.
getBroadcasterCacheClassName() - Method in class org.atmosphere.cpr.AtmosphereServlet
Return the BroadcasterCache class name.
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
getBroadcasterFactory() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
Return an instance of a DefaultBroadcasterFactory
getBroadcasterFactory() - Method in class org.atmosphere.cpr.AtmosphereServlet
Get the BroadcasterFactory which is used by Atmosphere to construct Broadcaster
getBroadcastFilterClasses() - Method in class org.atmosphere.util.AtmosphereConfigReader
 
getBroadcastHandler() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
getBroadcastHandler() - Method in class org.atmosphere.util.AbstractBroadcasterProxy
getCharacterEncoding() - Method in class org.atmosphere.cpr.AtmosphereResponse
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.GlassFishWebSocketSupport
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.JettyCometSupportWithWebSocket
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.Servlet30CometSupport
Return "javax.servlet".
getContainerName() - Method in class org.atmosphere.container.Servlet30CometSupportWithWebSocket
Return the container's name.
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.
getContentType() - Method in class org.atmosphere.cpr.AtmosphereRequest
getContentType() - Method in class org.atmosphere.cpr.AtmosphereResponse
getDefault() - Static method in class org.atmosphere.cpr.BroadcasterFactory
Return the default BroadcasterFactory.
getDefaultBroadcasterClassName() - Static 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.
getDispatcherName() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
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.
getFactory(AtmosphereServlet.AtmosphereConfig) - Static method in class org.atmosphere.container.JettyWebSocketUtil
 
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
getHeader(String) - Method in class org.atmosphere.cpr.AtmosphereRequest
 
getHeader(String) - Method in class org.atmosphere.cpr.AtmosphereResponse
getHeaderNames() - Method in class org.atmosphere.cpr.AtmosphereRequest
getHeaderNames() - Method in class org.atmosphere.cpr.AtmosphereResponse
getHeaders(String) - Method in class org.atmosphere.cpr.AtmosphereRequest
getHeaders(String) - Method in class org.atmosphere.cpr.AtmosphereResponse
getID() - Method in interface org.atmosphere.cpr.Broadcaster
Return the id of this Broadcaster
getID() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return the id of this Broadcaster
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
getInjector() - Static method in class org.atmosphere.di.InjectorProvider
 
getInputStream() - Method in class org.atmosphere.cpr.AtmosphereRequest
getLifeCyclePolicy() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
getLocale() - Method in class org.atmosphere.cpr.AtmosphereResponse
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
getMaxCachedinMs() - Method in class org.atmosphere.cache.BroadcasterCacheBase
Get the maximum time a broadcasted message can stay cached.
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)
getMethod() - Method in class org.atmosphere.cpr.AtmosphereRequest
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
getOutputStream() - Method in class org.atmosphere.cpr.AtmosphereResponse
getParameter(String) - Method in class org.atmosphere.cpr.AtmosphereRequest
getParameterMap() - Method in class org.atmosphere.cpr.AtmosphereRequest
getParameterValues(String) - Method in class org.atmosphere.cpr.AtmosphereRequest
getPathInfo() - Method in class org.atmosphere.cpr.AtmosphereRequest
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
getReader() - Method in class org.atmosphere.cpr.AtmosphereRequest
getRequest() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the underlying Request.
getRequest() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the underlying Request.
getRequest() - Method in class org.atmosphere.cpr.AtmosphereResponse
Return the associated HttpServletRequest
getRequestURI() - Method in class org.atmosphere.cpr.AtmosphereRequest
getRequestURL() - Method in class org.atmosphere.cpr.AtmosphereRequest
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
Return the Broadcaster.SCOPE
getScope() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return 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.cpr.AtmosphereServlet.AtmosphereConfig
 
getServlet() - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
getServlet() - Method in class org.atmosphere.util.AtmosphereFilterChain
 
getServletClass() - Method in class org.atmosphere.handler.ReflectorServletProcessor
Deprecated. - use getServletClassName
getServletClassName() - 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() - Static method in class org.atmosphere.di.ServletContextHolder
 
getServletContext() - Method in interface org.atmosphere.di.ServletContextProvider
 
getServletContext() - Method in class org.atmosphere.util.FilterConfigImpl
getServletPath() - Method in class org.atmosphere.cpr.AtmosphereRequest
getStatus() - Method in class org.atmosphere.cpr.AtmosphereResponse
getStatusMessage() - Method in class org.atmosphere.cpr.AtmosphereResponse
 
getTimeout() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
getTimeUnit() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
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
 
getWebSocketProtocolClassName() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
getWriter() - Method in class org.atmosphere.cpr.AtmosphereResponse
GLASSFISH_V2 - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
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
 
GlassFishWebSocketSupport - Class in org.atmosphere.container
Websocket Portable Runtime implementation on top of GlassFish 3.0.1 and up.
GlassFishWebSocketSupport(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.GlassFishWebSocketSupport
 
GRIZZLY - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
GRIZZLY_WEBSOCKET - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
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
 
GrizzlyWebSocket - Class in org.atmosphere.container.version
 
GrizzlyWebSocket(WebSocket) - Constructor for class org.atmosphere.container.version.GrizzlyWebSocket
 

H

handleResponse(AtmosphereResponse<?>, String) - Method in interface org.atmosphere.cpr.AsyncProtocol
Give a chance to a AsyncProtocol to modify the final response using a fake HttpServletResponse that was dispatched to a ServletContainer and it's framework or application running it.
handleResponse(AtmosphereResponse<?>, byte[], int, int) - Method in interface org.atmosphere.cpr.AsyncProtocol
Give a chance to a AsyncProtocol to modify the final response using a fake HttpServletResponse that was dispatched to a ServletContainer and it's framework or application running it.
handleResponse(AtmosphereResponse<?>, String) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
Give a chance to a AsyncProtocol to modify the final response using a fake HttpServletResponse that was dispatched to a ServletContainer and it's framework or application running it.
handleResponse(AtmosphereResponse<?>, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
 
handleResponse(AtmosphereResponse<?>, String) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
Give a chance to a AsyncProtocol to modify the final response using a fake HttpServletResponse that was dispatched to a ServletContainer and it's framework or application running it.
handleResponse(AtmosphereResponse<?>, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
handlers() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
hasFilters() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return true if this object contains BroadcastFilter
hashCode() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
hashCode() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
hasHook(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Test if the object implements a particular method
hasPerRequestFilters() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return true if this object contains BroadcastFilter
HeaderBroadcasterCache - Class in org.atmosphere.cache
Simple header based BroadcasterCache.
HeaderBroadcasterCache() - Constructor for class org.atmosphere.cache.HeaderBroadcasterCache
 
HeaderConfig - Interface in org.atmosphere.cpr
This interface contains all Atmosphere headers shared between the client and the server.
headers(Map<String, String>) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
headers() - Method in class org.atmosphere.cpr.AtmosphereResponse
 
HTTP_EVENT - Static variable in class org.atmosphere.container.JBossWebCometSupport
 

I

idleTime(int, TimeUnit) - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
idleTimeInMS(int) - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
incomingBroadcast() - Method in class org.atmosphere.util.AbstractBroadcasterProxy
Implement this method to broadcast message received from an external source like JGroups, Redis, etc.
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.GlassFishWebSocketSupport
 
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 ServletConfig
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
inject(Object) - Method in interface org.atmosphere.di.Injector
Asks the underlying DI framework to inject resources into this instance.
Injector - Interface in org.atmosphere.di
Represent an injector, capable of providing instances or inject resources into objects.
InjectorProvider - Class in org.atmosphere.di
Retreive the injector to use to inject resources into objects
inspectResponse() - Method in interface org.atmosphere.cpr.AsyncProtocol
Return true if this implementation will manipulate/change the WebSocket message;
inspectResponse() - Method in class org.atmosphere.websocket.protocol.EchoProtocol
Return true if this implementation will manipulate/change the WebSocket message;
inspectResponse() - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
Return true if this implementation will manipulate/change the WebSocket message;
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
 
invokeWebSocketProtocol(String) - Method in class org.atmosphere.websocket.WebSocketProcessor
 
invokeWebSocketProtocol(byte[], int, int) - Method in class org.atmosphere.websocket.WebSocketProcessor
 
isBroadcasterSpecified - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
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
isCometSupportConfigured - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
isCometSupportSpecified - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
isCommitted() - Method in class org.atmosphere.cpr.AtmosphereResponse
isDestroyed() - Method in interface org.atmosphere.cpr.Broadcaster
Return true if that Broadcaster has been destroyed
isDestroyed() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return true if that Broadcaster has been destroyed
isDone() - Method in class org.atmosphere.cpr.BroadcasterFuture
isFilter - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
isIECandidate(HttpServletRequest) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
isInScope() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Is the HttpServletRequest still valid.
isResumedOnTimeout() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true is the response gets resumed after a timeout.
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
isSessionSupportSpecified - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
isSupportSession() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
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
isTail - Variable in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
isTail() - Method in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
isUseStreamForFlushingComments() - Method in class org.atmosphere.cpr.AtmosphereServlet
true if Atmosphere uses ServletResponse.getOutputStream() by default for write operation.
isWrapperFor(ServletResponse) - Method in class org.atmosphere.cpr.AtmosphereResponse
isWrapperFor(Class) - Method in class org.atmosphere.cpr.AtmosphereResponse

J

JBOSS_5 - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
JBOSSWEB - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
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 interface org.atmosphere.cpr.FrameworkConfig
The default Jersey Broadcaster class
JERSEY_CONTAINER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default Jersey container class
JETTY - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
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
 
Jetty8WebSocket - Class in org.atmosphere.container.version
Jetty 8 WebSocket support.
Jetty8WebSocket(WebSocket.Connection) - Constructor for class org.atmosphere.container.version.Jetty8WebSocket
 
JETTY_7 - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
JETTY_8 - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
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
 
JettyCometSupportWithWebSocket - Class in org.atmosphere.container
WebSocket Portable Runtime implementation on top of Jetty's.
JettyCometSupportWithWebSocket(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.JettyCometSupportWithWebSocket
 
JettyWebSocket - Class in org.atmosphere.container.version
Jetty 7.1/2 & 8 < M3 WebSocket support.
JettyWebSocket(Outbound) - Constructor for class org.atmosphere.container.version.JettyWebSocket
 
JettyWebSocketHandler - Class in org.atmosphere.container
Jetty 7 & 8 WebSocket support.
JettyWebSocketHandler(HttpServletRequest, AtmosphereServlet, String) - Constructor for class org.atmosphere.container.JettyWebSocketHandler
 
JettyWebSocketUtil - Class in org.atmosphere.container
 
JettyWebSocketUtil() - Constructor for class org.atmosphere.container.JettyWebSocketUtil
 
JGROUPS_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default JGroups Broadcaster class
JMS_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default JMS Broadcaster class

L

LATCH - Static variable in class org.atmosphere.container.BlockingIOCometSupport
 
latchs - Variable in class org.atmosphere.container.BlockingIOCometSupport
 
lifeCycleListeners - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
loadAtmosphereDotXml(InputStream, URLClassLoader) - Method in class org.atmosphere.cpr.AtmosphereServlet
Load AtmosphereHandler defined under META-INF/atmosphere.xml
loadAtmosphereHandlersFromPath(URLClassLoader, String) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
loadConfiguration(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
loadConfiguration(ServletConfig) - Method in class org.atmosphere.cpr.MeteorServlet
Initialize a configured instance of ReflectorServletProcessor and follow the normal AtmosphereServlet processing.
LONG_POLLING_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
lookup(Class<? extends Broadcaster>, Object) - Method in class org.atmosphere.cpr.BroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID used when invoking BroadcasterFactory.getDefault()
lookup(Class<? extends Broadcaster>, Object, boolean) - Method in class org.atmosphere.cpr.BroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID used when invoking BroadcasterFactory.getDefault()
lookup(Object) - Method in class org.atmosphere.cpr.BroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID used when invoking BroadcasterFactory.getDefault()
lookup(Object, boolean) - Method in class org.atmosphere.cpr.BroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID used when invoking BroadcasterFactory.getDefault()
lookup(Class<? extends Broadcaster>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID used when invoking BroadcasterFactory.getDefault()
lookup(Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID used when invoking BroadcasterFactory.getDefault()
lookup(Object, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID used when invoking BroadcasterFactory.getDefault()
lookup(Class<? extends Broadcaster>, Object, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID used when invoking BroadcasterFactory.getDefault()
lookup(HttpServletRequest) - Static method in class org.atmosphere.cpr.Meteor
Retrieve an instance of Meteor based on the HttpServletRequest
lookupAll() - Method in class org.atmosphere.cpr.BroadcasterFactory
Return an immutable Collection of Broadcaster this factory contains.
lookupAll() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Return an immutable Collection of Broadcaster this factory contains.
lookupDefaultBroadcasterType() - Method in class org.atmosphere.cpr.AtmosphereServlet
 

M

main(String[]) - Static method in class org.atmosphere.util.Version
 
map(HttpServletRequest) - Method in class org.atmosphere.cpr.AsynchronousProcessor
Return the AtmosphereHandler mapped to the passed servlet-path.
MAPPING - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The Servlet's mapping value to the SERVLET_CLASS
mapping - Variable in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
MAX_INACTIVE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The maximum time, in milisecond, a connection gets idle.
maxCachedinMs - Variable in class org.atmosphere.cache.BroadcasterCacheBase
 
message - Variable in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
message() - Method in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
message - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
message() - Method in class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
message - Variable in class org.atmosphere.cpr.DefaultBroadcaster.Entry
 
message() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
The received message
messages - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
METEOR - Static variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
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
 
method(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
multipleAtmoResources - Variable in class org.atmosphere.cpr.DefaultBroadcaster.Entry
 

N

name - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
name - Variable in class org.atmosphere.util.AtmosphereConfigReader.Property
 
newCometSupport(Class<? extends CometSupport>) - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
Given a Class of something that extends CometSupport, it tries to return an instance of that class

The class has to have a visible constructor with the signature (@link {AtmosphereConfig})

newCometSupport(String) - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
 
next - Variable in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
next() - Method in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
next(BroadcasterCacheBase.CachedMessage) - Method in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
NO_CACHE_HEADERS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere to not write the no-cache header.
notifierFuture - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
notifyListener(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketProcessor
 
notifyListeners(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereEventLifecycle
Notify AtmosphereResourceEventListener.
notifyListeners() - Method in interface org.atmosphere.cpr.AtmosphereEventLifecycle
Notify All AtmosphereResourceEventListener.
notifyListeners() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Notify AtmosphereResourceEventListener.
notifyListeners(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Notify AtmosphereResourceEventListener.

O

onBroadcast(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when a Broadcaster.broadcast(T) occurs.
onBroadcast(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
onBroadcast(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onClose(int, String) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onClose(WebSocket) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
Invoked when a WebSocket is closed
onClose(WebSocket) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
Invoked when a WebSocket is closed
onClose(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the close occurs
onClose(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onClose(WebSocket) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Invoked when a WebSocket is closed
onConnect(org.eclipse.jetty.websocket.WebSocket.Outbound) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onConnect(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the connect occurs
onConnect(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onControl(byte, byte[], int, int) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onControl(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the control occurs
onControl(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onDestroy() - Method in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener
Both method Broadcaster.releaseExternalResources() and Broadcaster.destroy() are about to be invoked.
onDisconnect() - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onDisconnect(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when the remote connection gets closed.
onDisconnect(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
onDisconnect(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the disconnect occurs
onDisconnect(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onDisconnect(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onEmpty() - Method in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener
Invoked when a Broadcaster's list of AtmosphereResource becomes empty, e.g the broadcaster has no longer resource associated with it.
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
Invoked when an error occurs.
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
Invoked when an error occurs.
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Invoked when an error occurs.
onException(Throwable, AtmosphereResource<?, ?>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
onFragment(boolean, byte, byte[], int, int) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onFrame(byte, byte, byte[], int, int) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onHandshake(WebSocket.FrameConnection) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onHandshake(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the hanshake occurs
onHandshake(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onIdle() - Method in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener
Invoke when a Broadcaster has no activitie.
onMessage(byte, String) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onMessage(byte, byte[], int, int) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onMessage(byte[], int, int) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onMessage(String) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onMessage(WebSocket, String) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or to any existing technology.
onMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or to any existing technology.
onMessage(WebSocket, String) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or to any existing technology.
onMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or to any existing technology.
onMessage(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When a message is sent
onMessage(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onMessage(WebSocket, String) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or to any existing technology.
onMessage(WebSocket, byte[], int, int) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Parse the WebSocket message, and delegate the processing to the AtmosphereServlet.cometSupport or to any existing technology.
onOpen(WebSocket.Connection) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onOpen(WebSocket) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
Invoked when a WebSocket is opened
onOpen(WebSocket) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
Invoked when a WebSocket is opened
onOpen(WebSocket) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Invoked when a WebSocket is opened
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)).
onRequest(AtmosphereResource<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.handler.SimpleWebSocketAtmosphereHandler
This method redirect the request to the server main page (index.html, index.jsp, etc.) and then execute the SimpleWebSocketAtmosphereHandler.upgrade(AtmosphereResource).
onResume(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when the AtmosphereResource.resume() is invoked or when the suspend's time out expires.
onResume(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
onResume(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
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().
onSuspend(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when the AtmosphereResource.suspend() has been completed and the response considered as suspended.
onSuspend(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
onSuspend(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onThrowable(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when an operations failed to execute for an unknown reason like : IOException because the client remotly closed the connection, a broken connection, etc.
onThrowable(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
onThrowable(Throwable) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Notify AtmosphereResourceEventListener an unexpected exception occured.\
onThrowable(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
org.atmosphere.cache - package org.atmosphere.cache
 
org.atmosphere.client - package org.atmosphere.client
 
org.atmosphere.container - package org.atmosphere.container
 
org.atmosphere.container.version - package org.atmosphere.container.version
 
org.atmosphere.cpr - package org.atmosphere.cpr
 
org.atmosphere.di - package org.atmosphere.di
 
org.atmosphere.handler - package org.atmosphere.handler
 
org.atmosphere.util - package org.atmosphere.util
 
org.atmosphere.websocket - package org.atmosphere.websocket
 
org.atmosphere.websocket.protocol - package org.atmosphere.websocket.protocol
 
originalMessage() - Method in class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
originalMessage - Variable in class org.atmosphere.cpr.DefaultBroadcaster.Entry
 
outgoingBroadcast(Object) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
Implement this method to broadcast message to external source like JGroups, Redis, etc.

P

pathInfo(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
PerRequestBroadcastFilter - Interface in org.atmosphere.cpr
A markable interface that can be used in conjonction with BroadcastFilter to filter message per request.
perRequestFilter(AtmosphereResource<?, ?>, DefaultBroadcaster.Entry) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
perRequestFilters - Variable in class org.atmosphere.cpr.BroadcasterConfig
 
policy(BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY) - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
PRAGMA - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
PRE_SUSPEND - Static variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
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
 
properties() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
PROPERTY_BLOCKING_COMETSUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set Atmosphere to use the BlockingIOCometSupport, e.g blocking I/O
PROPERTY_COMET_SUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere which CometSupport implementation to use.
PROPERTY_NATIVE_COMETSUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set Atmosphere to use the container native Comet support
PROPERTY_SERVLET_MAPPING - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The path that will be used to map request to Jersey
PROPERTY_SESSION_SUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere to use HttpSession.
PROPERTY_USE_STREAM - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Force Atmosphere to use stream when writing bytes.
push(DefaultBroadcaster.Entry) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 

Q

queryStrings(Map<String, String[]>) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
queue - Variable in class org.atmosphere.cache.BroadcasterCacheBase
 
queueWriteIO(AtmosphereResource<?, ?>, Object, DefaultBroadcaster.Entry) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
queueWriteIO(AtmosphereResource<?, ?>, Object, DefaultBroadcaster.Entry) - Method in class org.atmosphere.util.SimpleBroadcaster

R

readSystemProperties() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
reaper - Variable in class org.atmosphere.cache.BroadcasterCacheBase
 
reconfigure() - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
RECOVER_DEAD_BROADCASTER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Recover from a Broadcaster that has been destroyed.
recycle() - Method in class org.atmosphere.util.FilterConfigImpl
Release the Filter instance associated with this FilterConfig, if there is one.
redirect(String) - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
redirect(String) - Method in class org.atmosphere.container.version.Jetty8WebSocket
Redirect a WebSocket request to another location
redirect(String) - Method in class org.atmosphere.container.version.JettyWebSocket
Redirect a WebSocket request to another location
redirect(String) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Redirect a WebSocket request to another location
REDIS_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default Redis Broadcaster class
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
 
register(ServletContextProvider) - Static method in class org.atmosphere.di.ServletContextHolder
 
releaseExternalResources() - Method in interface org.atmosphere.cpr.Broadcaster
Release external resources associated with this Broadcaster.
releaseExternalResources() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Release external resources associated with this Broadcaster.
remove(Broadcaster, Object) - Method in class org.atmosphere.cpr.BroadcasterFactory
Remove a Broadcaster to the list.
remove(Broadcaster, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Remove a Broadcaster to the list.
removeAllAtmosphereHandler() - Method in class org.atmosphere.cpr.AtmosphereServlet
Remove all AtmosphereHandler
removeAllAtmosphereResource(AtmosphereResource<?, ?>) - Method in class org.atmosphere.cpr.BroadcasterFactory
Remove all instance of AtmosphereResource from all registered Broadcaster
removeAllAtmosphereResource(AtmosphereResource<?, ?>) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Remove all instance of AtmosphereResource from all registered Broadcaster
removeAllFilters() - Method in class org.atmosphere.cpr.BroadcasterConfig
Remove all BroadcastFilter
removeAllInitParams() - Method in class org.atmosphere.cpr.AtmosphereServlet
Remove all init parameters.
removeAtmosphereHandler(String) - Method in class org.atmosphere.cpr.AtmosphereServlet
Remove an AtmosphereHandler
removeAtmosphereResource(AtmosphereResource<?, ?>) - Method in interface org.atmosphere.cpr.Broadcaster
Remove a AtmosphereResource from the list of item to be notified when the Broadcaster.broadcast(T) 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(T) is invoked.
removeAttribute(String) - Method in class org.atmosphere.cpr.AtmosphereRequest
removeBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in interface org.atmosphere.cpr.Broadcaster
Remove a BroadcasterLifeCyclePolicyListener
removeBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Remove a BroadcasterLifeCyclePolicyListener
removeEventListener(AtmosphereResourceEventListener) - Method in interface org.atmosphere.cpr.AtmosphereEventLifecycle
Remove aAtmosphereResourceEventListener.
removeEventListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Add a AtmosphereResourceEventListener.
removeEventListeners() - Method in interface org.atmosphere.cpr.AtmosphereEventLifecycle
Remove all AtmosphereResourceEventListener.
removeEventListeners() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Remove all AtmosphereResourceEventListener.
removeFilter(BroadcastFilter) - Method in class org.atmosphere.cpr.BroadcasterConfig
Remove a BroadcastFilter
removeListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.cpr.Meteor
Remove a AtmosphereResourceEventListener which gets invoked when response are resuming, when the remote client close the connection or when the a Broadcaster.broadcast(T) operations occurs.
replaceProperties(String, Hashtable<String, String>, IntrospectionUtils.PropertySource[]) - Static method in class org.atmosphere.util.IntrospectionUtils
Replace ${NAME} with the property value
request(HttpServletRequest) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
requestURI(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
requestURL(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
resolve(boolean, boolean, boolean) - Method in interface org.atmosphere.cpr.CometSupportResolver
 
resolve(boolean, boolean) - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
This method is the general interface to the outside world
resolve(boolean, boolean, boolean) - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
 
resolveMultipleNativeSupportConflict(List<Class<? extends CometSupport>>) - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
This method is called if there are more than one potential native container in scope
resolveNativeCometSupport(List<Class<? extends CometSupport>>) - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
This method is called to determine which native comet support to the used
resolveWebSocket(List<Class<? extends CometSupport>>) - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
 
resource - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
resource() - Method in interface org.atmosphere.websocket.WebSocket
Return the current AtmosphereResource representing the underlying connection and the original HttpServletRequest
resource() - Method in class org.atmosphere.websocket.WebSocketAdapter
 
resources - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
response() - Method in exception org.atmosphere.websocket.WebSocketProcessor.WebSocketException
 
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
RESUME_AND_KEEPALIVE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
A request attribute used to tell CometSupport implementation to keep alive the connection or not.
RESUME_ON_BROADCAST - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Force Atmosphere to invoke AtmosphereResource.resume() after the first Broadcaster.broadcast(Object) invokation.
resumeAll() - Method in interface org.atmosphere.cpr.Broadcaster
Resume all suspended responses (AtmosphereResource) added via Broadcaster.addAtmosphereResource(org.atmosphere.cpr.AtmosphereResource).
resumeAll() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Resume all suspended responses (AtmosphereResource) added via Broadcaster.addAtmosphereResource(org.atmosphere.cpr.AtmosphereResource).
resumed - Variable in class org.atmosphere.container.Jetty7CometSupport
 
resumed(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.Jetty7CometSupport
 
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.
RESUMED_ON_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
A request attribute telling a CometSupport if the AtmosphereResource was resumed on timeout or by an application.
retrieveFromCache(AtmosphereResource<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cache.BroadcasterCacheBase
Retrieve messages associated with AtmosphereResource
retrieveFromCache(AtmosphereResource<V, W>) - Method in interface org.atmosphere.cpr.BroadcasterCache
Retrieve messages associated with AtmosphereResource
retrieveFromCache(AtmosphereResource) - Method in class org.atmosphere.cpr.BroadcasterConfig.DefaultBroadcasterCache
 
retrieveLastMessage(AtmosphereResource<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cache.BroadcasterCacheBase
Return the last message broadcasted to the AtmosphereResource.
retrieveLastMessage(AtmosphereResource<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cache.HeaderBroadcasterCache
Return the last message broadcasted to the AtmosphereResource.
retrieveLastMessage(AtmosphereResource<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.cache.SessionBroadcasterCache
Return the last message broadcasted to the AtmosphereResource.
retrieveTrackedBroadcast(AtmosphereResource<?, ?>, AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
retrieveUsingHeader(String) - Method in class org.atmosphere.cache.HeaderBroadcasterCache
 
RRK - Static variable in class org.atmosphere.container.WebLogicCometSupport
 

S

schedule(Object, long) - Method in class org.atmosphere.cpr.Meteor
Schedule a periodic broadcast, in seconds.
scheduleFixedBroadcast(T, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast periodically.
scheduleFixedBroadcast(T, long, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast periodically.
scheduleFixedBroadcast(Object, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast periodically.
scheduleFixedBroadcast(Object, long, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast periodically.
scope - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
sendError(int, String) - Method in class org.atmosphere.cpr.AtmosphereResponse
sendError(int) - Method in class org.atmosphere.cpr.AtmosphereResponse
sendRedirect(String) - Method in class org.atmosphere.cpr.AtmosphereResponse
Serializer - Interface in org.atmosphere.cpr
Serialize the Object the result of invoking Broadcaster.broadcast(T)
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.GlassFishWebSocketSupport
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.JettyCometSupportWithWebSocket
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.Servlet30CometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.Servlet30CometSupportWithWebSocket
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.Tomcat7CometSupport
Invoked by the Tomcat AIO when a Comet request gets detected.
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.
Servlet30CometSupport - Class in org.atmosphere.container
This class gets used when the AtmosphereServlet detect the container detect Servlet 3.0 Asynch API.
Servlet30CometSupport(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.Servlet30CometSupport
 
Servlet30CometSupportWithWebSocket - Class in org.atmosphere.container
This class is the same as JettyCometSupportWithWebSocket implementation and add Websocket support to Servlet 3.0.
Servlet30CometSupportWithWebSocket(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.Servlet30CometSupportWithWebSocket
 
SERVLET_30 - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
SERVLET_CLASS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The Servlet's name where Meteor will be available
ServletContextHolder - Class in org.atmosphere.di
Holds the reference of an object being able to return the current ServletContext of the web application
ServletContextProvider - Interface in org.atmosphere.di
Mark an object as being able to provide a ServletContext
servletPath(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.Builder
 
SessionBroadcasterCache - Class in org.atmosphere.cache
Simple HttpSession based BroadcasterCache
SessionBroadcasterCache() - Constructor for class org.atmosphere.cache.SessionBroadcasterCache
 
sessionSupport(boolean) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
setAsyncWriteService(ExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to write AtmosphereResourceEvent.getMessage().
setAsyncWriteService(ExecutorService, boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to write AtmosphereResourceEvent.getMessage().
setAtmosphereConfig(AtmosphereServlet.AtmosphereConfig) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set the AtmosphereServlet.AtmosphereConfig
setAtmosphereResource(AtmosphereResource<?, ?>) - Method in class org.atmosphere.websocket.WebSocketAdapter
Configure the AtmosphereResource
setAttribute(String, Object) - Method in class org.atmosphere.cpr.AtmosphereRequest
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.
setBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.Meteor
Set a Broadcaster instance.
setBroadcasterCache(BroadcasterCache) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set a BroadcasterConfig.DefaultBroadcasterCache
setBroadcasterCacheClassName(String) - Method in class org.atmosphere.cpr.AtmosphereServlet
Set the BroadcasterCache class name.
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.
setBroadcasterConfig(BroadcasterConfig) - Method in class org.atmosphere.util.SimpleBroadcaster
Set the BroadcasterConfig instance.
setBroadcasterFactory(BroadcasterFactory) - Method in class org.atmosphere.cpr.AtmosphereServlet
Set the BroadcasterFactory which is used by Atmosphere to construct Broadcaster
setBroadcasterLifeCyclePolicy(BroadcasterLifeCyclePolicy) - Method in interface org.atmosphere.cpr.Broadcaster
Set the BroadcasterLifeCyclePolicy.
setBroadcasterLifeCyclePolicy(BroadcasterLifeCyclePolicy) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Set the BroadcasterLifeCyclePolicy.
setCancelled(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setCharacterEncoding(String) - Method in class org.atmosphere.cpr.AtmosphereResponse
setCometSupport(CometSupport) - Method in class org.atmosphere.cpr.AtmosphereServlet
Set the CometSupport implementation.
setContentLength(int) - Method in class org.atmosphere.cpr.AtmosphereResponse
setContentType(String) - Method in class org.atmosphere.cpr.AtmosphereResponse
setDateHeader(String, long) - Method in class org.atmosphere.cpr.AtmosphereResponse
setDefaultBroadcasterClassName(String) - Static method in class org.atmosphere.cpr.AtmosphereServlet
Set the default Broadcaster class name
setDispatcherName(String) - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
setExecutorService(ExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to dispatch AtmosphereResourceEvent.
setExecutorService(ExecutorService, boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to dispatch AtmosphereResourceEvent.
setFilter(Filter) - Method in class org.atmosphere.util.FilterConfigImpl
Set the Filter associated with this object.
setFilterClassName(String) - Method in class org.atmosphere.handler.ReflectorServletProcessor
Add a FilterClass.
setFilterName(String) - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
setFilterName(String) - Method in class org.atmosphere.util.FilterConfigImpl
Set the Filter's name associated with this object.
setHeader(String, String) - Method in class org.atmosphere.cpr.AtmosphereResponse
setID(String) - Method in interface org.atmosphere.cpr.Broadcaster
Set the id of this Broadcaster
setID(String) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Set the id of this Broadcaster
setIntHeader(String, int) - Method in class org.atmosphere.cpr.AtmosphereResponse
setIsInScope(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Protect the object for being used after it got cancelled.
setIsResumedOnTimeout(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setLocale(Locale) - Method in class org.atmosphere.cpr.AtmosphereResponse
setMaxCachedinMs(int) - Method in class org.atmosphere.cache.BroadcasterCacheBase
Set the maximum time a broadcasted message can stay cached.
setMessage(Object) - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Set an Object that can be retrieved with AtmosphereResourceEvent.getMessage().
setMessage(Object) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Set the message broadcasted using Broadcaster.broadcast(java.lang.Object)
setProperty(Object, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
setProperty(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to dispatch AtmosphereResourceEvent.
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(Servlet) - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
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
Deprecated. - use setServletClassName
setServletClassName(String) - Method in class org.atmosphere.handler.ReflectorServletProcessor
Return the Servlet class name.
setStatus(int) - Method in class org.atmosphere.cpr.AtmosphereResponse
setStatus(int, String) - Method in class org.atmosphere.cpr.AtmosphereResponse
setSupportSession(boolean) - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
setSuspendPolicy(long, Broadcaster.POLICY) - Method in interface org.atmosphere.cpr.Broadcaster
Set the maximum number of suspended AtmosphereResource.
setSuspendPolicy(long, Broadcaster.POLICY) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
setThrowable(Throwable) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setUri(String) - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
Cluster's name or address
setUseStreamForFlushingComments(boolean) - Method in class org.atmosphere.cpr.AtmosphereServlet
Set to true so Atmosphere uses ServletResponse.getOutputStream() by default for write operation.
setWebSocketProtocolClassName(String) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
SimpleBroadcaster - Class in org.atmosphere.util
Simple Broadcaster implementation that use the calling thread when broadcasting events.
SimpleBroadcaster(String, AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.util.SimpleBroadcaster
 
SimpleHttpProtocol - Class in org.atmosphere.websocket.protocol
Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket messages to the proper WebSocket implementation by wrapping the Websocket message's bytes within an HttpServletRequest.
SimpleHttpProtocol() - Constructor for class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
SimpleWebSocketAtmosphereHandler - Class in org.atmosphere.handler
Simple AtmosphereHandler which redirect the first request to the web application welcome page.
SimpleWebSocketAtmosphereHandler() - Constructor for class org.atmosphere.handler.SimpleWebSocketAtmosphereHandler
 
SKIP_BROADCASTER_CREATION - Static variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
start() - Method in class org.atmosphere.cache.BroadcasterCacheBase
Start
start() - Method in interface org.atmosphere.cpr.BroadcasterCache
Start
start() - Method in class org.atmosphere.cpr.BroadcasterConfig.DefaultBroadcasterCache
 
start() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
start() - Method in class org.atmosphere.util.SimpleBroadcaster
 
started - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
stop() - Method in class org.atmosphere.cache.BroadcasterCacheBase
Stop
stop() - Method in interface org.atmosphere.cpr.BroadcasterCache
Stop
stop() - Method in class org.atmosphere.cpr.BroadcasterConfig.DefaultBroadcasterCache
 
STREAMING_PADDING_MODE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Configure the padding used when streaming is used.
STREAMING_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
StringFilterAggregator - Class in org.atmosphere.util
Simple Aggregator that aggregate broadcasted String until it reach the limit.
StringFilterAggregator() - Constructor for class org.atmosphere.util.StringFilterAggregator
 
StringFilterAggregator(int) - Constructor for class org.atmosphere.util.StringFilterAggregator
 
SUPPORT_SESSION - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Tell a CometSupport it can support session or not
SUPPORT_TRACKABLE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Support Trackable by default and create instance of those objects on the fly
supportSession() - Method in class org.atmosphere.cpr.AsynchronousProcessor
Is HttpSession supported
supportSession() - Method in class org.atmosphere.util.AtmosphereConfigReader
True if the support-session added in atmosphere.xml
supportWebSocket() - Method in class org.atmosphere.container.GlassFishWebSocketSupport
 
supportWebSocket() - Method in class org.atmosphere.container.JettyCometSupportWithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.container.Servlet30CometSupportWithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.cpr.AsynchronousProcessor
 
supportWebSocket() - Method in interface org.atmosphere.cpr.CometSupport
Return true if this implementation supports the websocket protocol.
suspend(AtmosphereServlet.Action, HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.BlockingIOCometSupport
Suspend the connection by blocking the current Thread
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(long, TimeUnit) - Method in interface org.atmosphere.cpr.AtmosphereResource
Suspend the HttpServletResponse.
suspend(long, boolean) - Method in interface org.atmosphere.cpr.AtmosphereResource
Suspend the HttpServletResponse.
suspend(long, TimeUnit, boolean) - 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, TimeUnit) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Suspend the HttpServletResponse.
suspend(long, TimeUnit, boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Suspend the HttpServletResponse.
suspend(long, boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
suspend(long) - Method in class org.atmosphere.cpr.Meteor
Suspend the underlying HttpServletResponse.
suspend(long, TimeUnit) - Method in class org.atmosphere.cpr.Meteor
Suspend the underlying HttpServletResponse.
suspend(long, boolean) - Method in class org.atmosphere.cpr.Meteor
Suspend the underlying HttpServletResponse.
suspend(long, TimeUnit, boolean) - 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

testClassExists(String) - Method in class org.atmosphere.cpr.DefaultCometSupportResolver
Convenience method that tests if a class with the given FQN is present on the classpath
throwable() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return a Throwable if an unexpected exception occured.
throwable() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return a Throwable if an unexpected exception occured.
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.
timedoutAction - Static variable in class org.atmosphere.cpr.AsynchronousProcessor
 
timeout - Variable in class org.atmosphere.cpr.AtmosphereServlet.Action
 
TOMCAT - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
Tomcat7CometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Tomcat AIO.
Tomcat7CometSupport(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.Tomcat7CometSupport
 
TOMCAT_7 - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
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
 
toString() - Method in class org.atmosphere.cache.BroadcasterCacheBase.CachedMessage
 
toString() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
toString() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
toString() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
toString() - Method in class org.atmosphere.cpr.DefaultBroadcaster.Entry
 
toString() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
toString() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
 
toString() - Method in class org.atmosphere.websocket.WebSocketProcessor
 
Trackable - Interface in org.atmosphere.cpr
A simple marker interface allowing Atmosphere to track components like AtmosphereResource, Broadcaster, etc.
trackBroadcastMessage(AtmosphereResource<?, ?>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
TrackMessageSizeFilter - Class in org.atmosphere.client
 
TrackMessageSizeFilter() - Constructor for class org.atmosphere.client.TrackMessageSizeFilter
 
type - Variable in class org.atmosphere.cpr.AtmosphereServlet.Action
 
type() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
The type of the last Websocket's event.

U

unCapitalize(String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
upgrade(AtmosphereResource<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.handler.SimpleWebSocketAtmosphereHandler
WebSocket upgrade.
uri - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
useBlockingImplementation - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
useNativeImplementation - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
useStreamForFlushingComments - Variable in class org.atmosphere.cpr.AtmosphereServlet
 

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.POLICY
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.
valueOf(String) - Static method in enum org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.BroadcastFilter.BroadcastAction.ACTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
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.POLICY
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.
values() - Static method in enum org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.cpr.BroadcastFilter.BroadcastAction.ACTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
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

WEB_INF_CLASSES - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The web.xml location.
WebDotXmlReader - Class in org.atmosphere.util
web.xml reader.
WebDotXmlReader(InputStream) - Constructor for class org.atmosphere.util.WebDotXmlReader
Create a DocumentBuilderFactory element from WEB-INF/web.xml
WEBLOGIC - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
WebLogicCometSupport - Class in org.atmosphere.container
Weblogic support.
WebLogicCometSupport(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.WebLogicCometSupport
 
WebSocket - Interface in org.atmosphere.websocket
Represent a portable WebSocket implementation which can be used to write message.
webSocket() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
The WebSocket.
webSocket() - Method in class org.atmosphere.websocket.WebSocketProcessor
 
WEBSOCKET_BUFFER_SIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the WebSocket write buffer size.
WEBSOCKET_CONTENT_TYPE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the content-type to use when a WebSocket message is dispatched as an HTTPServletRequest
WEBSOCKET_IDLETIME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere how long a WebSocket connection can stay idle.
WEBSOCKET_INITIATED - Static variable in interface org.atmosphere.websocket.WebSocket
 
WEBSOCKET_METHOD - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the method to use when a WebSocket message is dispatched as an HTTPServletRequest
WEBSOCKET_PATH_DELIMITER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the path delimiter to use when a WebSocket message contains the path as it first line.
WEBSOCKET_PROTOCOL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the WebSocketProcessor to use.
WEBSOCKET_RESUME - Static variable in interface org.atmosphere.websocket.WebSocket
 
WEBSOCKET_SUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Force Atmosphere to use WebSocket
WEBSOCKET_SUSPEND - Static variable in interface org.atmosphere.websocket.WebSocket
 
WEBSOCKET_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
WEBSOCKET_UPGRADE - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
WebSocketAdapter - Class in org.atmosphere.websocket
Simple class used to expose internal objects to WebSocket
WebSocketAdapter() - Constructor for class org.atmosphere.websocket.WebSocketAdapter
 
WebSocketEventListener - Interface in org.atmosphere.websocket
A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.
WebSocketEventListener.WebSocketEvent - Class in org.atmosphere.websocket
 
WebSocketEventListener.WebSocketEvent(String, WebSocketEventListener.WebSocketEvent.TYPE, WebSocket) - Constructor for class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
 
WebSocketEventListener.WebSocketEvent.TYPE - Enum in org.atmosphere.websocket
 
WebSocketEventListenerAdapter - Class in org.atmosphere.websocket
An implementation of WebSocketEventListener with just log event as trace.
WebSocketEventListenerAdapter() - Constructor for class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
WebSocketProcessor - Class in org.atmosphere.websocket
Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket request to the proper WebSocket implementation.
WebSocketProcessor(AtmosphereServlet, WebSocket, WebSocketProtocol) - Constructor for class org.atmosphere.websocket.WebSocketProcessor
 
WebSocketProcessor.WebSocketException - Exception in org.atmosphere.websocket
 
WebSocketProcessor.WebSocketException(String, AtmosphereResponse) - Constructor for exception org.atmosphere.websocket.WebSocketProcessor.WebSocketException
 
WebSocketProcessor.WebSocketException(Throwable, AtmosphereResponse) - Constructor for exception org.atmosphere.websocket.WebSocketProcessor.WebSocketException
 
WebSocketProtocol - Interface in org.atmosphere.websocket
A WebSocket based protocol implementation.
write(String) - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
write(byte[]) - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
write(String) - Method in class org.atmosphere.container.version.Jetty8WebSocket
Write a WebSocket message
write(byte[]) - Method in class org.atmosphere.container.version.Jetty8WebSocket
Write a WebSocket message
write(byte[], int, int) - Method in class org.atmosphere.container.version.Jetty8WebSocket
Write a WebSocket message
write(String) - Method in class org.atmosphere.container.version.JettyWebSocket
Write a WebSocket message
write(byte[]) - Method in class org.atmosphere.container.version.JettyWebSocket
Write a WebSocket message
write(byte[], int, int) - Method in class org.atmosphere.container.version.JettyWebSocket
Write a WebSocket message
write(String) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Write a WebSocket message
write(byte[]) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Write a WebSocket message
write(byte[], int, int) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Write a WebSocket message
write(OutputStream, Object) - Method in interface org.atmosphere.cpr.AtmosphereResource
Write the Object using the OutputStream by invoking the current Serializer.
write(OutputStream, Object) - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Write the Object using the OutputStream by invoking the current Serializer.
write(OutputStream, Object) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Write the Object using the OutputStream 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
WRITE_HEADERS - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Decide to write extra header.
writeError(int, String) - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
writeError(int, String) - Method in class org.atmosphere.container.version.Jetty8WebSocket
Write an error code
writeError(int, String) - Method in class org.atmosphere.container.version.JettyWebSocket
Write an error code
writeError(int, String) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Write an error code
writeLocally - Variable in class org.atmosphere.cpr.DefaultBroadcaster.Entry
 

X

X_ATMOSPHERE - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
X_ATMOSPHERE_ERROR - Static variable in interface org.atmosphere.cpr.HeaderConfig
When a unexpected error occurs.
X_ATMOSPHERE_FIRSTLONGPOLLING_DONE - Static variable in interface org.atmosphere.cpr.HeaderConfig
If long-polling is used during a POST, this header get added after the first successful response.
X_ATMOSPHERE_FRAMEWORK - Static variable in interface org.atmosphere.cpr.HeaderConfig
The current version of Atmosphere Framework
X_ATMOSPHERE_TRACKING_ID - Static variable in interface org.atmosphere.cpr.HeaderConfig
The unique tracking ID generated by the client
X_ATMOSPHERE_TRACKMESSAGESIZE - Static variable in interface org.atmosphere.cpr.HeaderConfig
The message size sent by Atmosphere
X_ATMOSPHERE_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
The current transport used.
X_CACHE_DATE - Static variable in interface org.atmosphere.cpr.HeaderConfig
The current time
XMPP_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default XMPP Broadcaster class
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 Q R S T U V W X

Copyright © 2011. All Rights Reserved.