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

A

AbstractReflectorAtmosphereHandler - Class in org.atmosphere.handler
Simple AtmosphereHandler that reflect every call to Broadcaster.broadcast(java.lang.Object), e.g sent the broadcasted event back to the remote client.
AbstractReflectorAtmosphereHandler() - Constructor for class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.BlockingIOCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.GlassFishv2CometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.GrizzlyCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.JBossWebCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Jetty7CometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.JettyCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Servlet30Support
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.TomcatCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.WebLogicCometSupport
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.cpr.AsynchronousProcessor
Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
action - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
action() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the AtmosphereServlet.Action which represent the state of the response, e.g.
action() - 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, 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(java.lang.Object) is invoked.
addAtmosphereResource(AtmosphereResource<?, ?>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Add a AtmosphereResource to the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
addCookie(Cookie) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
addDateHeader(String, long) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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.websocket.WebSocketHttpServletResponse
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.websocket.WebSocketHttpServletResponse
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(java.lang.Object) 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
 
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
 
ATMOSPHERE_HANDLER - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
ATMOSPHERE_RESOURCE - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
ATMOSPHERE_SERVLET - Static variable in class org.atmosphere.cpr.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 Structn 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
 
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
 
AtmosphereResourceEventListener - Interface in org.atmosphere.cpr
Receive notification when a resume, client disconnect or broadcast events occurs.
AtmosphereResourceImpl - Class in org.atmosphere.cpr
AtmosphereResource implementation for supporting HttpServletRequest and HttpServletResponse.
AtmosphereResourceImpl(AtmosphereServlet.AtmosphereConfig, Broadcaster, HttpServletRequest, HttpServletResponse, CometSupport) - Constructor for class org.atmosphere.cpr.AtmosphereResourceImpl
Create an AtmosphereResource.
AtmosphereServlet - Class in org.atmosphere.cpr
The AtmosphereServlet acts as a dispatcher for AtmosphereHandler defined in META-INF/atmosphere.xml, or if atmosphere.xml is missing, all classes that implements AtmosphereHandler will be discovered and mapped using the class's name.
AtmosphereServlet() - Constructor for class org.atmosphere.cpr.AtmosphereServlet
Create an Atmosphere Servlet.
AtmosphereServlet(boolean) - Constructor for class org.atmosphere.cpr.AtmosphereServlet
Create an Atmosphere Servlet.
AtmosphereServlet.Action - Class in org.atmosphere.cpr
Simple class/struck that hold the current state.
AtmosphereServlet.Action() - Constructor for class org.atmosphere.cpr.AtmosphereServlet.Action
 
AtmosphereServlet.Action(AtmosphereServlet.Action.TYPE) - Constructor for class org.atmosphere.cpr.AtmosphereServlet.Action
 
AtmosphereServlet.Action(AtmosphereServlet.Action.TYPE, long) - Constructor for class org.atmosphere.cpr.AtmosphereServlet.Action
 
AtmosphereServlet.Action.TYPE - Enum in org.atmosphere.cpr
 
AtmosphereServlet.AtmosphereConfig - Class in org.atmosphere.cpr
 
AtmosphereServlet.AtmosphereConfig() - Constructor for class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
AtmosphereServlet.AtmosphereHandlerWrapper - Class in org.atmosphere.cpr
 
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler) - Constructor for class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler, Broadcaster) - Constructor for class org.atmosphere.cpr.AtmosphereServlet.AtmosphereHandlerWrapper
 
AtmosphereServletProcessor - Interface in org.atmosphere.cpr
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
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
 
broadcast(Object) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, AtmosphereResource<?, ?>) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, Set<AtmosphereResource<?, ?>>) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(AtmosphereResource<?, ?>, AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcast(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, AtmosphereResource<?, ?>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, Set<AtmosphereResource<?, ?>>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object) - Method in class org.atmosphere.cpr.Meteor
Broadcast an Object to all suspended response.
broadcast(byte, String) - Method in class org.atmosphere.cpr.WebSocketProcessor
 
broadcast(byte, byte[], int, int) - Method in class org.atmosphere.cpr.WebSocketProcessor
 
broadcast(Object) - Method in class org.atmosphere.util.gae.GAEDefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, AtmosphereResource) - Method in class org.atmosphere.util.gae.GAEDefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, Set<AtmosphereResource<?, ?>>) - Method in class org.atmosphere.util.gae.GAEDefaultBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object) - Method in class org.atmosphere.util.SimpleBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, AtmosphereResource<?, ?>) - Method in class org.atmosphere.util.SimpleBroadcaster
Broadcast the Object to all suspended response, e.g.
broadcast(Object, Set<AtmosphereResource<?, ?>>) - Method in class org.atmosphere.util.SimpleBroadcaster
Broadcast the Object to all suspended response, e.g.
BROADCAST_FILTER_CLASSES - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
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_CACHE - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
BROADCASTER_CACHE_TRACKER - Static variable in interface org.atmosphere.cpr.BroadcasterCache
 
BROADCASTER_CLASS - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
BROADCASTER_FACTORY - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
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
 
broadcasterClassName - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
BroadcasterConfig - Class in org.atmosphere.cpr
Handle Broadcaster configuration like ExecutorService and BroadcastFilter
BroadcasterConfig() - Constructor for class org.atmosphere.cpr.BroadcasterConfig
 
BroadcasterConfig(ExecutorService, ScheduledExecutorService) - 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
 
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
 
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 broacast 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.
build(Class<? extends Broadcaster>, BroadcasterConfig) - Static method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Build a BroadcasterFactory
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>, BroadcasterConfig) - 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.
callMain(Class<?>, String[]) - Static method in class org.atmosphere.util.IntrospectionUtils
 
callMethod0(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
callMethod1(Object, String, Object, String, ClassLoader) - Static method in class org.atmosphere.util.IntrospectionUtils
 
callMethodN(Object, String, Object[], Class<?>[]) - Static method in class org.atmosphere.util.IntrospectionUtils
 
cancel(boolean) - Method in class org.atmosphere.cpr.BroadcasterFuture
Cancel
cancelled(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.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.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.GlassFishWebSocketSupport.GrizzlyWebSocketSupport
 
close() - Method in class org.atmosphere.cpr.WebSocketProcessor
 
close() - Method in class org.atmosphere.websocket.JettyWebSocketSupport
 
close() - Method in interface org.atmosphere.websocket.WebSocketSupport
 
ClusterBroadcastFilter - Interface in org.atmosphere.cpr
Specialize BroadcastFilter used when clustering is enabled.
COMET_EVENT - Static variable in class org.atmosphere.container.TomcatCometSupport
 
cometSupport - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
cometSupport - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
CometSupport<E extends AtmosphereResource> - Interface in org.atmosphere.cpr
Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereServlet.
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
 
configExecutors() - Method in class org.atmosphere.cpr.BroadcasterConfig
 
configExecutors() - Method in class org.atmosphere.util.gae.GAEBroadcasterConfig
 
configureBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
connect(HttpServletRequest) - Method in class org.atmosphere.cpr.WebSocketProcessor
 
containsHeader(String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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
createCompatibleStringJunk() - 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 class org.atmosphere.cpr.AtmosphereServlet
 
DefaultBroadcaster - Class in org.atmosphere.cpr
Broadcaster implementation.
DefaultBroadcaster() - Constructor for class org.atmosphere.cpr.DefaultBroadcaster
 
DefaultBroadcaster(String) - Constructor for class org.atmosphere.cpr.DefaultBroadcaster
 
DefaultBroadcaster.Entry - Class in org.atmosphere.cpr
 
DefaultBroadcaster.Entry(Object, Object, Future) - 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>, BroadcasterConfig) - Constructor for class org.atmosphere.cpr.DefaultBroadcasterFactory
 
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(Object) - Method in interface org.atmosphere.cpr.Broadcaster
Delay the broadcast operation.
delayBroadcast(Object, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
Delay the broadcast operation.
delayBroadcast(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Delay the broadcast operation.
delayBroadcast(Object, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Delay the broadcast operation.
delayBroadcast(Object, long, TimeUnit) - Method in class org.atmosphere.util.gae.GAEDefaultBroadcaster
Delay the broadcast operation.
delayedBroadcast - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereFilter
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
destroy() - Method in interface org.atmosphere.cpr.AtmosphereServletProcessor
Destroy the AtmosphereServletProcessor
destroy() - Method in interface org.atmosphere.cpr.Broadcaster
Destroy this instance and shutdown it's associated ExecutorService
destroy() - 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.MeteorServlet
 
destroy() - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
destroy() - Method in class org.atmosphere.util.AtmosphereFilterChain
 
destroy() - Method in class org.atmosphere.util.gae.GAEBroadcasterConfig
 
destroyed - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
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 class org.atmosphere.cpr.AtmosphereServlet
 
doCometSupport(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Invoke the proprietary CometSupport
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.atmosphere.cpr.AtmosphereFilter
Normal doFilter invokation.
doFilter(ServletRequest, ServletResponse) - Method in class org.atmosphere.util.AtmosphereFilterChain
Invoke the next filter in this chain, passing the specified request and response.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doInitParams(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
Read init param from web.xml and apply them.
done() - Method in class org.atmosphere.cpr.BroadcasterFuture
Invoked when a Broadcaster completed it broadcast operation.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doRequest(RequestResponseKey) - Method in class org.atmosphere.cpr.AtmosphereServlet
Weblogic specific comet based implementation.
doResponse(RequestResponseKey, Object) - Method in class org.atmosphere.cpr.AtmosphereServlet
Weblogic specific comet based implementation.
doTimeout(RequestResponseKey) - Method in class org.atmosphere.cpr.AtmosphereServlet
Weblogic specific comet based implementation.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of CometSupport
doWebSocketConnect(HttpServletRequest, String) - Method in class org.atmosphere.cpr.AtmosphereServlet
Jetty 7 and up WebSocket support.

E

encodeRedirectURL(String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
encodeRedirectUrl(String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
encodeURL(String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
encodeUrl(String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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(HttpEvent) - Method in class org.atmosphere.cpr.AtmosphereServlet
Hack to support JBossWeb AIO like other WebServer.
events - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
eventsToPush - Variable in class org.atmosphere.cpr.DefaultBroadcaster.Entry
 
execute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call execute() - any ant-like task should work

F

factory - Static variable in class org.atmosphere.cpr.BroadcasterFactory
 
filter(Object) - Method in class org.atmosphere.client.FormParamFilter
 
filter(Object) - Method in class org.atmosphere.client.JavascriptClientFilter
 
filter(Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
Invoke BroadcastFilter in the other they were added.
filter(Object) - Method in interface org.atmosphere.cpr.BroadcastFilter
Transform or Filter a message.
filter(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Invoke the BroadcastFilter
filter(Object) - Method in class org.atmosphere.util.StringFilterAggregator
 
filter(Object) - Method in class org.atmosphere.util.XSSHtmlFilter
Transform a message into a well formed HTML message.
FilterConfigImpl - Class in org.atmosphere.util
FilterConfig implementation.
FilterConfigImpl(ServletConfig) - Constructor for class org.atmosphere.util.FilterConfigImpl
 
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
 
flushBuffer() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
format(LogRecord) - Method in class org.atmosphere.util.LoggingFormatter
Format the record to include the Thread that logged this record.
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
 
future - Variable in class org.atmosphere.cpr.DefaultBroadcaster.Entry
 

G

GAE_BROADCASTER - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
GAEBroadcasterConfig - Class in org.atmosphere.util.gae
Special BroadcasterConfig that doesn't support ExecutorService
GAEBroadcasterConfig() - Constructor for class org.atmosphere.util.gae.GAEBroadcasterConfig
 
GAEDefaultBroadcaster - Class in org.atmosphere.util.gae
Broadcaster implementation.
GAEDefaultBroadcaster() - Constructor for class org.atmosphere.util.gae.GAEDefaultBroadcaster
 
GAEDefaultBroadcaster(String) - Constructor for class org.atmosphere.util.gae.GAEDefaultBroadcaster
 
get() - Method in class org.atmosphere.cpr.BroadcasterFactory
Return an instance of the default Broadcaster
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
Block until a Broadcaster completed it broadcast operation.
get(long, TimeUnit) - Method in class org.atmosphere.cpr.BroadcasterFuture
Block until a Broadcaster completed it broadcast operation.
get() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Return an instance of the default Broadcaster
get(Class<? extends Broadcaster>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Create a new instance of Broadcaster and store it for
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
getAtmosphereHandler(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
Return the AtmosphereHandler associated with this Broadcaster.
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
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(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call void getAttribute( String )
getBroadcaster() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the current Broadcaster
getBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the current Broadcaster
getBroadcaster() - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
Return the Broadcaster
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() - Static method in class org.atmosphere.cpr.AtmosphereServlet
Return the BroadcasterConfig used by this instance.
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
 
getBufferSize() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
getCharacterEncoding() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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.Jetty8WebSocketSupport
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.Servlet30Support
Return "javax.servlet".
getContainerName() - Method in class org.atmosphere.cpr.AsynchronousProcessor
Return the container's name.
getContainerName() - Method in interface org.atmosphere.cpr.CometSupport
Return the name of the Java Web Server.
getContentType() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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.
getDefaultExecutorService() - Method in class org.atmosphere.util.gae.GAEBroadcasterConfig
Throw UnsupportedOperationException since GAE doesn't support 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.
getExecutorService() - Method in class org.atmosphere.util.gae.GAEBroadcasterConfig
Throw UnsupportedOperationException since GAE doesn't support ExecutorService
getFiles(File) - Method in class org.atmosphere.cpr.AtmosphereServlet
Get the list of possible candidate to load as AtmosphereHandler
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.websocket.WebSocketHttpServletResponse
getHeaderNames() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
getHeaders(String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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
getLocale() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
getLogger() - Static method in class org.atmosphere.util.LoggerUtils
Return the Logger used by all classes under this module.
getMajorVersion() - Static method in class org.atmosphere.util.Version
Get Atmosphere framework major version
getMappings() - Method in class org.atmosphere.util.WebDotXmlReader
Return an ArrayList which maps to the AtmosphereServlet
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)
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.websocket.WebSocketHttpServletResponse
getProperty(String) - Method in class org.atmosphere.util.AtmosphereConfigReader
Return the properties to be set on AtmosphereHandler
getProperty(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
getProperty(String) - Method in interface org.atmosphere.util.IntrospectionUtils.PropertySource
 
getRawVersion() - Static method in class org.atmosphere.util.Version
Return the raw version derived frok the project's pom.xml
getRequest() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the underlying Request.
getRequest() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the underlying Request.
getResource() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return the AtmosphereResource associated with this event
getResource() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return the AtmosphereResource associated with this event
getResponse() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the underlying Response.
getResponse() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the underlying Response.
getScheduledExecutorService() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the ScheduledExecutorService this Broadcaster support.
getScheduledExecutorService() - Method in class org.atmosphere.util.gae.GAEBroadcasterConfig
Throw UnsupportedOperationException since GAE doesn't support ExecutorService
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() - Method in class org.atmosphere.util.FilterConfigImpl
getStatus() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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
 
getWebSocketSupport() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
Return the underlying WebSocketSupport
getWriter() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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
 
GlassFishWebSocketSupport.GrizzlyApplication - Class in org.atmosphere.container
Grizzly support for WebSocket.
GlassFishWebSocketSupport.GrizzlyApplication() - Constructor for class org.atmosphere.container.GlassFishWebSocketSupport.GrizzlyApplication
 
GlassFishWebSocketSupport.GrizzlyWebSocketSupport - Class in org.atmosphere.container
 
GlassFishWebSocketSupport.GrizzlyWebSocketSupport(WebSocket) - Constructor for class org.atmosphere.container.GlassFishWebSocketSupport.GrizzlyWebSocketSupport
 
GoogleAppEngineCometSupport - Class in org.atmosphere.container
This class gets used when the AtmosphereServlet detected the Google App Engine support.
GoogleAppEngineCometSupport(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.GoogleAppEngineCometSupport
 
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
 

H

handlers() - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
hasFilters() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return true if this object contains BroadcastFilter
hasHook(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Test if the object implements a particular method
HEADER_CACHE - Static variable in class org.atmosphere.cache.HeaderBroadcasterCache
 
HeaderBroadcasterCache - Class in org.atmosphere.cache
Simple header based BroadcasterCache.
HeaderBroadcasterCache() - Constructor for class org.atmosphere.cache.HeaderBroadcasterCache
 
HTTP_EVENT - Static variable in class org.atmosphere.container.JBossWebCometSupport
 

I

INCREMENT - Static variable in class org.atmosphere.util.AtmosphereFilterChain
 
init(ServletConfig) - Method in class org.atmosphere.container.GlassFishv2CometSupport
Init Grizzly's CometContext that will be used to suspend and resume the response.
init(ServletConfig) - Method in class org.atmosphere.container.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
initParams - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
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
 
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
True is cancelled.
isCometSupportConfigured - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
isCometSupportSpecified - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
isCommitted() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
isDone() - Method in class org.atmosphere.cpr.BroadcasterFuture
True when done.
isFilter - Variable 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 - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
isResumedOnTimeout() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return true is the response gets resumed after a timeout.
isResuming() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true if that AtmosphereResource.resume() has been invoked
isResuming() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
Return true if that AtmosphereResource.resume() has been invoked
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.websocket.WebSocketHttpServletResponse
isWrapperFor(Class) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse

J

JavascriptClientFilter - Class in org.atmosphere.client
Filter that inject Javascript code to a broadcast so it can be used with the Atmosphere JQuery Plugin.
JavascriptClientFilter() - Constructor for class org.atmosphere.client.JavascriptClientFilter
 
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 class org.atmosphere.cpr.AtmosphereServlet
 
JERSEY_CONTAINER - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
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
 
Jetty8WebSocketSupport - Class in org.atmosphere.container
WebSocket Portable Runtime implementation on top of Jetty's Continuation.
Jetty8WebSocketSupport(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.Jetty8WebSocketSupport
 
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
 
JettyWebSocketSupport - Class in org.atmosphere.websocket
Jetty 7 & 8 WebSocket support.
JettyWebSocketSupport(WebSocket.Outbound) - Constructor for class org.atmosphere.websocket.JettyWebSocketSupport
 

L

LATCH - Static variable in class org.atmosphere.container.BlockingIOCometSupport
 
latchs - Variable in class org.atmosphere.container.BlockingIOCometSupport
 
loadAtmosphereDotXml(InputStream, URLClassLoader) - Method in class org.atmosphere.cpr.AtmosphereServlet
Load AtmosphereHandler defined under META-INF/atmosphere.xml
loadConfiguration(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
loadConfiguration(ServletConfig) - Method in class org.atmosphere.cpr.MeteorServlet
Initialize a confugured instance of ReflectorServletProcessor and follow the normal AtmosphereServlet processing.
logger - Static variable in class org.atmosphere.cache.BroadcasterCacheBase
 
logger - Variable in class org.atmosphere.cpr.AsynchronousProcessor
 
logger - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
logger - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
LoggerUtils - Class in org.atmosphere.util
Customize the Logger used by the Atmosphere.
LoggerUtils() - Constructor for class org.atmosphere.util.LoggerUtils
 
LoggingFormatter - Class in org.atmosphere.util
Format the record to include the Thread that logged the record.
LoggingFormatter() - Constructor for class org.atmosphere.util.LoggingFormatter
 
lookup(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(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(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.

M

main(String[]) - Static method in class org.atmosphere.util.LoggingFormatter
Example to test the com.sun.grizzly.util.LoggingFormatter You need to include this parameter in the command line -Djava.util.logging.config.file=myfile
main(String[]) - Static method in class org.atmosphere.util.Version
 
map(HttpServletRequest) - Method in class org.atmosphere.cpr.AsynchronousProcessor
Return the AtmosphereHandler mapped to the passed servlet-path.
mapBroadcasterToAtmosphereHandler(Broadcaster, AtmosphereServlet.AtmosphereHandlerWrapper) - Method in class org.atmosphere.cpr.AtmosphereServlet.AtmosphereConfig
 
MAX_INACTIVE - Static variable in interface org.atmosphere.cpr.CometSupport
 
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
 
messages - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
Meteor - Class in org.atmosphere.cpr
A Meteor is a simple class that can be used from a Servlet to suspend, broadcast and resume a response.
MeteorServlet - Class in org.atmosphere.cpr
Simple Servlet to use when Atmosphere Meteor are used.
MeteorServlet() - Constructor for class org.atmosphere.cpr.MeteorServlet
 

N

name - Variable in class org.atmosphere.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
 
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(java.lang.Object) occurs.
onClose(WebSocket) - Method in class org.atmosphere.container.GlassFishWebSocketSupport.GrizzlyApplication
 
onConnect(WebSocket) - Method in class org.atmosphere.container.GlassFishWebSocketSupport.GrizzlyApplication
 
onDisconnect(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when the remote connection gets closed.
onException(Throwable, AtmosphereResource<?, ?>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
onMessage(WebSocket, DataFrame) - Method in class org.atmosphere.container.GlassFishWebSocketSupport.GrizzlyApplication
 
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.websocket.WebSocketAtmosphereHandler
This method redirect the request to the server main page (index.html, index.jsp, etc.) and then execute the WebSocketAtmosphereHandler.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.
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.
org.atmosphere.cache - package org.atmosphere.cache
 
org.atmosphere.client - package org.atmosphere.client
 
org.atmosphere.container - package org.atmosphere.container
 
org.atmosphere.cpr - package org.atmosphere.cpr
 
org.atmosphere.handler - package org.atmosphere.handler
 
org.atmosphere.util - package org.atmosphere.util
 
org.atmosphere.util.gae - package org.atmosphere.util.gae
 
org.atmosphere.websocket - package org.atmosphere.websocket
 

P

possibleAtmosphereHandlersCandidate - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
PRE_SUSPEND - Static variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
PRIMEFACES_SERVLET - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
processArgs(Object, String[]) - Static method in class org.atmosphere.util.IntrospectionUtils
 
processArgs(Object, String[], String[], String[], Hashtable<String, String>) - Static method in class org.atmosphere.util.IntrospectionUtils
 
PROPERTY_BLOCKING_COMETSUPPORT - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
PROPERTY_COMET_SUPPORT - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
PROPERTY_NATIVE_COMETSUPPORT - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
PROPERTY_SERVLET_MAPPING - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
PROPERTY_SESSION_SUPPORT - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
PROPERTY_USE_STREAM - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
push(DefaultBroadcaster.Entry) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
push(AtmosphereResource<?, ?>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 

Q

queue - Variable in class org.atmosphere.cache.BroadcasterCacheBase
 

R

r - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
readSystemProperties() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
reaper - Variable in class org.atmosphere.cache.BroadcasterCacheBase
 
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.GlassFishWebSocketSupport.GrizzlyWebSocketSupport
 
redirect(String) - Method in class org.atmosphere.websocket.JettyWebSocketSupport
 
redirect(String) - Method in interface org.atmosphere.websocket.WebSocketSupport
 
ReflectorServletProcessor - Class in org.atmosphere.handler
Simple AtmosphereServletProcessor that delegate the AtmosphereHandler.onRequest(org.atmosphere.cpr.AtmosphereResource) to a set of FilterChain and Servlet#service(javax.servlet.ServletRequest, javax.servlet.ServletResponse) and store the {@link AtmosphereResource} as a {@link HttpServletRequest} attribute named org.atmosphere.cpr.AtmosphereResource.
ReflectorServletProcessor() - Constructor for class org.atmosphere.handler.ReflectorServletProcessor
 
remove(Broadcaster, 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
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(java.lang.Object) is invoked.
removeAtmosphereResource(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Remove a AtmosphereResource from the list of item to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
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(java.lang.Object) operations occurs.
replaceProperties(String, Hashtable<String, String>, IntrospectionUtils.PropertySource[]) - Static method in class org.atmosphere.util.IntrospectionUtils
Replace ${NAME} with the property value
reset() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
resetBuffer() - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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
 
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 class org.atmosphere.cpr.AtmosphereServlet
 
RESUME_ON_BROADCAST - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
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(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 class org.atmosphere.cpr.AtmosphereServlet
 
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(Object, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast periodically.
scheduleFixedBroadcast(Object, 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.
scheduleFixedBroadcast(Object, long, TimeUnit) - Method in class org.atmosphere.util.gae.GAEDefaultBroadcaster
Broadcast periodically.
scope - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
sendError(int, String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
sendError(int) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
sendRedirect(String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
Serializer - Interface in org.atmosphere.cpr
Serialize the Object the result of invoking Broadcaster.broadcast(java.lang.Object)
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.BlockingIOCometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.GlassFishv2CometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.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.Jetty8WebSocketSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.JettyCometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.Servlet30Support
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.TomcatCometSupport
Invoked by the Tomcat AIO when a Comet request gets detected.
service(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.WebLogicCometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
service(HttpServletRequest, HttpServletResponse) - Method in interface org.atmosphere.cpr.CometSupport
Serve the HttpServletRequest and the HttpServletResponse and return the appropriate AtmosphereServlet.Action.
Servlet30Support - Class in org.atmosphere.container
This class gets used when the AtmosphereServlet detect the container detect Servlet 3.0 Asynch API.
Servlet30Support(AtmosphereServlet.AtmosphereConfig) - Constructor for class org.atmosphere.container.Servlet30Support
 
SERVLET_30 - Static variable in class org.atmosphere.cpr.DefaultCometSupportResolver
 
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
 
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
setBufferSize(int) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
setCancelled(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setCharacterEncoding(String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
setClusterName(String) - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
Cluster's name.
setCometSupport(CometSupport) - Method in class org.atmosphere.cpr.AtmosphereServlet
Set the CometSupport implementation.
setContentLength(int) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
setContentType(String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
setDateHeader(String, long) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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) - Method in class org.atmosphere.util.gae.GAEBroadcasterConfig
Throw UnsupportedOperationException since GAE doesn't support ExecutorService
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.util.FilterConfigImpl
Set the Filter's name associated with this object.
setHeader(String, String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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.websocket.WebSocketHttpServletResponse
setIsInScope(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Protect the object for being used after it got cancelled.
setLocale(Locale) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
setLogger(Logger) - Static method in class org.atmosphere.util.LoggerUtils
Set the Logger used by all classes under this module.
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.
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.atmosphere.util.gae.GAEBroadcasterConfig
Throw UnsupportedOperationException since GAE doesn't support ExecutorService
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.websocket.WebSocketHttpServletResponse
setStatus(int, String) - Method in class org.atmosphere.websocket.WebSocketHttpServletResponse
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
 
setUseStreamForFlushingComments(boolean) - Method in class org.atmosphere.cpr.AtmosphereServlet
Set to true so Atmosphere uses ServletResponse.getOutputStream() by default for write operation.
SimpleBroadcaster - Class in org.atmosphere.util
Simple Broadcaster implementation that use the calling thread when broadcasting events.
SimpleBroadcaster() - Constructor for class org.atmosphere.util.SimpleBroadcaster
 
SimpleBroadcaster(String) - Constructor for class org.atmosphere.util.SimpleBroadcaster
 
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
 
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
 
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 class org.atmosphere.cpr.AtmosphereServlet
 
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.Jetty8WebSocketSupport
 
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(AtmosphereServlet.Action, HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.container.GoogleAppEngineCometSupport
Suspend the connection by blocking the current Thread no more than 30 seconds
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, 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, boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
suspend(long) - 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.
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
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
 
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.DefaultBroadcaster
 
trackBroadcastMessage(AtmosphereResource<?, ?>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
type - Variable in class org.atmosphere.cpr.AtmosphereServlet.Action
 

U

unCapitalize(String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
upgrade(AtmosphereResource) - Method in class org.atmosphere.websocket.WebSocketAtmosphereHandler
WebSocket upgrade.
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.BroadcastFilter.BroadcastAction.ACTION
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.BroadcastFilter.BroadcastAction.ACTION
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 - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
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_ATMOSPHEREHANDLER - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
WEBSOCKET_RESUME - Static variable in interface org.atmosphere.websocket.WebSocketSupport
 
WEBSOCKET_SUPPORT - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
WEBSOCKET_SUSPEND - Static variable in interface org.atmosphere.websocket.WebSocketSupport
 
WebSocketAtmosphereHandler - Class in org.atmosphere.websocket
Simple AtmosphereHandler which redirect the first request to the web application welcome page.
WebSocketAtmosphereHandler() - Constructor for class org.atmosphere.websocket.WebSocketAtmosphereHandler
 
WebSocketHttpServletResponse<A extends WebSocketSupport> - Class in org.atmosphere.websocket
Wrapper around an HttpServletResponse which use an instance of WebSocketSupport as a writer.
WebSocketHttpServletResponse(A) - Constructor for class org.atmosphere.websocket.WebSocketHttpServletResponse
 
WebSocketProcessor - Class in org.atmosphere.cpr
Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket request to the proper WebSocketSupport implementation.
WebSocketProcessor(AtmosphereServlet, WebSocketSupport) - Constructor for class org.atmosphere.cpr.WebSocketProcessor
 
WebSocketSupport - Interface in org.atmosphere.websocket
All CometSupport implementation that support WebSocket must provide an implementation of this class, which is used for writing websocket message.
write(byte, String) - Method in class org.atmosphere.container.GlassFishWebSocketSupport.GrizzlyWebSocketSupport
 
write(byte, byte[]) - Method in class org.atmosphere.container.GlassFishWebSocketSupport.GrizzlyWebSocketSupport
 
write(byte, byte[], int, int) - Method in class org.atmosphere.container.GlassFishWebSocketSupport.GrizzlyWebSocketSupport
 
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(byte, String) - Method in class org.atmosphere.websocket.JettyWebSocketSupport
 
write(byte, byte[]) - Method in class org.atmosphere.websocket.JettyWebSocketSupport
 
write(byte, byte[], int, int) - Method in class org.atmosphere.websocket.JettyWebSocketSupport
 
write(byte, String) - Method in interface org.atmosphere.websocket.WebSocketSupport
 
write(byte, byte[]) - Method in interface org.atmosphere.websocket.WebSocketSupport
 
write(byte, byte[], int, int) - Method in interface org.atmosphere.websocket.WebSocketSupport
 
writeError(int, String) - Method in class org.atmosphere.container.GlassFishWebSocketSupport.GrizzlyWebSocketSupport
 
writeError(int, String) - Method in class org.atmosphere.websocket.JettyWebSocketSupport
 
writeError(int, String) - Method in interface org.atmosphere.websocket.WebSocketSupport
 

X

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

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

Copyright © 2010. All Rights Reserved.