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

A

abandonedConfig - Variable in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
AbstractBroadcasterCache - Class in org.atmosphere.cache
Abstract BroadcasterCache which is used to implement headers, query parameters or session based caching.
AbstractBroadcasterCache() - Constructor for class org.atmosphere.cache.AbstractBroadcasterCache
 
AbstractBroadcasterProxy - Class in org.atmosphere.util
Abstract Broadcaster that delegates the internal processing to a proxy.
AbstractBroadcasterProxy() - Constructor for class org.atmosphere.util.AbstractBroadcasterProxy
 
AbstractReflectorAtmosphereHandler - Class in org.atmosphere.handler
Simple AtmosphereHandler that reflect every call to Broadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.
AbstractReflectorAtmosphereHandler() - Constructor for class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
 
AbstractReflectorAtmosphereHandler.Default - Class in org.atmosphere.handler
accept(WSHandshakeRequest, WSHandshakeResponse) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
acquire() - Method in class org.atmosphere.cpr.AtmosphereSession
Retrieve the AtmosphereResource associated with this session.
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.BlockingIOCometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.GlassFishv2CometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Grizzly2CometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.GrizzlyCometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.JBossWebCometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Jetty7CometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.JettyCometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.NettyCometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Servlet30CometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Tomcat7CometSupport
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.TomcatCometSupport
 
Action - Class in org.atmosphere.cpr
An Action is used by AtmosphereInterceptor, AsyncSupport and AtmosphereFramework to determine what to do with a request, e.g suspend it, resume it, etc.
Action() - Constructor for class org.atmosphere.cpr.Action
 
Action(Action.TYPE) - Constructor for class org.atmosphere.cpr.Action
 
Action(Action.TYPE, boolean) - Constructor for class org.atmosphere.cpr.Action
 
Action(Action.TYPE, long) - Constructor for class org.atmosphere.cpr.Action
 
action(AtmosphereResourceImpl) - Method in class org.atmosphere.cpr.AsynchronousProcessor
 
action(E) - Method in interface org.atmosphere.cpr.AsyncSupport
Process an Action from an ActionEvent operation like suspend, resume or timed out.
action() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Return the Action which represent the state of the response, e.g.
action() - Method in class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
Action.TYPE - Enum in org.atmosphere.cpr
The action's type.
activeBroadcaster() - Method in interface org.atmosphere.pool.PoolableProvider
Current number of active Broadcaster borrowed from the pool
activeBroadcaster() - Method in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
activeClients() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
add(Broadcaster, Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Add a Broadcaster to the list.
add(Broadcaster, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
add(Broadcaster) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.BroadcasterTracker
 
add(Broadcaster, Object) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
 
addAnnotationPackage(Class<?>) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add support for package detection of Atmosphere's Component.
addAtmosphereHandler(String, AtmosphereHandler, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add an AtmosphereHandler serviced by the Servlet This API is exposed to allow embedding an Atmosphere application.
addAtmosphereHandler(String, AtmosphereHandler, Broadcaster, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add an AtmosphereHandler serviced by the Servlet.
addAtmosphereHandler(String, AtmosphereHandler, String, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add an AtmosphereHandler serviced by the Servlet.
addAtmosphereHandler(String, AtmosphereHandler) - Method in class org.atmosphere.cpr.AtmosphereFramework
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.AtmosphereFramework
Add an AtmosphereHandler serviced by the Servlet.
addAtmosphereHandler(String, AtmosphereHandler, Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add an AtmosphereHandler serviced by the Servlet.
addAtmosphereResource(AtmosphereResource) - Method in interface org.atmosphere.cpr.Broadcaster
Add a AtmosphereResource to the list of items to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
addAtmosphereResource(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
addBroadcaster(Broadcaster) - Method in interface org.atmosphere.cpr.AtmosphereResource
Add/Associate a Broadcaster with this resource.
addBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
addBroadcasterCacheInjector(BroadcasterCacheInspector) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add a BroadcasterCacheInspector which will be associated with the defined BroadcasterCache.
addBroadcasterCacheListener(BroadcasterCacheListener) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
addBroadcasterCacheListener(BroadcasterCacheListener) - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
addBroadcasterCacheListener(BroadcasterCacheListener) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
addBroadcasterCacheListener(BroadcasterCacheListener) - Method in class org.atmosphere.cpr.AtmosphereFramework
addBroadcasterCacheListener(BroadcasterCacheListener) - Method in interface org.atmosphere.cpr.BroadcasterCache
addBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in interface org.atmosphere.cpr.Broadcaster
addBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
addBroadcasterListener(BroadcasterListener) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add BroadcasterListener to all created Broadcasters.
addBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.Broadcaster
addBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.BroadcasterFactory
addBroadcasterListener(BroadcasterListener) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
addBroadcasterListener(BroadcasterListener) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
addBroadcasterListener(BroadcasterListener) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
addBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.MetaBroadcaster
Add a BroadcasterListener to all mapped Broadcasters.
addBroadcasterType(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add a new Broadcaster class name that AtmosphereServlet can use when initializing requests, and when the atmosphere.xml broadcaster element is unspecified.
addChunk(String, Reader, boolean) - Method in class org.atmosphere.util.ChunkConcatReaderPool
Return a reader if the reader specified by the key has not been previously created.
addCookie(Cookie) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
addCookie(Cookie) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
addCustomAnnotationPackage(Class) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add a package containing classes annotated with AtmosphereAnnotation.
addDateHeader(String, long) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
addDateHeader(String, long) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
addDefaultOrAppInterceptors() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
addEventListener(AtmosphereResourceEventListener) - Method in interface org.atmosphere.cpr.AtmosphereResource
addEventListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
addFilter(BroadcastFilter) - Method in class org.atmosphere.cpr.BroadcasterConfig
addFilter(BroadcastFilter, boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
addFilter(Filter) - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
addFilter(FilterConfigImpl) - Method in class org.atmosphere.util.AtmosphereFilterChain
Add a filter to the set of filters that will be executed in this chain.
addFilterClassName(String, String) - Method in class org.atmosphere.handler.ReflectorServletProcessor
Add a FilterClass.
addHeader(String, String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
addHeader(String, String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
addInitParameter(String, String) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add init-param like if they were defined in web.xml
addInterceptorToAllWrappers(AtmosphereInterceptor) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper, AtmosphereInterceptor) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
addIntHeader(String, int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
addIntHeader(String, int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
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 responses are resuming, when the remote client closes the connection or when the a Broadcaster.broadcast(java.lang.Object) operations occurs.
addListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
addMethodHandler(String, ServletProxyFactory.MethodHandler) - Method in class org.atmosphere.util.ServletProxyFactory
 
addProperty(Object, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
address() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.LazyComputation
 
addToCache(String, String, BroadcastMessage) - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
addToCache(String, String, BroadcastMessage) - Method in class org.atmosphere.cache.SessionBroadcasterCache
 
addToCache(String, String, BroadcastMessage) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
addToCache(String, String, BroadcastMessage) - Method in interface org.atmosphere.cpr.BroadcasterCache
Start tracking messages associated with AtmosphereResource from the cache.
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
 
addWebSocketHandler(WebSocketHandler) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add an WebSocketHandler mapped to "/*".
addWebSocketHandler(String, WebSocketHandler) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add an WebSocketHandler mapped to the path.
addWebSocketHandler(String, WebSocketHandler, AtmosphereHandler) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add an WebSocketHandler mapped to the path and the AtmosphereHandler in case Broadcaster are used.
addWebSocketHandler(String, WebSocketHandler, AtmosphereHandler, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add an WebSocketHandler mapped to the path and the AtmosphereHandler in case Broadcaster are used.
AFTER_DEFAULT - Static variable in interface org.atmosphere.interceptor.InvokationOrder
 
all(List<Encoder<?, ?>>, List<Decoder<?, ?>>, Object, Object, Method) - Static method in class org.atmosphere.config.managed.Invoker
 
ALLOW_CORE_THREAD_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Time out threads created by the ExecutorsFactory.
ALLOW_QUERYSTRING_AS_REQUEST - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Allow query string as set as request's header.
allowAllClassesScan - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
allowAllClassesScan() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
allowAllClassesScan(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
allowInjectionOf(Object) - Method in class org.atmosphere.cpr.AtmosphereFramework.DefaultAtmosphereObjectFactory
 
allowInjectionOf(Z) - Method in interface org.atmosphere.cpr.AtmosphereObjectFactory
Pass information to the underlying Dependency Injection Implementation
allowInjectionOf(Injectable<?>) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
allowInjectionOf(Injectable<?>, boolean) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
AllowInterceptor - Interface in org.atmosphere.interceptor
A marker interface that does nothing except used by AtmosphereInterceptor to modify the default behavior of any functionality.
allowSessionTimeoutRemoval() - Method in class org.atmosphere.cpr.AsynchronousProcessor
Is HttpSession timeout removal supported
alreadyQuoted(String) - Static method in class org.atmosphere.util.CookieUtil
 
ANALYTICS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Disable Google Analytics.
analytics() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
AndroidAtmosphereInterceptor - Class in org.atmosphere.interceptor
Fix for the Android 2.2.x bogus HTTP implementation.
AndroidAtmosphereInterceptor() - Constructor for class org.atmosphere.interceptor.AndroidAtmosphereInterceptor
 
AnnotatedProxy - Interface in org.atmosphere.handler
Marker class for an AtmosphereHandler proxy of a POJO object.
ANNOTATION_ATTRIBUTE - Static variable in class org.atmosphere.cpr.DefaultAnnotationProcessor
The attribute name under which the annotations are stored in the servlet context.
ANNOTATION_PACKAGE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
A list, separated by comma, of package name to scan when looking for Atmosphere's component annotated with Atmosphere's annotation.
ANNOTATION_PROCESSOR - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The annotation processor.
AnnotationDetector - Class in org.atmosphere.util.annotation
AnnotationDetector reads Java Class File (".class") files and reports the encountered annotations via a simple, developer friendly API.
AnnotationDetector(AnnotationDetector.Reporter) - Constructor for class org.atmosphere.util.annotation.AnnotationDetector
Create a new AnnotationDetector, reporting the detected annotations to the specified Reporter.
AnnotationDetector.FieldReporter - Interface in org.atmosphere.util.annotation
A Reporter for field annotations.
AnnotationDetector.MethodReporter - Interface in org.atmosphere.util.annotation
A Reporter for method annotations.
AnnotationDetector.Reporter - Interface in org.atmosphere.util.annotation
Reporter is the base interface, used to report the detected annotations.
AnnotationDetector.TypeReporter - Interface in org.atmosphere.util.annotation
A Reporter for type annotations.
annotationFound - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
AnnotationHandler - Class in org.atmosphere.cpr
A class that handles the results of an annotation scan.
AnnotationHandler() - Constructor for class org.atmosphere.cpr.AnnotationHandler
 
annotationPackages - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
AnnotationProcessor - Interface in org.atmosphere.cpr
An annotation processor for configuring the AtmosphereFramework.
annotationProcessor - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
annotationProcessor() - Method in class org.atmosphere.cpr.AtmosphereFramework
annotationProcessorClassName - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
annotationProcessorClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set the AnnotationProcessor class name.
annotations() - Method in interface org.atmosphere.util.annotation.AnnotationDetector.Reporter
Return the Annotation classes which must be reported (all other annotations are skipped).
annotationScanned(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
Invoked when a AnnotationProcessor found an annotation.
AnnotationScanningServletContainerInitializer - Class in org.atmosphere.cpr
A ServletContainerInitializer that scans for annotations, and places them in a map keyed by annotation type in the servlet context.
AnnotationScanningServletContainerInitializer() - Constructor for class org.atmosphere.cpr.AnnotationScanningServletContainerInitializer
 
AnnotationUtil - Class in org.atmosphere.annotation
 
AnnotationUtil() - Constructor for class org.atmosphere.annotation.AnnotationUtil
 
ApplicationConfig - Interface in org.atmosphere.cpr
Web.xml init-param configuration supported by Atmosphere.
ApplicationConfiguration - Class in org.atmosphere.config
 
ApplicationConfiguration(String, String) - Constructor for class org.atmosphere.config.ApplicationConfiguration
 
ApplicationScoped - Annotation Type in org.atmosphere.inject.annotation
An annotation for Injectable used to decide when the injection must happens.
apply(AtmosphereFramework, Class<?>) - Method in enum org.atmosphere.cpr.AtmosphereFramework.MetaServiceAction
Applies this action to given class.
applyFilters(AtmosphereResource, List<Object>) - Method in class org.atmosphere.cpr.BroadcasterConfig
Apply all filters to the AtmosphereResource and the provided List of messages.
applyMethods(U, Class<U>) - Method in class org.atmosphere.inject.InjectableObjectFactory
arFactory - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
asBytes() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Body
Return the request body as a byte array.
asString() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Body
Return the request body as a String.
asString() - Method in class org.atmosphere.cpr.DefaultBroadcaster.WriteQueue
 
async - Variable in class org.atmosphere.cpr.Deliver
 
ASYNC_CONTEXT - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The AsyncContext.
ASYNC_WRITE_THREAD_POOL - Static variable in class org.atmosphere.util.ExecutorsFactory
 
Asynchronous - Annotation Type in org.atmosphere.annotation
Suspend the response and use the Broadcaster associated with HeaderConfig.X_ATMOSPHERE_TRACKING_ID to publish the result.
AsynchronousProcessor - Class in org.atmosphere.cpr
Base class which implement the semantics of suspending and resuming of a Comet/WebSocket Request.
AsynchronousProcessor(AtmosphereConfig) - Constructor for class org.atmosphere.cpr.AsynchronousProcessor
 
AsyncIOInterceptor - Interface in org.atmosphere.cpr
A filter-like API that allow an AtmosphereInterceptor to intercept the response before it gets written back to the client.
AsyncIOInterceptorAdapter - Class in org.atmosphere.cpr
An Adapter for AsyncIOInterceptor.
AsyncIOInterceptorAdapter() - Constructor for class org.atmosphere.cpr.AsyncIOInterceptorAdapter
 
AsyncIOWriter - Interface in org.atmosphere.cpr
An Asynchronous I/O Writer is used by a AtmosphereResponse when writing data.
asyncIOWriter(AsyncIOWriter) - Method in interface org.atmosphere.cpr.AtmosphereResponse
Set an implementation of AsyncIOWriter that will be invoked every time a write operation is ready to be processed.
asyncIOWriter(AsyncIOWriter) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
 
asyncIOWriter(AsyncIOWriter) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
asyncIOWriter(AsyncIOWriter) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
AsyncIOWriterAdapter - Class in org.atmosphere.cpr
Adapter class for AsyncIOWriter.
AsyncIOWriterAdapter() - Constructor for class org.atmosphere.cpr.AsyncIOWriterAdapter
 
AsyncSupport<E extends AtmosphereResource> - Interface in org.atmosphere.cpr
Atmosphere's supported WebServer must implement this interface in order to be auto detected by the AtmosphereFramework.
asyncSupport - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
asyncSupport - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
AsyncSupportListener - Interface in org.atmosphere.cpr
A listener that can be used to track AsyncSupport events like SUSPEND, RESUME, TIMEOUT, DESTROYED and CLOSED
asyncSupportListener(AsyncSupportListener) - Method in class org.atmosphere.cpr.AtmosphereFramework
AsyncSupportListenerAdapter - Class in org.atmosphere.cpr
A default implementation of AsyncSupportListener
AsyncSupportListenerAdapter() - Constructor for class org.atmosphere.cpr.AsyncSupportListenerAdapter
 
asyncSupportListeners - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
asyncSupportListeners() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the list of AsyncSupportListeners.
AsyncSupportListenerService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which AsyncSupportListener class to use by default.
AsyncSupportListenerServiceProcessor - Class in org.atmosphere.annotation
 
AsyncSupportListenerServiceProcessor() - Constructor for class org.atmosphere.annotation.AsyncSupportListenerServiceProcessor
 
AsyncSupportResolver - Interface in org.atmosphere.cpr
This interface is used by AtmosphereFramework to determine which AsyncSupport instance should be used
AsyncSupportService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which AsyncSupport class to use by default.
AsyncSupportServiceProcessor - Class in org.atmosphere.annotation
 
AsyncSupportServiceProcessor() - Constructor for class org.atmosphere.annotation.AsyncSupportServiceProcessor
 
asyncWriteFuture - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
AsyncWriteToken(AtmosphereResource, Object, BroadcasterFuture, Object, AtomicInteger) - Constructor for class org.atmosphere.cpr.DefaultBroadcaster.AsyncWriteToken
 
AsyncWriteToken(AtmosphereResource, Object, BroadcasterFuture, Object, CacheMessage, AtomicInteger) - Constructor for class org.atmosphere.cpr.DefaultBroadcaster.AsyncWriteToken
 
ATMOSPHERE_CONFIG - Static variable in interface org.atmosphere.cpr.FrameworkConfig
AtmosphereConfig instance.
ATMOSPHERE_EXCLUDED_FILE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Regex pattern for excluding file from being serviced by AtmosphereFilter.
ATMOSPHERE_HANDLER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere which AtmosphereHandler should be used.
ATMOSPHERE_HANDLER_MAPPING - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The AtmosphereHandler defined using the property will be mapped to that value.
ATMOSPHERE_HANDLER_PATH - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The location of classes implementing the AtmosphereHandler interface.
ATMOSPHERE_HANDLER_WRAPPER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A request attribute used to lookup the AtmosphereHandler.
ATMOSPHERE_INTERCEPTORS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
A list of AtmosphereInterceptor class name that will be invoked before the AtmosphereResource gets delivered to an application or framework.
ATMOSPHERE_POST_BODY - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
ATMOSPHERE_RESOURCE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
ATMOSPHERE_RESOURCE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A request attribute used to lookup the AtmosphereResource.
ATMOSPHERE_SERVLET - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A request attribute used to lookup the AtmosphereServlet.
ATMOSPHERE_SERVLET - Static variable in class org.atmosphere.util.VoidServletConfig
 
AtmosphereAnnotation - Annotation Type in org.atmosphere.config
This annotation is scanned by Atmosphere at runtime to determine Processor implementation.
atmosphereConfig(String[], AtmosphereFramework) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
AtmosphereConfig - Class in org.atmosphere.cpr
This class contains information about the current state of the AtmosphereFramework.
AtmosphereConfig(AtmosphereFramework) - Constructor for class org.atmosphere.cpr.AtmosphereConfig
 
AtmosphereConfig.ShutdownHook - Interface in org.atmosphere.cpr
A shutdown hook that will be called when the AtmosphereFramework.destroy() method gets invoked.
AtmosphereConfig.StartupHook - Interface in org.atmosphere.cpr
A Startup hook that will be called when the AtmosphereFramework.init() method complete.
AtmosphereConfigAware - Interface in org.atmosphere.inject
 
AtmosphereConfigInjectable - Class in org.atmosphere.inject
 
AtmosphereConfigInjectable() - Constructor for class org.atmosphere.inject.AtmosphereConfigInjectable
 
AtmosphereConfigReader - Class in org.atmosphere.util
Descriptor for an Atmosphere configuraton file.
AtmosphereConfigurator(AtmosphereFramework) - Constructor for class org.atmosphere.container.JSR356AsyncSupport.AtmosphereConfigurator
 
atmosphereDotXmlPath - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
atmosphereFactory() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
AtmosphereFilter - Class in org.atmosphere.cpr
Atmosphere has support for Filters, delegating all work to AtmosphereServlet.
AtmosphereFilter() - Constructor for class org.atmosphere.cpr.AtmosphereFilter
 
AtmosphereFilter - Class in org.atmosphere.jersey
ResourceFilterFactory which intercept the response and appropriately set the AtmosphereResourceEvent filed based on the annotation the application has defined.
AtmosphereFilter() - Constructor for class org.atmosphere.jersey.AtmosphereFilter
 
AtmosphereFilter.Action - Enum in org.atmosphere.jersey
 
AtmosphereFilter.Filter - Class in org.atmosphere.jersey
TODO: Fix that messy class.
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
 
AtmosphereFramework - Class in org.atmosphere.cpr
The AtmosphereFramework is the entry point for the framework.
AtmosphereFramework() - Constructor for class org.atmosphere.cpr.AtmosphereFramework
Create an AtmosphereFramework.
AtmosphereFramework(ServletConfig) - Constructor for class org.atmosphere.cpr.AtmosphereFramework
Create an AtmosphereFramework and initialize it via AtmosphereFramework.init(javax.servlet.ServletConfig).
AtmosphereFramework(boolean, boolean) - Constructor for class org.atmosphere.cpr.AtmosphereFramework
Create an AtmosphereFramework.
AtmosphereFramework.AtmosphereHandlerWrapper - Class in org.atmosphere.cpr
 
AtmosphereFramework.DefaultAtmosphereObjectFactory - Class in org.atmosphere.cpr
 
AtmosphereFramework.MetaServiceAction - Enum in org.atmosphere.cpr
This enumeration represents all possible actions to specify in a meta service file.
AtmosphereFrameworkInitializer - Class in org.atmosphere.cpr
 
AtmosphereFrameworkInitializer(boolean, boolean) - Constructor for class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
AtmosphereFrameworkInjectable - Class in org.atmosphere.inject
 
AtmosphereFrameworkInjectable() - Constructor for class org.atmosphere.inject.AtmosphereFrameworkInjectable
 
AtmosphereFrameworkListener - Interface in org.atmosphere.cpr
Lifecycle listener for AtmosphereFramework
AtmosphereFrameworkListenerAdapter - Class in org.atmosphere.cpr
AtmosphereFrameworkListenerAdapter() - Constructor for class org.atmosphere.cpr.AtmosphereFrameworkListenerAdapter
 
AtmosphereFrameworkListenerService - Annotation Type in org.atmosphere.config.service
An annotation for installing AtmosphereFrameworkListener
AtmosphereFrameworkServiceProcessor - Class in org.atmosphere.annotation
 
AtmosphereFrameworkServiceProcessor() - Constructor for class org.atmosphere.annotation.AtmosphereFrameworkServiceProcessor
 
atmosphereHandler - Variable in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
AtmosphereHandler - Interface in org.atmosphere.cpr
Implementation of AtmosphereHandler allows creation of event-driven web applications which are hosted in the browser.
atmosphereHandler(AtmosphereHandler) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
AtmosphereHandlerAdapter - Class in org.atmosphere.handler
An implementation of AtmosphereHandler that does nothing.
AtmosphereHandlerAdapter() - Constructor for class org.atmosphere.handler.AtmosphereHandlerAdapter
 
AtmosphereHandlerConfig - Class in org.atmosphere.config
 
AtmosphereHandlerConfig() - Constructor for class org.atmosphere.config.AtmosphereHandlerConfig
 
AtmosphereHandlerProperty - Class in org.atmosphere.config
 
AtmosphereHandlerProperty(String, String) - Constructor for class org.atmosphere.config.AtmosphereHandlerProperty
 
atmosphereHandlers - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
AtmosphereHandlerService - Annotation Type in org.atmosphere.config.service
An annotation for AtmosphereHandler
AtmosphereHandlerServiceInterceptor - Class in org.atmosphere.config.managed
AtmosphereHandlerServiceInterceptor() - Constructor for class org.atmosphere.config.managed.AtmosphereHandlerServiceInterceptor
 
AtmosphereHandlerServiceProcessor - Class in org.atmosphere.annotation
 
AtmosphereHandlerServiceProcessor() - Constructor for class org.atmosphere.annotation.AtmosphereHandlerServiceProcessor
 
AtmosphereHandlerWrapper(BroadcasterFactory, AtmosphereHandler, String, AtmosphereConfig) - Constructor for class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
AtmosphereHandlerWrapper(AtmosphereHandler, Broadcaster, AtmosphereConfig) - Constructor for class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
AtmosphereInterceptor - Interface in org.atmosphere.cpr
Intercept the dispatch of AtmosphereResource before they get dispatched to AtmosphereHandlers.
AtmosphereInterceptorAdapter - Class in org.atmosphere.cpr
A Simple AtmosphereInterceptor that creates an AtmosphereInterceptorWriter and sets it as the default AsyncIOWriter on an AtmosphereResponse.
AtmosphereInterceptorAdapter() - Constructor for class org.atmosphere.cpr.AtmosphereInterceptorAdapter
 
AtmosphereInterceptorService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which AtmosphereInterceptor class to use by default.
AtmosphereInterceptorServiceProcessor - Class in org.atmosphere.annotation
 
AtmosphereInterceptorServiceProcessor() - Constructor for class org.atmosphere.annotation.AtmosphereInterceptorServiceProcessor
 
AtmosphereInterceptorWriter - Class in org.atmosphere.cpr
An AsyncIOWriter that delegates the write operation to its AsyncIOInterceptor.
AtmosphereInterceptorWriter() - Constructor for class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
AtmosphereMappingException - Exception in org.atmosphere.cpr
Thrown when AsynchronousProcessor is unable to map the request to an AtmosphereHandler.
AtmosphereMappingException() - Constructor for exception org.atmosphere.cpr.AtmosphereMappingException
 
AtmosphereMappingException(String) - Constructor for exception org.atmosphere.cpr.AtmosphereMappingException
 
AtmosphereMappingException(String, Throwable) - Constructor for exception org.atmosphere.cpr.AtmosphereMappingException
 
AtmosphereMappingException(Throwable) - Constructor for exception org.atmosphere.cpr.AtmosphereMappingException
 
AtmosphereObjectFactory<Z> - Interface in org.atmosphere.cpr
Customization point for Atmosphere to instantiate classes.
AtmosphereProducers - Class in org.atmosphere.inject
Atmosphere Internal Object Injection for DI supporting JSR 330
AtmosphereProducers() - Constructor for class org.atmosphere.inject.AtmosphereProducers
 
atmosphereProtocol(AtmosphereRequest) - Static method in class org.atmosphere.util.Utils
 
AtmosphereProviders - Class in org.atmosphere.jersey
Placeholder for injection of Atmosphere object based on any parameter value (header, cookie, query, matrix or path)
AtmosphereProviders() - Constructor for class org.atmosphere.jersey.AtmosphereProviders
 
AtmosphereProviders.BroadcasterProvider - Class in org.atmosphere.jersey
 
AtmosphereProviders.BroadcasterProvider.BroadcasterStringReader - Class in org.atmosphere.jersey
 
AtmosphereRequest - Interface in org.atmosphere.cpr
An Atmosphere request representation.
AtmosphereRequest.Builder - Interface in org.atmosphere.cpr
 
AtmosphereRequest.LocalAttributes - Class in org.atmosphere.cpr
 
AtmosphereRequestImpl - Class in org.atmosphere.cpr
An Atmosphere request representation.
AtmosphereRequestImpl.Body - Class in org.atmosphere.cpr
 
AtmosphereRequestImpl.Builder - Class in org.atmosphere.cpr
 
AtmosphereRequestImpl.LazyComputation - Class in org.atmosphere.cpr
 
AtmosphereRequestImpl.NoOpsRequest - Class in org.atmosphere.cpr
 
AtmosphereRequestIntrospector - Class in org.atmosphere.inject
AtmosphereResource} injection implementation support.
AtmosphereRequestIntrospector() - Constructor for class org.atmosphere.inject.AtmosphereRequestIntrospector
 
AtmosphereResource - Interface in org.atmosphere.cpr
An AtmosphereResource encapsulates the mechanism to AtmosphereResource.suspend(), AtmosphereResource.resume() and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources.
AtmosphereResource.TRANSPORT - Enum in org.atmosphere.cpr
 
ATMOSPHERERESOURCE_INTERCEPTOR_METHOD - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The method used that trigger automatic management of AtmosphereResource when the AtmosphereResourceLifecycleInterceptor is used.
ATMOSPHERERESOURCE_INTERCEPTOR_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The timeout, in second, for configuring the time an AtmosphereResource is suspended.
AtmosphereResourceConfigurator - Class in org.atmosphere.jersey
Automatically add the AtmosphereFilter to the list of ResourceConfig.
AtmosphereResourceConfigurator() - Constructor for class org.atmosphere.jersey.AtmosphereResourceConfigurator
 
AtmosphereResourceEvent - 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 remotely closes the connection or when a suspended resource times out or gets resumed.
AtmosphereResourceEventImpl - Class in org.atmosphere.cpr
AtmosphereResourceEvent implementation.
AtmosphereResourceEventImpl(AtmosphereResourceImpl) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
AtmosphereResourceEventImpl(AtmosphereResourceImpl, boolean, boolean) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
AtmosphereResourceEventImpl(AtmosphereResourceImpl, boolean, boolean, Throwable) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
AtmosphereResourceEventImpl(AtmosphereResourceImpl, boolean, boolean, boolean, Throwable) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
AtmosphereResourceEventIntrospector - Class in org.atmosphere.inject
AtmosphereResource} injection implementation support.
AtmosphereResourceEventIntrospector() - Constructor for class org.atmosphere.inject.AtmosphereResourceEventIntrospector
 
AtmosphereResourceEventListener - Interface in org.atmosphere.cpr
Receive notifications when resume, client disconnect or broadcast events occur.
atmosphereResourceEventListener() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
AtmosphereResourceEventListenerAdapter - Class in org.atmosphere.cpr
An implementation of AtmosphereResourceEventListener which just log events with log level TRACE.
AtmosphereResourceEventListenerAdapter() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
AtmosphereResourceEventListenerAdapter.OnBroadcast - Class in org.atmosphere.cpr
On Broadcast's Listener
AtmosphereResourceEventListenerAdapter.OnClose - Class in org.atmosphere.cpr
On Close's Listener
AtmosphereResourceEventListenerAdapter.OnDisconnect - Class in org.atmosphere.cpr
On Disconnect's Listener
AtmosphereResourceEventListenerAdapter.OnHeartbeat - Class in org.atmosphere.cpr
On Heartbeat's Listener
AtmosphereResourceEventListenerAdapter.OnPreSuspend - Class in org.atmosphere.cpr
On PreSuspend's Listener
AtmosphereResourceEventListenerAdapter.OnResume - Class in org.atmosphere.cpr
On Resume's Listener
AtmosphereResourceEventListenerAdapter.OnSuspend - Class in org.atmosphere.cpr
On Suspend's Listener
AtmosphereResourceEventListenerAdapter.OnThrowable - Class in org.atmosphere.cpr
On Throwable's Listener
AtmosphereResourceFactory - Interface in org.atmosphere.cpr
A Factory used to manage AtmosphereResource instances.
AtmosphereResourceFactory.Async - Interface in org.atmosphere.cpr
An interface to use in order to retrieve an AtmosphereResource inside a cluster.
AtmosphereResourceFactoryInjectable - Class in org.atmosphere.inject
 
AtmosphereResourceFactoryInjectable() - Constructor for class org.atmosphere.inject.AtmosphereResourceFactoryInjectable
 
AtmosphereResourceFactoryService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which AtmosphereResourceFactory class to use by default.
AtmosphereResourceFactoryServiceProcessor - Class in org.atmosphere.annotation
 
AtmosphereResourceFactoryServiceProcessor() - Constructor for class org.atmosphere.annotation.AtmosphereResourceFactoryServiceProcessor
 
AtmosphereResourceHeartbeatEventListener - Interface in org.atmosphere.cpr
Receive notifications when heartbeat events occur.
AtmosphereResourceImpl - Class in org.atmosphere.cpr
AtmosphereResource implementation for supporting AtmosphereRequest and AtmosphereResponse.
AtmosphereResourceImpl() - Constructor for class org.atmosphere.cpr.AtmosphereResourceImpl
 
AtmosphereResourceImpl(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler) - Constructor for class org.atmosphere.cpr.AtmosphereResourceImpl
Deprecated.
AtmosphereResourceIntrospector - Class in org.atmosphere.inject
AtmosphereResource} injection implementation support.
AtmosphereResourceIntrospector() - Constructor for class org.atmosphere.inject.AtmosphereResourceIntrospector
 
AtmosphereResourceLifecycleInterceptor - Class in org.atmosphere.interceptor
This AtmosphereInterceptor implementation automatically suspends the intercepted AtmosphereResource and takes care of managing the response's state (flushing, resuming, etc.) when a Broadcaster.broadcast(java.lang.Object) is invoked.
AtmosphereResourceLifecycleInterceptor() - Constructor for class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
AtmosphereResourceLifecycleInterceptor(boolean) - Constructor for class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
atmosphereResourceListener(AtmosphereResourceListener) - Method in class org.atmosphere.cpr.AtmosphereFramework
AtmosphereResourceListener - Interface in org.atmosphere.cpr
Listener for when gets suspended and disconnected.
AtmosphereResourceListenerAdapter - Class in org.atmosphere.cpr
AtmosphereResourceListenerAdapter() - Constructor for class org.atmosphere.cpr.AtmosphereResourceListenerAdapter
 
atmosphereResourceListeners - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
atmosphereResourceListeners() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the list of AtmosphereResourceListener
AtmosphereResourceListenerService - Annotation Type in org.atmosphere.config.service
AtmosphereResourceListenerServiceProcessor - Class in org.atmosphere.annotation
 
AtmosphereResourceListenerServiceProcessor() - Constructor for class org.atmosphere.annotation.AtmosphereResourceListenerServiceProcessor
 
AtmosphereResourceSession - Interface in org.atmosphere.cpr
The AtmosphereResourceSession is managed by the AtmosphereResourceSessionFactory.
AtmosphereResourceSessionFactory - Interface in org.atmosphere.cpr
Factory for AtmosphereResourceSession instances
AtmosphereResourceSessionFactoryInjectable - Class in org.atmosphere.inject
 
AtmosphereResourceSessionFactoryInjectable() - Constructor for class org.atmosphere.inject.AtmosphereResourceSessionFactoryInjectable
 
AtmosphereResourceStateRecovery - Class in org.atmosphere.interceptor
This interceptor associates a AtmosphereResource to all Broadcaster the resource was added before the underlying connection got closed and resume.
AtmosphereResourceStateRecovery() - Constructor for class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
AtmosphereResourceStateRecovery.B - Class in org.atmosphere.interceptor
 
AtmosphereResourceStateRecovery.BroadcasterTracker - Class in org.atmosphere.interceptor
 
AtmosphereResourceStateRecovery.OnAlwaysSuspend - Class in org.atmosphere.interceptor
 
AtmosphereResponse - Interface in org.atmosphere.cpr
An Atmosphere's response representation.
AtmosphereResponse.Builder - Interface in org.atmosphere.cpr
 
AtmosphereResponseImpl - Class in org.atmosphere.cpr
An Atmosphere's response representation.
AtmosphereResponseImpl(AsyncIOWriter, AtmosphereRequest, boolean) - Constructor for class org.atmosphere.cpr.AtmosphereResponseImpl
 
AtmosphereResponseImpl(HttpServletResponse, AsyncIOWriter, AtmosphereRequest, boolean) - Constructor for class org.atmosphere.cpr.AtmosphereResponseImpl
 
AtmosphereResponseImpl.Builder - Class in org.atmosphere.cpr
 
AtmosphereResponseIntrospector - Class in org.atmosphere.inject
AtmosphereResource} injection implementation support.
AtmosphereResponseIntrospector() - Constructor for class org.atmosphere.inject.AtmosphereResponseIntrospector
 
AtmosphereService - Annotation Type in org.atmosphere.config.service
An annotation which acts like the ManagedService annotated resource, but that can be used with frameworks like Jersey, Wicket or any framework running the Atmosphere Framework.
AtmosphereServiceProcessor - Class in org.atmosphere.annotation
 
AtmosphereServiceProcessor() - Constructor for class org.atmosphere.annotation.AtmosphereServiceProcessor
 
AtmosphereServlet - Class in org.atmosphere.cpr
AtmosphereServlet that use Servlet 3.0 Async API when available, and fallback to native comet support if not available.
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(boolean, boolean) - Constructor for class org.atmosphere.cpr.AtmosphereServlet
Create an Atmosphere Servlet.
AtmosphereServletProcessor - Interface in org.atmosphere.cpr
Simple interface that can be used to wrap a Servlet from an AtmosphereHandler.
AtmosphereSession - Class in org.atmosphere.cpr
An AtmosphereSession allow an application to keep track of the AtmosphereResource associated with a remote client.
AtmosphereSession(AtmosphereResource, Broadcaster...) - Constructor for class org.atmosphere.cpr.AtmosphereSession
 
AtmosphereSession(AtmosphereResource) - Constructor for class org.atmosphere.cpr.AtmosphereSession
Track the current AtmosphereResource with all created Broadcaster
AtmosphereThreadFactory(boolean, String) - Constructor for class org.atmosphere.util.ExecutorsFactory.AtmosphereThreadFactory
 
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.
attachment(Object) - Method in class org.atmosphere.websocket.WebSocket
Attach an object.
attachment() - Method in class org.atmosphere.websocket.WebSocket
Return the attachment
attributes() - Method in interface org.atmosphere.cpr.AtmosphereRequest
attributes(Map<String, Object>) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
attributes() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
attributes(Map<String, Object>) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
attributes() - Method in class org.atmosphere.websocket.WebSocket
Return the attribute that was set during the websocket's open operation.
authenticate(HttpServletResponse) - Method in interface org.atmosphere.cpr.AtmosphereRequest
authenticate(HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
authenticate(HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
authType(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
authType(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
autoConfigureService(ServletContext) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
AUTODETECT_BROADCASTER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Scan the classpath to find Broadcaster

Default: true)
Value: org.atmosphere.cpr.Broadcaster.scanClassPath

autoDetectAtmosphereHandlers(ServletContext, URLClassLoader) - Method in class org.atmosphere.cpr.AtmosphereFramework
Auto detect instance of AtmosphereHandler in case META-INF/atmosphere.xml is missing.
autoDetectContainer() - Method in class org.atmosphere.cpr.AtmosphereFramework
Auto detect the underlying Servlet Container we are running on.
autoDetectHandlers - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
autoDetectHandlers - Variable in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
autoDetectWebSocketHandler(ServletContext, URLClassLoader) - Method in class org.atmosphere.cpr.AtmosphereFramework
Auto detect instance of WebSocketHandler in case META-INF/atmosphere.xml is missing.
available(AtmosphereResource) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory.Async
A stub representing an AtmosphereResource located somewhere in a cluster
awaitAndBroadcast(Object, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
Await for available AtmosphereResource before broadcasting.
awaitAndBroadcast(Object, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
awaitTermination(long, TimeUnit) - Method in class org.atmosphere.util.ForkJoinPool
 
awaitTermination(long, TimeUnit) - Method in class org.atmosphere.util.VoidExecutorService
 

B

B() - Constructor for class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.B
 
b(Object) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
BACKWARD_COMPATIBLE_WEBSOCKET_BEHAVIOR - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Before 1.0.12, WebSocket's AtmosphereResource manually added to Broadcaster were added without checking if the parent, e.g the AtmosphereResource's created on the first request was already added to the Broadcaster.
BaseInjectableProvider - Class in org.atmosphere.jersey
 
BaseInjectableProvider() - Constructor for class org.atmosphere.jersey.BaseInjectableProvider
 
bb - Variable in class org.atmosphere.websocket.WebSocket
 
bc - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
BEFORE_DEFAULT - Static variable in interface org.atmosphere.interceptor.InvokationOrder
 
binaryWrite - Variable in class org.atmosphere.websocket.WebSocket
 
binaryWrite(boolean) - Method in class org.atmosphere.websocket.WebSocket
Switch to binary write, or go back to text write.
BlockingIOCometSupport - Class in org.atmosphere.container
This class is used when the AtmosphereFramework fails to autodetect the Servlet Container we are running on.
BlockingIOCometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.BlockingIOCometSupport
 
body(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
body(byte[]) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
body(InputStream) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
body(Reader) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
body() - Method in interface org.atmosphere.cpr.AtmosphereRequest
Return the request's body.
body(byte[]) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
body(byte[], int, int) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
body(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
body(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
body(byte[]) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
body(InputStream) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
body(Reader) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
body() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
Body(String, byte[], int, int) - Constructor for class org.atmosphere.cpr.AtmosphereRequestImpl.Body
 
body - Variable in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
body(byte[]) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
body(byte[], int, int) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
body(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
borrowBroadcaster(Object) - Method in class org.atmosphere.pool.BoundedApachePoolableProvider
 
borrowBroadcaster(Object) - Method in interface org.atmosphere.pool.PoolableProvider
Return a Broadcaster
borrowBroadcaster(Object) - Method in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
BoundedApachePoolableProvider - Class in org.atmosphere.pool
An Bounder Broadcaster Pool Provider of Broadcaster.
BoundedApachePoolableProvider() - Constructor for class org.atmosphere.pool.BoundedApachePoolableProvider
 
Broadcast - Annotation Type in org.atmosphere.annotation
Broadcast to all suspended response the value of the method annotated with this annotation.
broadcast(Object) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended responses, eg.
broadcast(Object, AtmosphereResource) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended responses, eg.
broadcast(Object, Set<AtmosphereResource>) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object to all suspended response, eg.
broadcast(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcast(Object, AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcast(Object, Set<AtmosphereResource>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcast(String, Object, int, TimeUnit, boolean, boolean) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
broadcast(Object) - Method in class org.atmosphere.cpr.Meteor
Broadcast an Object to all suspended responses.
broadcast() - Method in class org.atmosphere.jersey.Broadcastable
Broadcast the message.
broadcast(AtmosphereResource, AtmosphereResourceEvent, Broadcaster) - Static method in class org.atmosphere.jersey.util.JerseyBroadcasterUtil
 
broadcast(Object) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
broadcast(Object, AtmosphereResource) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
broadcast(Object, Set<AtmosphereResource>) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
broadcast(Object, AtmosphereResource) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
the AtmosphereResource r will be exclude for this broadcast
broadcast(Object, Set<AtmosphereResource>) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
the AtmosphereResources subset will be exclude for this broadcast
broadcast(Object, List<HttpSession>) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
a list of sessions will be exclude for this broadcast
broadcast(Object, HttpSession) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
session will be exclude for this broadcast
broadcast(Object) - Method in class org.atmosphere.util.SimpleBroadcaster
 
broadcast(Object, AtmosphereResource) - Method in class org.atmosphere.util.SimpleBroadcaster
 
broadcast(Object, Set<AtmosphereResource>) - Method in class org.atmosphere.util.SimpleBroadcaster
 
broadcast(Object) - Method in class org.atmosphere.websocket.WebSocket
Broadcast, using the AtmosphereResource.getBroadcaster() the object to all WebSocket associated with the Broadcaster.
BROADCAST_FILTER_CLASSES - Static variable in interface org.atmosphere.cpr.ApplicationConfig
A list of BroadcastFilter separated by comma that will be added to every new Broadcaster.
Broadcastable - Class in org.atmosphere.jersey
Simple placeholder that can be used to broadcast message using a specific Broadcaster.
Broadcastable(Broadcaster) - Constructor for class org.atmosphere.jersey.Broadcastable
 
Broadcastable(Object, Broadcaster) - Constructor for class org.atmosphere.jersey.Broadcastable
Broadcast the message to the set of suspended AtmosphereResource, and write back the message to the request which invoked the current resource method.
Broadcastable(Object, Object, Broadcaster) - Constructor for class org.atmosphere.jersey.Broadcastable
Broadcast the message to the set of suspended AtmosphereResource, and write back the callerMessage to the request which invoked the current resource method.
BroadcastAction(BroadcastFilter.BroadcastAction.ACTION, Object) - Constructor for class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
BroadcastAction(Object) - Constructor for class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
broadcaster(AtmosphereFramework, Class<? extends Broadcaster>, String) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
broadcaster() - Method in interface org.atmosphere.config.managed.ManagedServiceInterceptor.ManagedAnnotation
 
broadcaster - Variable in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
broadcaster() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return the broadcaster associated with the AtmosphereResource this object contains.
broadcaster() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
broadcaster - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
Broadcaster - Interface in org.atmosphere.cpr
A Broadcaster is responsible for delivering messages to its subscribed AtmosphereResources, which are representing suspended responses.
broadcaster() - Method in class org.atmosphere.jersey.SuspendResponse
Return the Broadcaster that will be used to broadcast events.
broadcaster(Broadcaster) - Method in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
Set the Broadcaster
Broadcaster.POLICY - Enum in org.atmosphere.cpr
 
Broadcaster.SCOPE - Enum in org.atmosphere.cpr
 
BROADCASTER_ASYNC_WRITE_THREADPOOL_MAXSIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The maximum number of Thread created when writing requests BroadcasterConfig.setAsyncWriteService(java.util.concurrent.ExecutorService).
BROADCASTER_CACHE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default BroadcasterCache class.
BROADCASTER_CACHE_STRATEGY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Define when a broadcasted message is cached.
BROADCASTER_CLASS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default Broadcaster class.
BROADCASTER_FACTORY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default BroadcasterFactory class.
BROADCASTER_FACTORY - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The current installed BroadcasterFactory
BROADCASTER_FACTORY_EMPTY_WAIT_TIME_IN_SECONDS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The time, in second, to wait for a new object from the BoundedApachePoolableProvider

Default: 10 seconds Value: org.atmosphere.pool.BoundedApachePoolableProvider.waitingTime

BROADCASTER_FACTORY_POOL_SIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The size of the pool powering BoundedApachePoolableProvider

Default: 200 Value: org.atmosphere.pool.BoundedApachePoolableProvider.size

BROADCASTER_LIFECYCLE_POLICY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The BroadcasterLifeCyclePolicy policy to use.
BROADCASTER_LIFECYCLE_POLICY_IDLETIME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
BroadcasterLifecycle max idle time before executing.
BROADCASTER_MESSAGE_PROCESSING_THREADPOOL_MAXSIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The maximum number of Thread created when processing broadcast operations BroadcasterConfig.setExecutorService(java.util.concurrent.ExecutorService).
BROADCASTER_POLICY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Allow defining the Broadcaster's Suspend Policy Broadcaster.setSuspendPolicy(long, org.atmosphere.cpr.Broadcaster.POLICY).
BROADCASTER_POLICY_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Allow defining the Broadcaster's maximum Suspended Atmosphere Policy Broadcaster.setSuspendPolicy(long, org.atmosphere.cpr.Broadcaster.POLICY).
BROADCASTER_SHARABLE_THREAD_POOLS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Configure Broadcaster to share the same ExecutorService among them.
BROADCASTER_SHAREABLE_LISTENERS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Share between Broadcaster the same List of BroadcasterListener and BroadcasterLifeCyclePolicyListener.
BROADCASTER_THREAD_POOL - Static variable in class org.atmosphere.util.ExecutorsFactory
 
BROADCASTER_WAIT_TIME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The sleep time, in millisecond, before the DefaultBroadcaster release its reactive thread for pushing message and execute async write.
BroadcasterCache - Interface in org.atmosphere.cpr
A BroadcasterCache is a cache for broadcasted messages.
broadcasterCacheClassName - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
BroadcasterCacheInspector - Interface in org.atmosphere.cache
Inspect BroadcastMessages before they get added to the BroadcasterCache.
BroadcasterCacheInspectorService - Annotation Type in org.atmosphere.config.service
Annotation used to mark a BroadcasterCacheInspector.
BroadcasterCacheInspectorServiceProcessor - Class in org.atmosphere.annotation
 
BroadcasterCacheInspectorServiceProcessor() - Constructor for class org.atmosphere.annotation.BroadcasterCacheInspectorServiceProcessor
 
BroadcasterCacheListener - Interface in org.atmosphere.cpr
Listener for BroadcasterCache
BroadcasterCacheListenererviceProcessor - Class in org.atmosphere.annotation
 
BroadcasterCacheListenererviceProcessor() - Constructor for class org.atmosphere.annotation.BroadcasterCacheListenererviceProcessor
 
broadcasterCacheListeners - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
broadcasterCacheListeners() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
BroadcasterCacheListenerService - Annotation Type in org.atmosphere.config.service
An annotation for installing BroadcasterListener
BroadcasterCacheService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which BroadcasterCache class to use by default.
BroadcasterCacheServiceProcessor - Class in org.atmosphere.annotation
 
BroadcasterCacheServiceProcessor() - Constructor for class org.atmosphere.annotation.BroadcasterCacheServiceProcessor
 
broadcasterClass(AtmosphereFramework, Class<? extends Broadcaster>) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
broadcasterClassName - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
BroadcasterConfig - Class in org.atmosphere.cpr
Handle Broadcaster configuration like ExecutorService and BroadcastFilter.
BroadcasterConfig(List<String>, AtmosphereConfig, String) - Constructor for class org.atmosphere.cpr.BroadcasterConfig
Create a new BroadcasterConfig.
BroadcasterConfig(List<String>, AtmosphereConfig, boolean, String) - Constructor for class org.atmosphere.cpr.BroadcasterConfig
Create a new BroadcasterConfig.
BroadcasterConfig(ExecutorService, ExecutorService, ScheduledExecutorService, AtmosphereConfig, String) - Constructor for class org.atmosphere.cpr.BroadcasterConfig
Create a new BroadcasterConfig.
BroadcasterConfig.FilterManipulator - Interface in org.atmosphere.cpr
Manipulate the message before and after they are getting filtered by BroadcastFilter
BroadcasterCreationException(Throwable) - Constructor for exception org.atmosphere.cpr.BroadcasterFactory.BroadcasterCreationException
 
broadcasterFactory - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
BroadcasterFactory - Interface in org.atmosphere.cpr
Factory for Broadcaster used by Atmosphere when creating broadcasters.
broadcasterFactory(BroadcasterFactory) - Static method in class org.atmosphere.cpr.Universe
Set the must be unique BroadcasterFactory
broadcasterFactory() - Static method in class org.atmosphere.cpr.Universe
BroadcasterFactory.BroadcasterCreationException - Exception in org.atmosphere.cpr
 
broadcasterFactoryClassName - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
BroadcasterFactoryInjectable - Class in org.atmosphere.inject
 
BroadcasterFactoryInjectable() - Constructor for class org.atmosphere.inject.BroadcasterFactoryInjectable
 
BroadcasterFactoryService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which BroadcasterFactory class to use by default.
BroadcasterFactoryServiceProcessor - Class in org.atmosphere.annotation
 
BroadcasterFactoryServiceProcessor() - Constructor for class org.atmosphere.annotation.BroadcasterFactoryServiceProcessor
 
broadcasterFilters - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
broadcasterFilters() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the list of BroadcastFilters.
broadcasterFilters(BroadcastFilter) - Method in class org.atmosphere.cpr.AtmosphereFramework
BroadcasterFilterService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere to add the BroadcastFilter to all created Broadcaster
BroadcasterFuture<E> - Class in org.atmosphere.cpr
Simple Future that can be used when awaiting for a Broadcaster to finish its broadcast operation to AtmosphereHandler.
BroadcasterFuture(E) - Constructor for class org.atmosphere.cpr.BroadcasterFuture
 
BroadcasterFuture(Future<?>, E) - Constructor for class org.atmosphere.cpr.BroadcasterFuture
 
BroadcasterFuture(E, int) - Constructor for class org.atmosphere.cpr.BroadcasterFuture
 
BroadcasterFuture(Future<?>, E, int) - Constructor for class org.atmosphere.cpr.BroadcasterFuture
 
broadcasterID(String) - Method in class org.atmosphere.cpr.BroadcasterConfig
 
BroadcasterIntrospector - Class in org.atmosphere.inject
Broadcaster and Named injection support.
BroadcasterIntrospector() - Constructor for class org.atmosphere.inject.BroadcasterIntrospector
 
broadcasterLifeCyclePolicy - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
broadcasterLifeCyclePolicy() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
broadcasterLifeCyclePolicy(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
BroadcasterLifeCyclePolicy - Class in org.atmosphere.cpr
This class can be used to configure the life cycle of a Broadcaster, eg.
BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY - Enum in org.atmosphere.cpr
 
BroadcasterLifeCyclePolicy.Builder - Class in org.atmosphere.cpr
 
BroadcasterLifecyclePolicyHandler - Class in org.atmosphere.lifecycle
 
BroadcasterLifecyclePolicyHandler() - Constructor for class org.atmosphere.lifecycle.BroadcasterLifecyclePolicyHandler
 
BroadcasterLifeCyclePolicyListener - Interface in org.atmosphere.cpr
Simple listener to be used to track BroadcasterLifeCyclePolicy events.
BroadcasterLifeCyclePolicyListenerAdapter - Class in org.atmosphere.cpr
Simple adapter listener to be used to track BroadcasterLifeCyclePolicy events.
BroadcasterLifeCyclePolicyListenerAdapter() - Constructor for class org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerAdapter
 
broadcasterListener - Variable in class org.atmosphere.cpr.AtmosphereSession
 
BroadcasterListener - Interface in org.atmosphere.cpr
A listener for a Broadcaster's event lifecycle.
BroadcasterListener.BroadcastListenerException - Exception in org.atmosphere.cpr
Throw this exception to interrupt the Broadcaster.destroy() operation.
BroadcasterListenerAdapter - Class in org.atmosphere.cpr
An implementation of BroadcasterListener.
BroadcasterListenerAdapter() - Constructor for class org.atmosphere.cpr.BroadcasterListenerAdapter
 
broadcasterListeners - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
broadcasterListeners() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
broadcasterListeners() - Method in interface org.atmosphere.cpr.BroadcasterFactory
broadcasterListeners - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcasterListeners() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcasterListeners - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
broadcasterListeners() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
BroadcasterListenerService - Annotation Type in org.atmosphere.config.service
An annotation for installing BroadcasterListener
BroadcasterListenerServiceProcessor - Class in org.atmosphere.annotation
 
BroadcasterListenerServiceProcessor() - Constructor for class org.atmosphere.annotation.BroadcasterListenerServiceProcessor
 
BroadcasterProvider() - Constructor for class org.atmosphere.jersey.AtmosphereProviders.BroadcasterProvider
 
broadcasters() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return an unmodifiable list of Broadcasters associated with this resource
broadcasters(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
Deprecated.
Use AtmosphereResourceFactory.find(String).broadcasters() instead
broadcasters - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
broadcasters() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
broadcasters(String) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
Deprecated.
Use AtmosphereResourceFactory.find(String).broadcasters() instead
BroadcasterService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which Broadcaster class to use by default.
BroadcasterServiceProcessor - Class in org.atmosphere.annotation
 
BroadcasterServiceProcessor() - Constructor for class org.atmosphere.annotation.BroadcasterServiceProcessor
 
BroadcasterStringReader() - Constructor for class org.atmosphere.jersey.AtmosphereProviders.BroadcasterProvider.BroadcasterStringReader
 
BroadcasterTracker() - Constructor for class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.BroadcasterTracker
 
broadcasterTypes - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
broadcasterTypes() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
BroadcastFilter - Interface in org.atmosphere.cpr
Transform a message before it get broadcasted to AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent).
BroadcastFilter.BroadcastAction - Class in org.atmosphere.cpr
Simple class that tells the Broadcaster to broadcast or not the transformed value.
BroadcastFilter.BroadcastAction.ACTION - Enum in org.atmosphere.cpr
 
BroadcastFilterAdapter - Class in org.atmosphere.cpr
BroadcastFilterAdapter() - Constructor for class org.atmosphere.cpr.BroadcastFilterAdapter
 
BroadcastFilterLifecycle - Interface in org.atmosphere.cpr
Add lifecycle method to the BroadcastFilter interface.
BroadcastFilterServiceProcessor - Class in org.atmosphere.annotation
 
BroadcastFilterServiceProcessor() - Constructor for class org.atmosphere.annotation.BroadcastFilterServiceProcessor
 
BroadcastListenerException() - Constructor for exception org.atmosphere.cpr.BroadcasterListener.BroadcastListenerException
 
BroadcastMessage - Class in org.atmosphere.cache
A wrapper around an object passed to Broadcaster.broadcast(Object)
BroadcastMessage(String, Object) - Constructor for class org.atmosphere.cache.BroadcastMessage
 
BroadcastMessage(Object) - Constructor for class org.atmosphere.cache.BroadcastMessage
 
BroadcastOnPostAtmosphereInterceptor - Class in org.atmosphere.interceptor
This read the request's body and invoke the associated Broadcaster of an AtmosphereResource.
BroadcastOnPostAtmosphereInterceptor() - Constructor for class org.atmosphere.interceptor.BroadcastOnPostAtmosphereInterceptor
 
broadcastOnResume(Object) - Method in interface org.atmosphere.cpr.Broadcaster
Broadcast the Object when an AtmosphereResource is resumed by a timeout or when using AtmosphereResource.resume().
broadcastOnResume - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcastOnResume(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcastOnResume(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
broadcastReceivedMessage(Object) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
broadcastTo(String, Object) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
broadcastTo(String, Object, boolean) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
broadcastTo(String, Object) - Method in interface org.atmosphere.cpr.MetaBroadcaster
Broadcast the message to all Broadcasters whose Broadcaster.getID() matches the broadcasterID value.
broadcastTo(String, Object, boolean) - Method in interface org.atmosphere.cpr.MetaBroadcaster
Broadcast the message to all Broadcasters whose Broadcaster.getID() matches the broadcasterID value.
build() - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
build() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
build() - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
 
build() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
build() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
build(HttpServletRequest) - Static method in class org.atmosphere.cpr.Meteor
Create a Meteor using the HttpServletRequest.
build(HttpServletRequest, Serializer) - Static method in class org.atmosphere.cpr.Meteor
Create a Meteor using the HttpServletRequest and use the Serializer for writing 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 writing 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 writing the result of a broadcast operation the HttpServletResponse.
build() - Method in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
Build the SuspendResponse
Builder() - Constructor for class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
Builder() - Constructor for class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
Builder() - Constructor for class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
buildURL(FocusPoint) - Method in class org.atmosphere.util.analytics.GoogleAnalytics_v1_URLBuildingStrategy
 
buildURL(FocusPoint) - Method in interface org.atmosphere.util.analytics.URLBuildingStrategy
 
BUILT_IN_SESSION - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Use a build in HttpSession when using native WebSocket implementation.
ByteArrayAsyncWriter - Class in org.atmosphere.util
ByteArrayAsyncWriter() - Constructor for class org.atmosphere.util.ByteArrayAsyncWriter
 
byteBufferMaxSize() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
byteBufferMaxSize(int) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
BYTECODE_PROCESSOR - Static variable in interface org.atmosphere.cpr.ApplicationConfig
For use of (@link BytecodeBasedAnnotationProcessor} Default: false Value: org.atmosphere.cpr.annotation.useBytecodeProcessor
byteLength() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Body
byteOffset() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Body

C

cache(MetaBroadcaster.MetaBroadcasterCache) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
cache - Variable in class org.atmosphere.cpr.Deliver
 
cache(MetaBroadcaster.MetaBroadcasterCache) - Method in interface org.atmosphere.cpr.MetaBroadcaster
cache(String, Object) - Method in interface org.atmosphere.cpr.MetaBroadcaster.MetaBroadcasterCache
Cache the Broadcaster ID and message
cache(String, Object) - Method in class org.atmosphere.cpr.MetaBroadcaster.NoCache
 
cache(String, Object) - Method in class org.atmosphere.cpr.MetaBroadcaster.ThirtySecondsCache
 
CACHE_CONTROL - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
CACHE_MESSAGE_ON_IO_FLUSH_EXCEPTION - Static variable in interface org.atmosphere.cpr.ApplicationConfig
If a I/O exception occurs during a flush() or flushBuffer() exception, cache the bytes that was previously written.
cacheAndSuspend(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Look in the cache to see if there are messages available, and take the appropriate actions.
cacheCandidate(String, String) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
cacheCandidate(String, String) - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
cacheCandidate(String, String) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
cacheCandidate(String, String) - Method in interface org.atmosphere.cpr.BroadcasterCache
Add a AtmosphereResource.uuid() to the list of active AtmosphereResource Message will be cached for the resource associated with the uuid.
CACHED - Static variable in class org.atmosphere.cpr.DefaultBroadcaster
 
CacheHeadersInterceptor - Class in org.atmosphere.interceptor
At interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.
CacheHeadersInterceptor() - Constructor for class org.atmosphere.interceptor.CacheHeadersInterceptor
 
cacheLostMessage(AtmosphereResource, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Cache the message because an unexpected exception occurred.
cacheLostMessage(AtmosphereResource, DefaultBroadcaster.AsyncWriteToken) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Cache the message because an unexpected exception occurred.
cacheLostMessage(AtmosphereResource, DefaultBroadcaster.AsyncWriteToken, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Cache the message because an unexpected exception occurred.
CacheMessage - Class in org.atmosphere.cache
 
CacheMessage(String, Object, String) - Constructor for class org.atmosphere.cache.CacheMessage
 
CacheMessage(String, Long, Object, String) - Constructor for class org.atmosphere.cache.CacheMessage
 
cacheMessageOnIOException(Throwable) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
CALLBACK_JAVASCRIPT_PROTOCOL - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The callback for handshaking the JavaScriptProtocol.
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() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
cancel(boolean) - Method in class org.atmosphere.cpr.BroadcasterFuture
 
CANCEL_SUSPEND_OPERATION - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Cancel suspending a connection.
cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.BlockingIOCometSupport
 
cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.GlassFishv2CometSupport
 
cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Grizzly2CometSupport
 
cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.GrizzlyCometSupport
 
cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.JBossWebCometSupport
 
cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.JettyCometSupport
 
cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Servlet30CometSupport
 
cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Tomcat7CometSupport
 
cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.TomcatCometSupport
 
CANCELLED - Static variable in class org.atmosphere.cpr.Action
 
cancelled(AtmosphereRequest, AtmosphereResponse) - 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
 
candidateForPoolable - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
capitalize(String) - Static method in class org.atmosphere.util.IntrospectionUtils
Reverse of Introspector.decapitalize
cb - Variable in class org.atmosphere.websocket.WebSocket
 
CDI_INJECTOR - Static variable in interface org.atmosphere.cpr.FrameworkConfig
CDI Injector
CDIProducer - Interface in org.atmosphere.inject
A simple marker interface for for the CDI extension.
charBufferMaxSize() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
charBufferMaxSize(int) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
checkCachedAndPush(AtmosphereResource, AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
checkDefault(Class<? extends AtmosphereInterceptor>) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
checkValid() - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSession
 
checkWebSocketSupportState() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
ChunkConcatReaderPool - Class in org.atmosphere.util
Creates a signle reader instance from a sequence of readers.
ChunkConcatReaderPool() - Constructor for class org.atmosphere.util.ChunkConcatReaderPool
 
clazz - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
CLEAN_CLOSE - Static variable in class org.atmosphere.websocket.WebSocket
 
cleanup() - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
cleanup() - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
cleanup() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
cleanup() - Method in interface org.atmosphere.cpr.BroadcasterCache
Clean resources associated with this instance.
clear() - Method in class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
 
clear() - Static method in class org.atmosphere.util.IntrospectionUtils
 
clearCache(String, String, CacheMessage) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
clearCache(String, String, CacheMessage) - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
clearCache(String, String, CacheMessage) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
clearCache(String, String, CacheMessage) - Method in interface org.atmosphere.cpr.BroadcasterCache
Remove the previously cached message.
CLIENT_HEARTBEAT_INTERVAL_IN_SECONDS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Configuration key for client heartbeat.
clientHeartbeatFrequencyInSeconds() - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
Gets the desired heartbeat frequency from client.
clientHeartbeatFrequencyInSeconds(int) - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
ClientQueue() - Constructor for class org.atmosphere.cache.UUIDBroadcasterCache.ClientQueue
 
clock(int, AtmosphereResource, AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
Configures the heartbeat sent by the server in an interval in seconds specified in parameter for the given resource.
cloneRequest(HttpServletRequest, boolean, boolean, boolean, boolean) - Static method in class org.atmosphere.cpr.AtmosphereRequestImpl
Copy the HttpServletRequest content inside an AtmosphereRequest.
cloneState(AtmosphereResource) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
close() - Method in class org.atmosphere.container.version.Grizzly2WebSocket
 
close() - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
close() - Method in class org.atmosphere.container.version.JBossWebSocket
 
close() - Method in class org.atmosphere.container.version.Jetty8WebSocket
 
close() - Method in class org.atmosphere.container.version.Jetty9WebSocket
 
close() - Method in class org.atmosphere.container.version.JSR356WebSocket
 
close() - Method in class org.atmosphere.container.version.TomcatWebSocket
 
close(AtmosphereResponse) - Method in class org.atmosphere.container.version.TomcatWebSocket
 
close() - Method in class org.atmosphere.container.version.WebLogicWebSocket
 
close(AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Close the underlying connection.
close(AtmosphereResponse) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
 
close(AtmosphereResponse) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
close() - Method in interface org.atmosphere.cpr.AtmosphereResource
Close the underlying connection.
close() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
close() - Method in interface org.atmosphere.cpr.AtmosphereResponse
Close the associated AsyncIOWriter.
close() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
close() - Method in class org.atmosphere.cpr.AtmosphereSession
 
close(AtmosphereResponse) - Method in class org.atmosphere.util.ByteArrayAsyncWriter
 
close(Closeable...) - Static method in class org.atmosphere.util.IOUtils
Tries to close the given objects and log the IOException at INFO level to make the code more readable when we assume that the IOException won't be managed.
close() - Method in class org.atmosphere.util.ReaderInputStream
Close the stream.
close(WebSocket, int) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
close(AtmosphereResponse) - Method in class org.atmosphere.websocket.WebSocket
 
close() - Method in class org.atmosphere.websocket.WebSocket
Close the underlying WebSocket
close(WebSocket, int) - Method in interface org.atmosphere.websocket.WebSocketProcessor
Invked when the WebServer is closing the native WebSocket
close(WebSocket, int) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
CLOSE_STREAM_ON_CANCEL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Close the AtmosphereResponseImpl.getOutputStream() when AtmosphereResource.close() gets invoked, or when the underlying server close the connection.
closeAtmosphereResource() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
CLOSED_ATMOSPHERE_THINK_TIME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Wait X milliseconds before considering the AtmosphereResource closed.
closeMessage(HttpServletRequest) - Static method in class org.atmosphere.util.Utils
 
closeStreamOrWriter() - Method in interface org.atmosphere.cpr.AtmosphereResponse
Close the associated PrintWriter or OutputStream
closeStreamOrWriter() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
closingTime() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
Cluster - Annotation Type in org.atmosphere.annotation
Defines an annotation that can be used to add clustering support when a Broadcaster is used.
ClusterBroadcastFilter - Interface in org.atmosphere.cpr
Specialize BroadcastFilter used when clustering is enabled.
COMET_EVENT - Static variable in class org.atmosphere.container.Tomcat7CometSupport
 
COMET_EVENT - Static variable in class org.atmosphere.container.TomcatCometSupport
 
COMPARATOR - Static variable in class org.atmosphere.util.uri.UriTemplate
Order the templates according according to JAX-RS.
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.BlockingIOCometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.GlassFishv2CometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Grizzly2CometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.GrizzlyCometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.JBossWebCometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Jetty7CometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.JettyCometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.NettyCometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Servlet30CometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.Tomcat7CometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.TomcatCometSupport
 
complete(AtmosphereResourceImpl) - Method in class org.atmosphere.cpr.AsynchronousProcessor
 
complete(E) - Method in interface org.atmosphere.cpr.AsyncSupport
Complete and close the connection associated with an implementation of AtmosphereResource
completed() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
completed() - Method in interface org.atmosphere.cpr.CompletionAware
 
completeLifecycle(AtmosphereResource, boolean) - Method in class org.atmosphere.cpr.AsynchronousProcessor
Cancel or times out an AtmosphereResource by invoking it's associated AtmosphereHandler.onStateChange(AtmosphereResourceEvent)
CompletionAware - Interface in org.atmosphere.cpr
The CompletionAware interface is used by a class implementing the AtmosphereResponse interface to be notified when writing to the response has been completed.
computePath(AtmosphereRequest) - Method in class org.atmosphere.util.DefaultEndpointMapper
 
config - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
config - Variable in class org.atmosphere.config.managed.ServiceInterceptor
 
config - Variable in class org.atmosphere.cpr.AsynchronousProcessor
 
config - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
config - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
config - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
config - Variable in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
config() - Method in class org.atmosphere.websocket.WebSocket
 
configExecutors() - Method in class org.atmosphere.cpr.BroadcasterConfig
 
configure(AtmosphereConfig) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
configure(AtmosphereConfig) - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
configure(AtmosphereConfig) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
configure(AtmosphereConfig) - Method in class org.atmosphere.client.TrackMessageSizeInterceptor
 
configure(AtmosphereConfig, Object) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
configure(AtmosphereConfig) - Method in class org.atmosphere.config.managed.ServiceInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework.DefaultAtmosphereObjectFactory
 
configure(AtmosphereConfig) - Method in class org.atmosphere.cpr.AtmosphereInterceptorAdapter
 
configure(AtmosphereConfig) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
 
configure(Class<? extends Broadcaster>, String, AtmosphereConfig) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Configure the factory
configure(AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultAnnotationProcessor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
 
configure(Class<? extends Broadcaster>, String, AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
configure(String) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
configure(AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
configure(AtmosphereConfig, Object) - Method in interface org.atmosphere.handler.AnnotatedProxy
Configure the proxy.
configure(AtmosphereConfig) - Method in interface org.atmosphere.inject.AtmosphereConfigAware
Configure an AtmosphereFramework object.
configure(AtmosphereConfig) - Method in class org.atmosphere.inject.AtmosphereProducers
 
configure(AtmosphereConfig) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.CacheHeadersInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.CorsInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.IdleResourceInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.JavaScriptProtocol
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.JSONPAtmosphereInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.OnDisconnectInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.SSEAtmosphereInterceptor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.interceptor.TrackMessageSizeB64Interceptor
 
configure(ResourceConfig) - Method in class org.atmosphere.jersey.AtmosphereResourceConfigurator
 
configure(String) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
 
configure(AtmosphereConfig) - Method in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
configure(AtmosphereConfig) - Method in class org.atmosphere.util.DefaultEndpointMapper
 
configure(AtmosphereConfig) - Method in class org.atmosphere.util.VoidAnnotationProcessor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
configure(AtmosphereConfig) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
 
configure(AtmosphereConfig) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
configure(AtmosphereConfig) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
configure(AtmosphereConfig) - Method in interface org.atmosphere.websocket.WebSocketProcessor
Configure, or post construct a WebSocketProcessor
configure(AtmosphereConfig) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
configureAtmosphereInterceptor(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
Configure the list of AtmosphereInterceptor.
configureBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
configureBroadcasterFactory() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
configureDetectedFramework(ReflectorServletProcessor, boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
configureFramework(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
configureFramework(ServletConfig, boolean, boolean, Class<? extends AtmosphereFramework>) - Method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
configureFramework(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
configureFramework(ServletConfig, boolean) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
configureGenericObjectPoolConfig() - Method in class org.atmosphere.pool.BoundedApachePoolableProvider
 
configureGenericObjectPoolConfig() - Method in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
configureHeader(AtmosphereRequest) - Static method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
configureObjectFactory() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
configureQueryStringAsRequest(AtmosphereRequest) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
configureRequestResponse(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AtmosphereFramework
Configure some attributes on the AtmosphereRequest.
configureScanningPackage(ServletConfig, String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
configureSharedCacheExecutor() - Method in class org.atmosphere.cpr.BroadcasterConfig
 
configureWebDotXmlAtmosphereHandler(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
confPadding(int) - Static method in class org.atmosphere.interceptor.PaddingAtmosphereInterceptor
 
constructRequest(WebSocket, String, String, String, String, boolean) - Static method in class org.atmosphere.websocket.protocol.ProtocolUtil
 
CONTAINER_RESPONSE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A reference to the Jersey's ContainerResponse.
ContainerInitializer - Class in org.atmosphere.cpr
Initializer for the AtmosphereFramework per servlet instance, this initializer is called during web-application startup lifecycle (since Servlet 3.0).
ContainerInitializer() - Constructor for class org.atmosphere.cpr.ContainerInitializer
 
containsHeader(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
containsHeader(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
containsKey(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
 
contentLength(Long) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
contentLength(Long) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
contentType(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
contentType(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
contentType(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
contentType(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
contentType - Variable in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
contentType - Variable in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
contextPath(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
contextPath(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
contextPath(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
contextPath(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
contextualEncode(String, UriComponent.Type) - Static method in class org.atmosphere.util.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
contextualEncode(String, UriComponent.Type, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
CONTINUE - Static variable in class org.atmosphere.cpr.Action
 
convert(String, Class<?>) - Static method in class org.atmosphere.util.IntrospectionUtils
 
cookies(Set<Cookie>) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
cookies(Set<Cookie>) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
CookieUtil - Class in org.atmosphere.util
This class is a cut & paste from Tomcat's Cookie creation.
CookieUtil() - Constructor for class org.atmosphere.util.CookieUtil
 
CookieUtil.ServerCookieDecoder - Class in org.atmosphere.util
 
copyAttributes(HttpSession) - Method in class org.atmosphere.util.FakeHttpSession
 
CorsInterceptor - Class in org.atmosphere.interceptor
CORS support.
CorsInterceptor() - Constructor for class org.atmosphere.interceptor.CorsInterceptor
 
create - Variable in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
create(AtmosphereConfig, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
create(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
create(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler, AtmosphereResource.TRANSPORT) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
create(AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
create(AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler, AtmosphereResource.TRANSPORT) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
 
create(AtmosphereConfig, AtmosphereResponse, AsyncSupport<?>) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
create(AtmosphereConfig, String) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
Create an AtmosphereResource associated with the uuid.
create(AtmosphereConfig, String, AtmosphereRequest) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
Create an AtmosphereResource associated with the uuid.
create(AtmosphereConfig, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
create(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
create(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler, AtmosphereResource.TRANSPORT) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
create(AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
create(AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler, AtmosphereResource.TRANSPORT) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
 
create(AtmosphereConfig, AtmosphereResponse, AsyncSupport<?>) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
create(AtmosphereConfig, String) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
Create an AtmosphereResource associated with the uuid.
create(AtmosphereConfig, String, AtmosphereRequest) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
Create an AtmosphereResource associated with the uuid.
create(AbstractMethod) - Method in class org.atmosphere.jersey.AtmosphereFilter
Create a ResourceFilter which contains the information about the annotation being processed.
createAsyncSupportResolver() - Method in class org.atmosphere.cpr.AtmosphereFramework
Returns an instance of AsyncSupportResolver AsyncSupportResolver.
createAtmosphereRequest(AtmosphereRequest, String) - Method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
createBroadcaster(Class<T>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
createBroadcaster() - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
 
createBroadcasterConfig(AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultBroadcaster
createBroadcasterConfig(AtmosphereConfig) - Method in class org.atmosphere.util.SimpleBroadcaster
 
CREATED - Static variable in class org.atmosphere.cpr.Action
 
createResponse(AtmosphereResponse, byte[]) - Method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
createURI(Map<String, String>) - Method in class org.atmosphere.util.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String...) - Method in class org.atmosphere.util.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String[], int, int) - Method in class org.atmosphere.util.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class org.atmosphere.util.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class org.atmosphere.util.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, Object[], boolean) - Static method in class org.atmosphere.util.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Object[], boolean) - Static method in class org.atmosphere.util.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createUriPattern(UriTemplateParser) - Method in class org.atmosphere.util.uri.UriTemplate
Create the URI pattern from a URI template parser.
createURIWithStringValues(String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class org.atmosphere.util.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class org.atmosphere.util.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String[], boolean) - Static method in class org.atmosphere.util.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean) - Static method in class org.atmosphere.util.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createWebSocket(ProtocolHandler, WebSocketListener...) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
createWrapperAndConfigureHandler(AtmosphereHandler, String, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
currentLifecycleTask() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
currentLifecycleTask(Future<?>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
CUSTOM_ANNOTATION_PACKAGE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
A list, separated by comma, of package name to scan when looking for @AtmosphereAnnotation custom Annotation.
customAnnotationPackages() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the list of packages the framework should look for AtmosphereAnnotation.

D

decode(U) - Method in interface org.atmosphere.config.managed.Decoder
Decode the specified object of type U into object of type T
decode(List<Decoder<?, ?>>, Object) - Static method in class org.atmosphere.config.managed.Invoker
 
decode(String) - Method in class org.atmosphere.util.CookieUtil.ServerCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
decode(String, Set<Cookie>) - Method in class org.atmosphere.util.CookieUtil.ServerCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
decode(String, UriComponent.Type) - Static method in class org.atmosphere.util.uri.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decodeComponent(String) - Static method in class org.atmosphere.util.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeComponent(String, Charset) - Static method in class org.atmosphere.util.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeMatrix(String, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
Decode the matrix component of a URI path segment.
decodePath(URI, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
Decode the path component of a URI as path segments.
decodePath(String, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<UriComponent.PathSegmentImpl>, String, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
 
decodeQuery(URI, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
Decode the query component of a URI.
Decoder<U,T> - Interface in org.atmosphere.config.managed
Decode a message in order to invoke a class annotated with ManagedService with a method annotated with Message.
DEFAULT - Static variable in interface org.atmosphere.cpr.BroadcasterCache
 
Default() - Constructor for class org.atmosphere.handler.AbstractReflectorAtmosphereHandler.Default
 
DEFAULT_ASYNC_THREAD - Static variable in class org.atmosphere.util.ExecutorsFactory
 
DEFAULT_ATMOSPHERE_CONFIG_PATH - Static variable in class org.atmosphere.cpr.AtmosphereFramework
 
DEFAULT_ATMOSPHERE_INTERCEPTORS - Static variable in class org.atmosphere.cpr.AtmosphereFramework
 
DEFAULT_CONTENT_TYPE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default content-type value used when Atmosphere requires one.
DEFAULT_HANDLER_PATH - Static variable in class org.atmosphere.cpr.AtmosphereFramework
 
DEFAULT_KEEP_ALIVE - Static variable in class org.atmosphere.util.ExecutorsFactory
 
DEFAULT_LIB_PATH - Static variable in class org.atmosphere.cpr.AtmosphereFramework
 
DEFAULT_MESSAGE_THREAD - Static variable in class org.atmosphere.util.ExecutorsFactory
 
DEFAULT_NAMED_DISPATCHER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default Servlet used when forwarding request.
DEFAULT_SERIALIZER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set the default Serializer implementation AtmosphereResources use to serialize broadcasted objects.
DefaultAnnotationProcessor - Class in org.atmosphere.cpr
An AnnotationProcessor that selects between a ServletContextInitializer based scanner, and a bytecode based scanner based on .
DefaultAnnotationProcessor() - Constructor for class org.atmosphere.cpr.DefaultAnnotationProcessor
 
DefaultAsyncSupportResolver - Class in org.atmosphere.cpr
This is the default implementation of @link {AsyncSupportResolver}.
DefaultAsyncSupportResolver(AtmosphereConfig) - Constructor for class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
DefaultAtmosphereObjectFactory() - Constructor for class org.atmosphere.cpr.AtmosphereFramework.DefaultAtmosphereObjectFactory
 
DefaultAtmosphereResourceFactory - Class in org.atmosphere.cpr
A Factory used to manage AtmosphereResource instances.
DefaultAtmosphereResourceFactory() - Constructor for class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
 
DefaultAtmosphereResourceSession - Class in org.atmosphere.cpr
 
DefaultAtmosphereResourceSession() - Constructor for class org.atmosphere.cpr.DefaultAtmosphereResourceSession
 
DefaultAtmosphereResourceSessionFactory - Class in org.atmosphere.cpr
 
DefaultAtmosphereResourceSessionFactory() - Constructor for class org.atmosphere.cpr.DefaultAtmosphereResourceSessionFactory
 
DefaultBroadcaster - Class in org.atmosphere.cpr
The default Broadcaster implementation.
DefaultBroadcaster() - Constructor for class org.atmosphere.cpr.DefaultBroadcaster
 
DefaultBroadcaster.AsyncWriteToken - Class in org.atmosphere.cpr
 
DefaultBroadcaster.WriteQueue - Class in org.atmosphere.cpr
 
DefaultBroadcasterCache - Class in org.atmosphere.cache
 
DefaultBroadcasterCache() - Constructor for class org.atmosphere.cache.DefaultBroadcasterCache
 
DefaultBroadcasterFactory - Class in org.atmosphere.cpr
This class is responsible for creating Broadcaster instances.
DefaultBroadcasterFactory() - Constructor for class org.atmosphere.cpr.DefaultBroadcasterFactory
 
DefaultBroadcasterFactory(Class<? extends Broadcaster>, String, AtmosphereConfig) - Constructor for class org.atmosphere.cpr.DefaultBroadcasterFactory
Deprecated.
defaultCometSupport(boolean) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
This method is used to determine the default AsyncSupport if all else fails.
DefaultEndpointMapper<U> - Class in org.atmosphere.util
Default implementation of the EndpointMapper used by the AsynchronousProcessor and DefaultWebSocketProcessor
DefaultEndpointMapper() - Constructor for class org.atmosphere.util.DefaultEndpointMapper
 
defaultInterceptors() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
defaultManagedServiceInterceptors(AtmosphereFramework, List<AtmosphereInterceptor>) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
DefaultMetaBroadcaster - Class in org.atmosphere.cpr
Broadcast events to all or a subset of available Broadcasters based on their Broadcaster.getID() value.
DefaultMetaBroadcaster() - Constructor for class org.atmosphere.cpr.DefaultMetaBroadcaster
 
defaultPackagesToScan() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
defaultPolicy - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
defaultPolicyInteger - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
defaultSerializerClass - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
defaultSerializerClassName - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
DefaultUUIDProvider - Class in org.atmosphere.util
 
DefaultUUIDProvider() - Constructor for class org.atmosphere.util.DefaultUUIDProvider
 
DefaultWebSocketFactory - Class in org.atmosphere.websocket
 
DefaultWebSocketFactory() - Constructor for class org.atmosphere.websocket.DefaultWebSocketFactory
 
DefaultWebSocketProcessor - Class in org.atmosphere.websocket
Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket request to the proper WebSocket implementation.
DefaultWebSocketProcessor() - Constructor for class org.atmosphere.websocket.DefaultWebSocketProcessor
 
DELAY_PROTOCOL_IN_MILLISECONDS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Delay the sending of the Atmosphere's first message protocol by X seconds

Default: 0
Value: org.atmosphere.interceptor.JavaScriptProtocol.delayProtocolInSeconds

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
 
delayBroadcast(Object, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
delayedBroadcast - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
delayTo(String, Object, int, TimeUnit) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
delayTo(String, Object, int, TimeUnit) - Method in interface org.atmosphere.cpr.MetaBroadcaster
Delay the message delivery to Broadcasters whose Broadcaster.getID() matches the broadcasterID value.
delegateToNativeResponse(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
delegateToNativeResponse(boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
Delete - Annotation Type in org.atmosphere.config.service
Use this annotation with the ManagedService annotation.
delimiter - Variable in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
delimiter - Variable in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
Deliver - Class in org.atmosphere.cpr
A Deliver is an Broadcaster's internal token that is created before the message gets Broadcaster.
Deliver(Deliver.TYPE, Object, Object, AtmosphereResource, BroadcasterFuture<?>, CacheMessage, boolean, Set<AtmosphereResource>, boolean) - Constructor for class org.atmosphere.cpr.Deliver
 
Deliver(Object, AtmosphereResource, BroadcasterFuture<?>, Object) - Constructor for class org.atmosphere.cpr.Deliver
 
Deliver(Object, BroadcasterFuture<?>, Object) - Constructor for class org.atmosphere.cpr.Deliver
 
Deliver(AtmosphereResource, Deliver) - Constructor for class org.atmosphere.cpr.Deliver
 
Deliver(AtmosphereResource, Deliver, CacheMessage) - Constructor for class org.atmosphere.cpr.Deliver
 
Deliver(Object, Set<AtmosphereResource>, BroadcasterFuture<?>, Object) - Constructor for class org.atmosphere.cpr.Deliver
 
Deliver(Object, BroadcasterFuture<?>, boolean) - Constructor for class org.atmosphere.cpr.Deliver
 
deliver(Object, DeliverTo, DeliverTo.DELIVER_TO, AtmosphereResource) - Static method in class org.atmosphere.util.IOUtils
Delivers the given message according to the specified {@link org.atmosphere.config.service.DeliverTo configuration).
Deliver.TYPE - Enum in org.atmosphere.cpr
 
deliverPush(Deliver, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
DeliverTo - Annotation Type in org.atmosphere.config.service
Broadcast the returned value only to the calling resource DeliverTo.DELIVER_TO.RESOURCE, to its associated Broadcaster DeliverTo.DELIVER_TO.BROADCASTER or to all created Broadcasters DeliverTo.DELIVER_TO.ALL
DeliverTo.DELIVER_TO - Enum in org.atmosphere.config.service
 
destroy() - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
destroy() - Method in class org.atmosphere.cpr.AnnotationHandler
 
destroy() - Method in interface org.atmosphere.cpr.AnnotationProcessor
Destroy all resources associated with this object.
destroy() - Method in class org.atmosphere.cpr.AtmosphereConfig
destroy() - Method in class org.atmosphere.cpr.AtmosphereFilter
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
destroy() - Method in interface org.atmosphere.cpr.AtmosphereHandler
Destroy this handler
destroy() - Method in interface org.atmosphere.cpr.AtmosphereInterceptor
Clean the AtmosphereInterceptor when removed or when the Atmosphere is undeployed.
destroy() - Method in class org.atmosphere.cpr.AtmosphereInterceptorAdapter
 
destroy() - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
destroy(boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
destroy(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
destroy() - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
 
destroy() - Method in interface org.atmosphere.cpr.AtmosphereResourceSessionFactory
 
destroy() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
destroy(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
destroy(boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
destroy() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
destroy() - Method in interface org.atmosphere.cpr.Broadcaster
Destroy this instance and shutdown it's associated ExecutorService.
destroy() - Method in class org.atmosphere.cpr.BroadcasterConfig
 
destroy(boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
 
destroy() - Method in interface org.atmosphere.cpr.BroadcasterFactory
Shutdown all Broadcasters.
destroy() - Method in interface org.atmosphere.cpr.BroadcastFilterLifecycle
Destroy this BroadcastFilter and its internal resources.
destroy() - Method in class org.atmosphere.cpr.DefaultAnnotationProcessor
 
destroy() - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
 
destroy() - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSessionFactory
 
destroy() - Method in class org.atmosphere.cpr.DefaultBroadcaster.AsyncWriteToken
 
destroy() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
destroy() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
destroy() - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
destroy() - Method in interface org.atmosphere.cpr.MetaBroadcaster
 
destroy() - Method in class org.atmosphere.cpr.Meteor
Mark this instance as destroyed.
destroy() - Method in class org.atmosphere.cpr.MeteorServlet
 
destroy() - Method in class org.atmosphere.cpr.WebSocketProcessorFactory
 
destroy() - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
 
destroy() - Method in class org.atmosphere.handler.AtmosphereHandlerAdapter
 
destroy() - Method in class org.atmosphere.handler.OnMessage
 
destroy() - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
destroy() - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
destroy() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
destroy() - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
destroy() - Method in class org.atmosphere.interceptor.IdleResourceInterceptor
 
destroy() - Method in class org.atmosphere.util.annotation.AnnotationDetector
Reclaim memory.
destroy() - Method in class org.atmosphere.util.AtmosphereFilterChain
 
destroy() - Method in class org.atmosphere.util.FakeHttpSession
 
destroy() - Method in class org.atmosphere.util.uri.UriTemplate
 
destroy() - Method in class org.atmosphere.util.uri.UriTemplateParser
 
destroy() - Method in class org.atmosphere.util.VoidAnnotationProcessor
 
destroy() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
destroy() - Method in class org.atmosphere.websocket.WebSocketHandshakeFilter
 
destroy() - Method in interface org.atmosphere.websocket.WebSocketProcessor
Destroy all resources associated with this class.
destroy() - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
destroyable(boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
destroyable(boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
destroyable(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
destroyable(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
destroyable(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
 
destroyable(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
destroyable(boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
destroyable(boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
destroyable() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
destroyable - Variable in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
destroyable - Variable in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
DESTROYED - Static variable in class org.atmosphere.cpr.Action
 
destroyed() - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
destroyed() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
destroyed() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
destroyed() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
destroyed - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
destroyInterceptors() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
destroyMeteor(AtmosphereRequest) - Static method in class org.atmosphere.util.Utils
 
detect() - Static method in class org.atmosphere.util.analytics.ModuleDetection
 
detect() - Method in class org.atmosphere.util.annotation.AnnotationDetector
Report all Java ClassFile files available on the class path.
detect(String...) - Method in class org.atmosphere.util.annotation.AnnotationDetector
Report all Java ClassFile files available on the class path within the specified packages and sub packages.
detect(File...) - Method in class org.atmosphere.util.annotation.AnnotationDetector
Report all Java ClassFile files available from the specified files and/or directories, including sub directories.
detectContainersPresent() - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
Returns a list of comet support by containers available on the classpath.
detectSupportedFramework(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
Auto-detect Jersey when no atmosphere.xml file is specified.
detectWebSocketPresent(boolean, boolean) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
dirtyClose() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
DISABLE_ATMOSPHERE_INITIALIZER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Disable container managed framework auto initialization during startup lifecycle (Servlet 3.0).
DISABLE_ATMOSPHEREINTERCEPTOR - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Disable au-discovery of pre-installed AtmosphereInterceptors.
DISABLE_ATMOSPHEREINTERCEPTORS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Disables the list of AtmosphereInterceptors.
DISABLE_ONSTATE_EVENT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Disable invoking AtmosphereHandler.onStateChange(org.atmosphere.cpr.AtmosphereResourceEvent) when the connection times out or get cancelled.
disableCache() - Static method in class org.atmosphere.config.managed.TypeResolver
Disables the internal caching of TypeVariables.
disableSuspend(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
disableSuspendEvent(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
disableSuspendEvent() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
DISALLOW_MODIFY_QUERYSTRING - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Disallow Atmosphere to modify the query string of incoming connections.
Disconnect - Annotation Type in org.atmosphere.config.service
Use this annotation with the ManagedService annotation.
DISCONNECT_TRANSPORT_MESSAGE - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
dispatch(HttpEvent) - Method in class org.atmosphere.container.JBossAsyncSupportWithWebSocket
 
dispatch(WebSocket, AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
Dispatch to request/response to the AsyncSupport implementation as it was a normal HTTP request.
dispatchMessages(Deliver) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
dispatchReader(WebSocket, Reader) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
dispatchRequestAsynchronously(boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
dispatchRequestAsynchronously() - Method in interface org.atmosphere.cpr.AtmosphereRequest
Dispatch the request asynchronously to container.
dispatchRequestAsynchronously(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
dispatchRequestAsynchronously() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
dispatchStream(WebSocket, InputStream) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
dispatchThread - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
doCometSupport(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AtmosphereFramework
Invoke the proprietary AsyncSupport.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of AsyncSupport.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.atmosphere.cpr.AtmosphereFilter
Normal doFilter invocation.
doFilter(ServletRequest, ServletResponse) - Method in class org.atmosphere.util.AtmosphereFilterChain
Invoke the next filter in this chain, passing the specified request and response.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.atmosphere.websocket.WebSocketHandshakeFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of AsyncSupport.
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of AsyncSupport.
doInitParams(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
Read init params from web.xml and apply them.
doInitParams(ServletConfig, boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
Read init params from web.xml and apply them.
doInitParamsForWebSocket(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
done() - Method in class org.atmosphere.cpr.BroadcasterFuture
Invoked when a Broadcaster completed its broadcast operation.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of AsyncSupport
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of AsyncSupport.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of AsyncSupport.
doService(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.JBossAsyncSupportWithWebSocket
 
doService(AsynchronousProcessor, AtmosphereRequest, AtmosphereResponse, WebSocketFactory) - Static method in class org.atmosphere.container.JettyWebSocketUtil
 
doService(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Tomcat7AsyncSupportWithWebSocket
 
doService(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Tomcat7BIOSupportWithWebSocket
 
doService(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Tomcat7Servlet30SupportWithWebSocket
 
doService(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.container.TomcatWebSocketUtil.Delegate
 
doService(AtmosphereRequest, AtmosphereResponse, TomcatWebSocketUtil.Delegate, AtmosphereConfig, WebSocketProcessor) - Static method in class org.atmosphere.container.TomcatWebSocketUtil
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereServlet
Delegate the request processing to an instance of AsyncSupport.
DROP_ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere to not write the access-control header.

E

ECHO_ATMOSPHEREHANDLER - Static variable in class org.atmosphere.container.EmbeddedWebSocketHandler
 
EchoMethodHandler() - Constructor for class org.atmosphere.util.ServletProxyFactory.EchoMethodHandler
 
EchoProtocol - Class in org.atmosphere.websocket.protocol
Simple WebSocketProcessor that invoke the Broadcaster.broadcast(java.lang.Object) API when a WebSocket message is received.
EchoProtocol() - Constructor for class org.atmosphere.websocket.protocol.EchoProtocol
 
EmbeddedWebSocketHandler - Class in org.atmosphere.container
websocketd support.
EmbeddedWebSocketHandler(AtmosphereFramework) - Constructor for class org.atmosphere.container.EmbeddedWebSocketHandler
 
EMPTY - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
EMPTY - Static variable in class org.atmosphere.util.uri.UriPattern
The empty URI pattern that matches the null or empty URI path
EMPTY - Static variable in class org.atmosphere.util.uri.UriTemplate
The empty URI template that matches the null or empty URI path
EMPTY_DESTROY - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
emptyList - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
emptyList - Variable in class org.atmosphere.cache.UUIDBroadcasterCache
 
enableAccessControl() - Method in class org.atmosphere.interceptor.CorsInterceptor
 
enableAccessControl(boolean) - Method in class org.atmosphere.interceptor.CorsInterceptor
 
enableCache() - Static method in class org.atmosphere.config.managed.TypeResolver
Enables the internal caching of TypeVariables.
encode(U) - Method in interface org.atmosphere.config.managed.Encoder
Encode the object of type U into an object of type T.
encode(List<Encoder<?, ?>>, Object) - Static method in class org.atmosphere.config.managed.Invoker
 
encode(String, UriComponent.Type) - Static method in class org.atmosphere.util.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(String, UriComponent.Type, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encodeLiteralCharacters(String) - Method in class org.atmosphere.util.uri.UriTemplateParser
Encode literal characters of a template.
Encoder<U,T> - Interface in org.atmosphere.config.managed
Encode a message returned by a method annotated with Message or a ManagedService annotated class.
encodeRedirectURL(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
encodeRedirectUrl(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
encodeRedirectURL(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
encodeRedirectUrl(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
encodeTemplateNames(String) - Static method in class org.atmosphere.util.uri.UriComponent
Encodes a string with template parameters names present, specifically the characters '{' and '}' will be percent-encoded.
encodeURL(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
encodeUrl(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
encodeURL(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
encodeUrl(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
encoding(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
encoding(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
endAsyncContext(AtmosphereRequest) - Method in class org.atmosphere.container.Servlet30CometSupport
 
endBroadcast(Deliver, AtmosphereResource, CacheMessage, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
ENDPOINT_MAPPER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Define an implementation of the EndpointMapper.
endpointMapper - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
endPointMapper() - Method in class org.atmosphere.cpr.AtmosphereFramework
The current EndpointMapper used to map requests to AtmosphereHandler.
endPointMapper(EndpointMapper) - Method in class org.atmosphere.cpr.AtmosphereFramework
EndpointMapper<U> - Interface in org.atmosphere.util
This class is responsible for mapping request to handler like AtmosphereHandler or WebSocketHandler
EndpointMapperService - Annotation Type in org.atmosphere.config.service
An annotation to use in order to replace the default EndpointMapper
EndpointMapperServiceProcessor - Class in org.atmosphere.annotation
 
EndpointMapperServiceProcessor() - Constructor for class org.atmosphere.annotation.EndpointMapperServiceProcessor
 
endRequest(AtmosphereResourceImpl, boolean) - Method in class org.atmosphere.cpr.AsynchronousProcessor
 
endsWithSlash() - Method in class org.atmosphere.util.uri.UriTemplate
 
ENFORCE_ATMOSPHERE_VERSION - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Disable the Atmosphere Protocol version check.
enforceAtmosphereVersion() - Method in class org.atmosphere.interceptor.JavaScriptProtocol
 
enforceAtmosphereVersion(boolean) - Method in class org.atmosphere.interceptor.JavaScriptProtocol
 
entryDone(BroadcasterFuture<?>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
equals(Object) - Method in class org.atmosphere.cpr.Action
 
equals(Object) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
equals(Object) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
equals(Object) - Method in class org.atmosphere.util.uri.UriPattern
 
equals(Object) - Method in class org.atmosphere.util.uri.UriTemplate
Equality is calculated from the String of the regular expression generated from the templates.
equalVersion(int, int) - Static method in class org.atmosphere.util.Version
Checks if current Atmosphere framework version equals to one passed
error(AtmosphereResponse, int, String) - Method in interface org.atmosphere.cpr.AsyncIOInterceptor
 
error(AtmosphereResponse, int, String) - Method in class org.atmosphere.cpr.AsyncIOInterceptorAdapter
 
escapeForJavaScript(String) - Method in class org.atmosphere.interceptor.JSONPAtmosphereInterceptor
 
escapeJava(String) - Static method in class org.atmosphere.util.StringEscapeUtils
Escapes the characters in a String using Java String rules.
escapeJava(Writer, String) - Static method in class org.atmosphere.util.StringEscapeUtils
Escapes the characters in a String using Java String rules to a Writer.
escapeJavaScript(String) - Static method in class org.atmosphere.util.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules.
escapeJavaScript(Writer, String) - Static method in class org.atmosphere.util.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules to a Writer.
EXCLUDED_CONTENT_TYPES - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The list of content-type to exclude when delimiting message.
excludedContentType(String) - Method in class org.atmosphere.client.TrackMessageSizeInterceptor
Exclude response's content-type from being processed by this class.
excludedContentType(String) - Method in class org.atmosphere.interceptor.TrackMessageSizeB64Interceptor
Excluse response's content-type from being processed by this class.
excludedContentTypes() - Method in class org.atmosphere.client.TrackMessageSizeInterceptor
 
excludedInterceptors - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
excludedInterceptors() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
excludeFromCache(String, AtmosphereResource) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
excludeFromCache(String, AtmosphereResource) - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
excludeFromCache(String, AtmosphereResource) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
excludeFromCache(String, AtmosphereResource) - Method in interface org.atmosphere.cpr.BroadcasterCache
Allow an application to exclude, or block, an AtmosphereResource to received cached message.
excludeInterceptor(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
Exclude an AtmosphereInterceptor from being added, at startup, by Atmosphere.
ExcludeSessionBroadcaster - Class in org.atmosphere.util
An implementation of DefaultBroadcaster that exclude one or more AtmosphereResource
ExcludeSessionBroadcaster() - Constructor for class org.atmosphere.util.ExcludeSessionBroadcaster
 
execute(Runnable) - Method in class org.atmosphere.util.ForkJoinPool
 
execute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call execute() - any ant-like task should work
execute(Runnable) - Method in class org.atmosphere.util.VoidExecutorService
 
executeAsync() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
executeAsyncWrite(DefaultBroadcaster.AsyncWriteToken) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
executeBlockingWrite(AtmosphereResource, Deliver, AtomicInteger) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
executeClose(WebSocket, int) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
executeFirstSet - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
EXECUTORFACTORY_KEEP_ALIVE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The maximum number of time, in seconds, thread will be stay alive when created with ExecutorsFactory.
ExecutorsFactory - Class in org.atmosphere.util
Stateless Factory to create ExecutorService used in all Atmosphere Component.
ExecutorsFactory() - Constructor for class org.atmosphere.util.ExecutorsFactory
 
ExecutorsFactory.AtmosphereThreadFactory - Class in org.atmosphere.util
 
EXPECTED_CONTENT_TYPE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Used by a container to tell Atmosphere Runtime what is the expected content type.
EXPIRES - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
externalizeDestroy - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
externalizeDestroy(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
If set to true, the task of finishing the request/response lifecycle will not be handled by this class.
externalizeDestroy() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
extractHeartbeatInterval(AtmosphereResourceImpl) - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
Extracts the heartbeat interval as explained in class description.

F

fake - Variable in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
FakeHttpSession - Class in org.atmosphere.util
 
FakeHttpSession(String, ServletContext, long, int) - Constructor for class org.atmosphere.util.FakeHttpSession
 
FakeHttpSession(HttpSession) - Constructor for class org.atmosphere.util.FakeHttpSession
 
fieldInjectionException(Field, U, Class<T>, Exception) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
fieldInjectionException(Field, U, Class<T>, Exception) - Method in interface org.atmosphere.inject.InjectionListener
 
FileIterator - Class in org.atmosphere.util.annotation
FileIterator enables iteration over all files in a directory and all its sub directories.
FileIterator(File...) - Constructor for class org.atmosphere.util.annotation.FileIterator
Create a new FileIterator using the specified 'filesOrDirectories' as root.
filter(String, AtmosphereResource, Object, Object) - Method in class org.atmosphere.client.TrackMessageSizeFilter
 
filter(String, Object, Object) - Method in class org.atmosphere.client.TrackMessageSizeFilter
 
filter(Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
Invoke BroadcastFilters in the order they were added.
filter(AtmosphereResource, Object, Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
Invoke BroadcastFilters in the order they were added, with a unique AtmosphereRequest.
filter(String, Object, Object) - Method in interface org.atmosphere.cpr.BroadcastFilter
Transform or filter a message.
filter(String, AtmosphereResource, Object, Object) - Method in class org.atmosphere.cpr.BroadcastFilterAdapter
 
filter(String, Object, Object) - Method in class org.atmosphere.cpr.BroadcastFilterAdapter
 
filter(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Invoke the BroadcastFilter
filter(String, AtmosphereResource, Object, Object) - Method in interface org.atmosphere.cpr.PerRequestBroadcastFilter
Transform or filter a message per AtmosphereResource.
Filter(AtmosphereFilter.Action) - Constructor for class org.atmosphere.jersey.AtmosphereFilter.Filter
 
Filter(AtmosphereFilter.Action, long) - Constructor for class org.atmosphere.jersey.AtmosphereFilter.Filter
 
Filter(AtmosphereFilter.Action, long, int) - Constructor for class org.atmosphere.jersey.AtmosphereFilter.Filter
 
Filter(AtmosphereFilter.Action, long, int, Suspend.SCOPE) - Constructor for class org.atmosphere.jersey.AtmosphereFilter.Filter
 
Filter(AtmosphereFilter.Action, long, int, Suspend.SCOPE, Class<BroadcastFilter>[], String, boolean) - Constructor for class org.atmosphere.jersey.AtmosphereFilter.Filter
 
Filter(AtmosphereFilter.Action, long, int, Suspend.SCOPE, Class<BroadcastFilter>[], String, boolean, String) - Constructor for class org.atmosphere.jersey.AtmosphereFilter.Filter
 
filter(ContainerRequest, ContainerResponse) - Method in class org.atmosphere.jersey.AtmosphereFilter.Filter
Configure the AtmosphereResourceEvent state (suspend, resume, broadcast) based on the annotation the web application has used.
filter(String, Object, Object) - Method in class org.atmosphere.util.StringFilterAggregator
 
filter(String, Object, Object) - Method in class org.atmosphere.util.XSSHtmlFilter
Transform a message into a well formed HTML message.
FILTER_CLASS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The Filter's name where Meteor will be available.
FILTER_NAME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The Servlet's mapping value to the FILTER_CLASS.
FilterConfigImpl - Class in org.atmosphere.util
FilterConfig implementation.
FilterConfigImpl(ServletConfig) - Constructor for class org.atmosphere.util.FilterConfigImpl
 
filterManipulator(BroadcasterConfig.FilterManipulator) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
filterManipulators - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
filterManipulators() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
filters(Class<? extends BroadcastFilter>[], AtmosphereFramework) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
filters - Variable in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
filters() - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
filters - Variable in class org.atmosphere.cpr.BroadcasterConfig
 
filters() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the current list of installed BroadcastFilters.
find(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
find(String) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
find(String) - Method in class org.atmosphere.websocket.DefaultWebSocketFactory
 
find(String) - Method in interface org.atmosphere.websocket.WebSocketFactory
Retrieve the WebSocket associated with a uuid.
findAll() - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
 
findAll() - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
 
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
 
firefoxWebSocketEnabled(HttpServletRequest) - Static method in class org.atmosphere.util.Utils
 
FIRST_BEFORE_DEFAULT - Static variable in interface org.atmosphere.interceptor.InvokationOrder
 
flush(AtmosphereResponse) - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
flush(AtmosphereResponse) - Method in class org.atmosphere.container.version.Jetty8WebSocket
 
flush(AtmosphereResponse) - Method in class org.atmosphere.container.version.TomcatWebSocket
 
flush(AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Flush the buffered content.
flush(AtmosphereResponse) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
 
flush(AtmosphereResponse) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
flush(AtmosphereResponse) - Method in class org.atmosphere.websocket.WebSocket
 
flushBuffer() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
flushBuffer() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
flushCache() - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
Flush the cached messages.
flushCache() - Method in interface org.atmosphere.cpr.MetaBroadcaster.MetaBroadcasterCache
Flush the Cache.
flushCache() - Method in class org.atmosphere.cpr.MetaBroadcaster.NoCache
 
flushCache() - Method in class org.atmosphere.cpr.MetaBroadcaster.ThirtySecondsCache
 
flushCoreAnnotations(Set<Class<?>>) - Method in class org.atmosphere.cpr.AnnotationHandler
 
FocusPoint - Class in org.atmosphere.util.analytics
Fork of https://code.google.com/p/jgoogleanalytics/ Focus point of the application.
FocusPoint(String) - Constructor for class org.atmosphere.util.analytics.FocusPoint
 
FocusPoint(String, FocusPoint) - Constructor for class org.atmosphere.util.analytics.FocusPoint
 
FORCE_BINARY - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
forceBinaryWrite(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResource
Force binary write and never write String value.
forceBinaryWrite() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return true when binary write is forced.
forceBinaryWrite(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
forceBinaryWrite() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
forceDestroy() - Method in class org.atmosphere.cpr.BroadcasterConfig
Force shutdown of all ExecutorServices.
ForcePreSuspend(AtmosphereResponse) - Constructor for class org.atmosphere.interceptor.PaddingAtmosphereInterceptor.ForcePreSuspend
 
ForkJoinPool - Class in org.atmosphere.util
Wrapper around a ForkJoinPool for JDK7+ support.
ForkJoinPool(boolean, String) - Constructor for class org.atmosphere.util.ForkJoinPool
 
framework() - Method in class org.atmosphere.cpr.AtmosphereConfig
framework - Variable in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
framework() - Method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
framework() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
framework(AtmosphereFramework) - Static method in class org.atmosphere.cpr.Universe
Set the must be unique AtmosphereFramework
framework() - Static method in class org.atmosphere.cpr.Universe
FrameworkConfig - Interface in org.atmosphere.cpr
Request attribute a framework integrator can use to lookup Atmosphere internal objects.
FrameworkConfiguration - Class in org.atmosphere.config
 
FrameworkConfiguration(String, String) - Constructor for class org.atmosphere.config.FrameworkConfiguration
 
frameworkListener(AtmosphereFrameworkListener) - Method in class org.atmosphere.cpr.AtmosphereFramework
frameworkListeners - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
frameworkListeners() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the list of AtmosphereFrameworkListener
fromString(String) - Method in class org.atmosphere.jersey.AtmosphereProviders.BroadcasterProvider.BroadcasterStringReader
 
future - Variable in class org.atmosphere.cpr.Deliver
 
futureDone(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 

G

generateUuid() - Method in class org.atmosphere.util.DefaultUUIDProvider
 
generateUuid() - Method in interface org.atmosphere.util.UUIDProvider
 
genericObjectPool - Variable in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
get(long) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
Get - Annotation Type in org.atmosphere.config.service
Use this annotation with the ManagedService annotation.
get(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
 
get() - Method in interface org.atmosphere.cpr.BroadcasterFactory
Return an instance of the default Broadcaster.
get(Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Create a new instance of Broadcaster and store it for.
get(Class<T>, Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Create a new instance of Broadcaster and store it for.
get() - Method in class org.atmosphere.cpr.BroadcasterFuture
 
get(long, TimeUnit) - Method in class org.atmosphere.cpr.BroadcasterFuture
 
get() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
get(Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
get(Class<T>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
get() - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
 
get() - Method in class org.atmosphere.util.ThreadLocalInvoker
 
getAndSetInClosingPhase() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getAndSetPendingClose() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getApplicationConfig() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getAsyncContext() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getAsyncContext() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getAsyncContext() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getAsyncIOWriter() - Method in interface org.atmosphere.cpr.AtmosphereResponse
Return the underlying AsyncIOWriter.
getAsyncIOWriter() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getAsyncOperationExecutor(AtmosphereConfig, String) - Static method in class org.atmosphere.util.ExecutorsFactory
Create an ExecutorService to be used for dispatching I/O events.
getAsyncSupport() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the current AsyncSupport.
getAsyncWriteHandler(DefaultBroadcaster.WriteQueue) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
getAsyncWriteService() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the ExecutorService this Broadcaster use for executing asynchronous write of events.
getAtmosphereConfig() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return a configured instance of AtmosphereConfig.
getAtmosphereConfig() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the AtmosphereConfig.
getAtmosphereConfig() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getAtmosphereConfig() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the AtmosphereConfig value.
getAtmosphereConfig() - Method in class org.atmosphere.cpr.Meteor
Return the AtmosphereConfig
getAtmosphereConfig() - Method in class org.atmosphere.inject.AtmosphereProducers
 
getAtmosphereDotXmlPath() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
getAtmosphereFramework() - Method in class org.atmosphere.inject.AtmosphereProducers
 
getAtmosphereHandler() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the associated AtmosphereHandler associated with this resource.
getAtmosphereHandler() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getAtmosphereHandlerConfig() - Method in class org.atmosphere.cpr.AtmosphereConfig
 
getAtmosphereHandlers() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
getAtmosphereInterceptorClasses() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getAtmosphereResource() - Method in class org.atmosphere.cpr.Meteor
Return the underlying AtmosphereResource.
getAtmosphereResource(Class, boolean) - Method in class org.atmosphere.jersey.BaseInjectableProvider
 
getAtmosphereResourceEvent() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the current AtmosphereResourceEvent.
getAtmosphereResourceEvent() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getAtmosphereResourceFactory() - Method in class org.atmosphere.inject.AtmosphereProducers
 
getAtmosphereResources() - Method in interface org.atmosphere.cpr.Broadcaster
Return an List of AtmosphereResource.
getAtmosphereResources() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
getAtmosphereResourceSessionFactory() - Method in class org.atmosphere.inject.AtmosphereProducers
 
getAttribute(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getAttribute(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getAttribute(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getAttribute(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name
getAttribute(String, Class<T>) - Method in interface org.atmosphere.cpr.AtmosphereResourceSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name
getAttribute(String) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSession
 
getAttribute(String, Class<T>) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSession
 
getAttribute(String) - Method in class org.atmosphere.util.FakeHttpSession
 
getAttribute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Call void getAttribute( String )
getAttributeNames() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getAttributeNames() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getAttributeNames() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getAttributeNames() - Method in interface org.atmosphere.cpr.AtmosphereResourceSession
Returns a Collection of Strings containing the names of all the objects bound to this session.
getAttributeNames() - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSession
 
getAttributeNames() - Method in class org.atmosphere.util.FakeHttpSession
 
getAuthType() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getAuthType() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getAuthType() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getBroadcaster() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getBroadcaster() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the first added Broadcaster.
getBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getBroadcaster(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getBroadcaster() - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
Return the Broadcaster.
getBroadcaster() - Method in class org.atmosphere.cpr.Meteor
Return the underlying Broadcaster.
getBroadcaster() - Method in class org.atmosphere.jersey.Broadcastable
 
getBroadcasterCache() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getBroadcasterCache() - Method in class org.atmosphere.cpr.BroadcasterConfig
Get the BroadcasterCache used for this Broadcaster.
getBroadcasterCacheClassName() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the BroadcasterCache class name.
getBroadcasterConfig() - Method in interface org.atmosphere.cpr.Broadcaster
Return the current BroadcasterConfig.
getBroadcasterConfig() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
getBroadcasterFactory() - Method in class org.atmosphere.cpr.AtmosphereConfig
Return an instance of DefaultBroadcasterFactory.
getBroadcasterFactory() - Method in class org.atmosphere.cpr.AtmosphereFramework
Get the BroadcasterFactory which is used by Atmosphere to construct Broadcaster.
getBroadcasterFactory() - Method in class org.atmosphere.inject.AtmosphereProducers
 
getBroadcasterLifeCyclePolicy() - Method in interface org.atmosphere.cpr.Broadcaster
getBroadcasterLifeCyclePolicy() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
getBroadcastFilterClasses() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getBroadcastHandler() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
getBroadcastHandler() - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
getBufferSize() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getBufferSize() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getCache() - Method in class org.atmosphere.cpr.Deliver
 
getCharacterEncoding() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getCharacterEncoding() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getCharacterEncoding() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getCharacterEncoding() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getCharacterEncoding() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getClassName() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
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.
getCleanedServletPath(String) - Static method in class org.atmosphere.util.IOUtils
Used to remove trailing slash and wildcard from a servlet path.

Examples :
- "/foo/" becomes "/foo"
- "foo/bar" becomes "/foo/bar"
getCometSupport() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getCometSupport() - Method in class org.atmosphere.cpr.AtmosphereFramework
Deprecated.
Use getAsyncSupport
getContainerName() - Method in class org.atmosphere.container.GlassFishServ30WebSocketSupport
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.GlassFishServlet30WebSocketSupport
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.GlassFishWebSocketSupport
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.Grizzly2WebSocketSupport
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.GrizzlyServlet30WebSocketSupport
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.Jetty9AsyncSupportWithWebSocket
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.JettyAsyncSupportWithWebSocket
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.JettyServlet30AsyncSupportWithWebSocket
Return the container's name.
getContainerName() - Method in class org.atmosphere.container.JSR356AsyncSupport
 
getContainerName() - Method in class org.atmosphere.container.Servlet30CometSupport
Return "javax.servlet".
getContainerName() - Method in class org.atmosphere.container.WebLogicServlet30WithWebSocket
 
getContainerName() - Method in class org.atmosphere.cpr.AsynchronousProcessor
Return the container's name.
getContainerName() - Method in interface org.atmosphere.cpr.AsyncSupport
Return the name of the Java Web Server.
getContentLength() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getContentLength() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getContentLength() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getContentTitle() - Method in class org.atmosphere.util.analytics.FocusPoint
 
getContentType() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getContentType() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getContentType() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getContentType() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getContentType() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getContentURI() - Method in class org.atmosphere.util.analytics.FocusPoint
 
getContextPath() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getContextPath() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getContextPath() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getContextRoot() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getContinuation(AtmosphereRequest) - Method in class org.atmosphere.container.Jetty7CometSupport
 
getCookies() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getCookies() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getCookies() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getCreateTime() - Method in class org.atmosphere.cache.CacheMessage
 
getCreationTime() - Method in class org.atmosphere.util.FakeHttpSession
 
getDateHeader(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getDateHeader(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getDateHeader(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getDefault() - Static method in class org.atmosphere.cpr.WebSocketProcessorFactory
 
getDefault() - Static method in class org.atmosphere.util.ServletContextFactory
 
getDefault() - Static method in class org.atmosphere.util.ServletProxyFactory
 
getDefaultBroadcasterClassName() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the default Broadcaster class name.
getDefaultSerializerClass() - Method in class org.atmosphere.cpr.AtmosphereFramework
Get the default Serializer class to use for AtmosphereResources.
getDefaultSerializerClassName() - Method in class org.atmosphere.cpr.AtmosphereFramework
Get the default Serializer class name to use for AtmosphereResources.
getDisconnectListener() - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSessionFactory
Used in testing
getDispatcherType() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getDispatcherType() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getDispatcherType() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getDotedVersion() - Static method in class org.atmosphere.util.Version
Return the dotted version of the curent release.
getEndpointInstance(Class<T>) - Method in class org.atmosphere.container.JSR356AsyncSupport.AtmosphereConfigurator
 
getExecutorService() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the ExecutorService this Broadcaster supports.
getFactory(AtmosphereConfig, WebSocketProcessor) - Static method in class org.atmosphere.container.JettyWebSocketUtil
 
getFile() - Method in class org.atmosphere.util.annotation.FileIterator
Return the last returned file or null if no more files are available.
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
 
getFrameworkConfig() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getFuture() - Method in class org.atmosphere.cpr.Deliver
 
getGroupCounts() - Method in class org.atmosphere.util.uri.UriTemplateParser
Get the capturing group counts for each template variable.
getGroupIndexes() - Method in class org.atmosphere.util.uri.UriPattern
Get the group indexes.
getGroupIndexes() - Method in class org.atmosphere.util.uri.UriTemplateParser
Get the group indexes to capturing groups.
getHandlersPath() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
getHeader(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getHeader(String, boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
getHeader(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getHeader(String, boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getHeader(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getHeader(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getHeader(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getHeaderNames() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getHeaderNames() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getHeaderNames() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getHeaderNames() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getHeaderNames() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getHeaders(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getHeaders(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getHeaders(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getHeaders(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getHeaders(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getHeartbeatBroadcasterName() - Method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
getHeartbeatTemplate() - Method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
getHeartbeatTemplateArguments() - Method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
getHostAddress() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.LazyComputation
 
getHostName() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.LazyComputation
 
getId() - Method in class org.atmosphere.cache.CacheMessage
 
getID() - Method in interface org.atmosphere.cpr.Broadcaster
Return the ID of this Broadcaster.
getID() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
getId() - Method in class org.atmosphere.util.FakeHttpSession
 
getIds() - Method in class org.atmosphere.cache.UUIDBroadcasterCache.ClientQueue
 
getInheritedPrivateFields(Class<?>) - Static method in class org.atmosphere.util.Utils
 
getInheritedPrivateMethod(Class<?>) - Static method in class org.atmosphere.util.Utils
 
getInitParameter(String) - Method in class org.atmosphere.cpr.AtmosphereConfig
Return the value of the init params defined in web.xml or application.xml.
getInitParameter(String, String) - Method in class org.atmosphere.cpr.AtmosphereConfig
Return an init-param, or its default value.
getInitParameter(String, boolean) - Method in class org.atmosphere.cpr.AtmosphereConfig
Return an init-param, or its default value.
getInitParameter(String, int) - Method in class org.atmosphere.cpr.AtmosphereConfig
Return an init-param, or its default value.
getInitParameter(String) - Method in class org.atmosphere.util.FilterConfigImpl
 
getInitParameter(String) - Method in class org.atmosphere.util.VoidServletConfig
 
getInitParameterNames() - Method in class org.atmosphere.cpr.AtmosphereConfig
Return all init param.
getInitParameterNames() - Method in class org.atmosphere.util.FilterConfigImpl
 
getInitParameterNames() - Method in class org.atmosphere.util.VoidServletConfig
 
getInjectable(Class<U>) - Method in class org.atmosphere.inject.InjectableObjectFactory
Use this method to retrieve available Injectable.
getInputStream() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getInputStream() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getInputStream() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getInstance() - Static method in class org.atmosphere.util.AtmosphereConfigReader
 
getIntHeader(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getIntHeader(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getIntHeader(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getLastAccessedTime() - Method in class org.atmosphere.util.FakeHttpSession
 
getLibPath() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the location of the JARs containing the application classes.
getLifeCyclePolicy() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
getLocalAddr() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getLocalAddr() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getLocalAddr() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getLocale() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getLocale() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getLocale() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getLocale() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getLocale() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getLocales() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getLocales() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getLocales() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getLocalName() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getLocalName() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getLocalName() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getLocalPort() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getLocalPort() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getLocalPort() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
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
getMaxInactiveInterval() - Method in class org.atmosphere.util.FakeHttpSession
 
getMessage() - Method in class org.atmosphere.cache.CacheMessage
 
getMessage() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return the object that was passed to Broadcaster.broadcast(java.lang.Object).
getMessage() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
getMessage() - Method in class org.atmosphere.cpr.Deliver
 
getMessage() - Method in class org.atmosphere.jersey.Broadcastable
 
getMessageDispatcher(AtmosphereConfig, String) - Static method in class org.atmosphere.util.ExecutorsFactory
Create an ExecutorService to be used for dispatching messages, not I/O events.
getMetaBroadcaster() - Method in class org.atmosphere.inject.AtmosphereProducers
 
getMethod() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getMethod() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getMethod() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getMicroVersion() - Static method in class org.atmosphere.util.Version
Return the micro version
getMinorVersion() - Static method in class org.atmosphere.util.Version
Get Atmosphere framework minor version
getName() - Method in class org.atmosphere.config.AtmosphereHandlerProperty
 
getName() - Method in class org.atmosphere.util.analytics.FocusPoint
 
getNames() - Method in class org.atmosphere.util.uri.UriTemplateParser
Get the list of template names.
getNameToPattern() - Method in class org.atmosphere.util.uri.UriTemplateParser
Get the map of template names to patterns.
getNormalizedTemplate() - Method in class org.atmosphere.util.uri.UriTemplateParser
Get the normalized template.
getNumberOfExplicitCharacters() - Method in class org.atmosphere.util.uri.UriTemplate
Get the number of characters in the regular expression not resulting from conversion of template variables.
getNumberOfExplicitRegexes() - Method in class org.atmosphere.util.uri.UriTemplate
Get the number of explicit regexes declared in template variables.
getNumberOfExplicitRegexes() - Method in class org.atmosphere.util.uri.UriTemplateParser
Get the number of explicit regular expressions.
getNumberOfLiteralCharacters() - Method in class org.atmosphere.util.uri.UriTemplateParser
Get the number of literal characters.
getNumberOfTemplateVariables() - Method in class org.atmosphere.util.uri.UriTemplate
Get the number of template variables.
getOriginalMessage() - Method in class org.atmosphere.cpr.Deliver
 
getOutputStream() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getOutputStream() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getPaddingBytes() - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
Gets the bytes to use when sending an heartbeat for both client and server.
getParameter(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getParameter(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getParameter(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getParameterMap() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getParameterMap() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getParameterMap() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getParameterNames() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getParameterNames() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getParameterNames() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getParameters() - Method in class org.atmosphere.util.QueryStringDecoder
Returns the decoded key-value parameter pairs of the URI.
getParameterValues(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getParameterValues(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getParameterValues(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getParamName() - Method in class org.atmosphere.config.ApplicationConfiguration
 
getParamName() - Method in class org.atmosphere.config.FrameworkConfiguration
 
getParamValue() - Method in class org.atmosphere.config.ApplicationConfiguration
 
getParamValue() - Method in class org.atmosphere.config.FrameworkConfiguration
 
getParentFocusPoint() - Method in class org.atmosphere.util.analytics.FocusPoint
 
getPart(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getPart(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getPart(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getParts() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getParts() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getParts() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getPath() - Method in class org.atmosphere.util.QueryStringDecoder
Returns the decoded path string of the URI.
getPathInfo() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getPathInfo() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getPathInfo() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getPathTranslated() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getPathTranslated() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getPathTranslated() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getPattern() - Method in class org.atmosphere.util.uri.UriTemplate
Get the URI pattern.
getPattern() - Method in class org.atmosphere.util.uri.UriTemplateParser
Get the pattern.
getPort() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.LazyComputation
 
getProperties() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getProperty(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
getProperty(String) - Method in interface org.atmosphere.util.IntrospectionUtils.PropertySource
 
getProtocol() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getProtocol() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getProtocol() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getQueryString() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getQueryString() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getQueryString() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getQueue() - Method in class org.atmosphere.cache.UUIDBroadcasterCache.ClientQueue
 
getRawVersion() - Static method in class org.atmosphere.util.Version
Return the raw version derived frok the project's pom.xml
getReader() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getReader() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getReader() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getReader(String, boolean) - Method in class org.atmosphere.util.ChunkConcatReaderPool
Returns the specified reader.
getReadTimeout() - Method in class org.atmosphere.container.TomcatWebSocketHandler
 
getRealPath(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getRealPath(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getRealPath(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getRegex() - Method in class org.atmosphere.util.uri.UriPattern
Get the regular expression.
getRemoteAddr() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getRemoteAddr() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getRemoteAddr() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getRemoteHost() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getRemoteHost() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getRemoteHost() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getRemotePort() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getRemotePort() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getRemotePort() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getRemoteUser() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getRemoteUser() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getRemoteUser() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getRequest() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the underlying AtmosphereRequest request.
getRequest(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getRequest() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getRequestDispatcher(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getRequestDispatcher(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getRequestDispatcher(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getRequestedSessionId() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getRequestedSessionId() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getRequestedSessionId() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getRequestFilter() - Method in class org.atmosphere.jersey.AtmosphereFilter.Filter
 
getRequestURI() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getRequestURI() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getRequestURI() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getRequestURL() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getRequestURL() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getRequestURL() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getResource() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return the AtmosphereResource associated with this event.
getResource() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
getResource() - Method in class org.atmosphere.cpr.Deliver
 
getResources() - Method in class org.atmosphere.cpr.Deliver
 
getResponse() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the AtmosphereResponse.
getResponse(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getResponse() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getResponse() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getResponse() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getResponseCode(HttpURLConnection) - Method in class org.atmosphere.util.analytics.HTTPGetMethod
 
getResponseFilter() - Method in class org.atmosphere.jersey.AtmosphereFilter.Filter
 
getResponseMessage() - Method in class org.atmosphere.jersey.Broadcastable
 
getScheduledExecutorService() - Method in class org.atmosphere.cpr.BroadcasterConfig
Return the ScheduledExecutorService this Broadcaster supports.
getScheduler(AtmosphereConfig) - Static method in class org.atmosphere.util.ExecutorsFactory
Create a ScheduledExecutorService used ot schedule I/O and non I/O events.
getScheme() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getScheme() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getScheme() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getScope() - Method in interface org.atmosphere.cpr.Broadcaster
Return the Broadcaster.SCOPE.
getScope() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
getSerializer() - Method in interface org.atmosphere.cpr.AtmosphereResource
Get the Serializer or null if not defined.
getSerializer() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
getServerName() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getServerName() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getServerName() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getServerPort() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getServerPort() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getServerPort() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
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.AtmosphereConfig
Return the ServletConfig.
getServletConfig() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
getServletConfig() - Method in class org.atmosphere.util.AtmosphereFilterChain
 
getServletContext() - Method in class org.atmosphere.cpr.AtmosphereConfig
Return the ServletContext.
getServletContext() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the ServletContext
getServletContext() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getServletContext() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getServletContext() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getServletContext() - Method in class org.atmosphere.util.FakeHttpSession
 
getServletContext() - Method in class org.atmosphere.util.FilterConfigImpl
 
getServletContext() - Method in class org.atmosphere.util.ServletContextFactory
 
getServletContext() - Method in class org.atmosphere.util.VoidServletConfig
 
getServletName() - Method in class org.atmosphere.util.VoidServletConfig
 
getServletPath() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getServletPath() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getServletPath() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getSession() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getSession(boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest
getSession() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getSession(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getSession() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getSession(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getSession(AtmosphereResource, boolean) - Method in interface org.atmosphere.cpr.AtmosphereResourceSessionFactory
Returns the current session associated with the AtmosphereResource or, if there is no current session and create is true, returns a new session.
getSession(AtmosphereResource) - Method in interface org.atmosphere.cpr.AtmosphereResourceSessionFactory
Returns the current session associated with the AtmosphereResource, or creates one if it does not yet exist.
getSession(AtmosphereResource, boolean) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSessionFactory
 
getSession(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSessionFactory
 
getSessionContext() - Method in class org.atmosphere.util.FakeHttpSession
 
getStatus() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getStatus() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getStatusMessage() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getStatusMessage() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
getStringReader(Class, Type, Annotation[]) - Method in class org.atmosphere.jersey.AtmosphereProviders.BroadcasterProvider
 
getSupportSession() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
getTemplate() - Method in class org.atmosphere.util.uri.UriTemplate
Get the URI template as a String.
getTemplate() - Method in class org.atmosphere.util.uri.UriTemplateParser
Get the template.
getTemplateVariables() - Method in class org.atmosphere.util.uri.UriTemplate
Get the list of template variables for the template.
getTimeout() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
getTimeout() - Method in class org.atmosphere.util.ChunkConcatReaderPool
 
getTimeUnit() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
getType() - Method in class org.atmosphere.cpr.Deliver
 
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.
getUserPrincipal() - Method in interface org.atmosphere.cpr.AtmosphereRequest
getUserPrincipal() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
getUserPrincipal() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
getValue() - Method in class org.atmosphere.config.AtmosphereHandlerProperty
 
getValue(String) - Method in class org.atmosphere.util.FakeHttpSession
 
getValueNames() - Method in class org.atmosphere.util.FakeHttpSession
 
getWebServerName() - Method in class org.atmosphere.cpr.AtmosphereConfig
Return the current WebServer used.
getWebSocketFactory() - Method in class org.atmosphere.inject.AtmosphereProducers
 
getWebSocketProcessor(AtmosphereFramework) - Method in class org.atmosphere.cpr.WebSocketProcessorFactory
Return the WebSocketProcessor.
getWebSocketProcessorClassName() - Method in class org.atmosphere.cpr.AtmosphereFramework
The current WebSocketProcessor used to handle websocket requests.
getWebSocketProtocol() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
getWebSocketProtocolClassName() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
getWriter() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
getWriter() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
GLASSFISH_V2 - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
GlassFishServ30WebSocketSupport - Class in org.atmosphere.container
 
GlassFishServ30WebSocketSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.GlassFishServ30WebSocketSupport
 
GlassFishServ30WebSocketSupport(AtmosphereConfig, ServletContext) - Constructor for class org.atmosphere.container.GlassFishServ30WebSocketSupport
 
GlassFishServlet30WebSocketSupport - Class in org.atmosphere.container
Websocket Portable Runtime implementation on top of GlassFish 3.0.1 and up.
GlassFishServlet30WebSocketSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.GlassFishServlet30WebSocketSupport
 
GlassFishv2CometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Grizzly API included with GlassFish v2.
GlassFishv2CometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.GlassFishv2CometSupport
 
GlassFishWebSocketHandler - Class in org.atmosphere.container
Glassfish 3.2.x WebSocket support.
GlassFishWebSocketHandler(AtmosphereConfig) - Constructor for class org.atmosphere.container.GlassFishWebSocketHandler
 
GlassFishWebSocketSupport - Class in org.atmosphere.container
Websocket Portable Runtime implementation on top of GlassFish 3.0.1 and up.
GlassFishWebSocketSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.GlassFishWebSocketSupport
 
GoogleAnalytics_v1_URLBuildingStrategy - Class in org.atmosphere.util.analytics
Fork of https://code.google.com/p/jgoogleanalytics/

URL building logic for the earlier versions of google analytics (urchin.js)

GoogleAnalytics_v1_URLBuildingStrategy(String, String) - Constructor for class org.atmosphere.util.analytics.GoogleAnalytics_v1_URLBuildingStrategy
 
GoogleAnalytics_v1_URLBuildingStrategy(String, String, String) - Constructor for class org.atmosphere.util.analytics.GoogleAnalytics_v1_URLBuildingStrategy
 
GRIZZLY - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
GRIZZLY2 - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
GRIZZLY2_WEBSOCKET - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
Grizzly2CometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Grizzly 1.5 and up.
Grizzly2CometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.Grizzly2CometSupport
 
Grizzly2WebSocket - Class in org.atmosphere.container.version
 
Grizzly2WebSocket(WebSocket, AtmosphereConfig) - Constructor for class org.atmosphere.container.version.Grizzly2WebSocket
 
Grizzly2WebSocketSupport - Class in org.atmosphere.container
 
Grizzly2WebSocketSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.Grizzly2WebSocketSupport
 
GRIZZLY_WEBSOCKET - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
GrizzlyCometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Grizzly 1.5 and up.
GrizzlyCometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.GrizzlyCometSupport
 
GrizzlyServlet30WebSocketSupport - Class in org.atmosphere.container
Websocket Portable Runtime implementation on top of GlassFish 3.0.1 and up.
GrizzlyServlet30WebSocketSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.GrizzlyServlet30WebSocketSupport
 
GrizzlyWebSocket - Class in org.atmosphere.container.version
 
GrizzlyWebSocket(WebSocket, AtmosphereConfig) - Constructor for class org.atmosphere.container.version.GrizzlyWebSocket
 
guestRawServletPath(AtmosphereConfig) - Static method in class org.atmosphere.util.IOUtils
 
guestServletPath(AtmosphereConfig) - Static method in class org.atmosphere.util.IOUtils
 
GUICE_INJECTOR - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Guice Injector

H

handle(AtmosphereFramework, Class<AsyncSupportListener>) - Method in class org.atmosphere.annotation.AsyncSupportListenerServiceProcessor
 
handle(AtmosphereFramework, Class<AsyncSupport>) - Method in class org.atmosphere.annotation.AsyncSupportServiceProcessor
 
handle(AtmosphereFramework, Class<AtmosphereFrameworkListener>) - Method in class org.atmosphere.annotation.AtmosphereFrameworkServiceProcessor
 
handle(AtmosphereFramework, Class<AtmosphereHandler>) - Method in class org.atmosphere.annotation.AtmosphereHandlerServiceProcessor
 
handle(AtmosphereFramework, Class<AtmosphereInterceptor>) - Method in class org.atmosphere.annotation.AtmosphereInterceptorServiceProcessor
 
handle(AtmosphereFramework, Class<AtmosphereResourceFactory>) - Method in class org.atmosphere.annotation.AtmosphereResourceFactoryServiceProcessor
 
handle(AtmosphereFramework, Class<AtmosphereResourceListener>) - Method in class org.atmosphere.annotation.AtmosphereResourceListenerServiceProcessor
 
handle(AtmosphereFramework, Class<Object>) - Method in class org.atmosphere.annotation.AtmosphereServiceProcessor
 
handle(AtmosphereFramework, Class<BroadcasterCacheInspector>) - Method in class org.atmosphere.annotation.BroadcasterCacheInspectorServiceProcessor
 
handle(AtmosphereFramework, Class<BroadcasterCacheListener>) - Method in class org.atmosphere.annotation.BroadcasterCacheListenererviceProcessor
 
handle(AtmosphereFramework, Class<BroadcasterCache>) - Method in class org.atmosphere.annotation.BroadcasterCacheServiceProcessor
 
handle(AtmosphereFramework, Class<BroadcasterFactory>) - Method in class org.atmosphere.annotation.BroadcasterFactoryServiceProcessor
 
handle(AtmosphereFramework, Class<BroadcasterListener>) - Method in class org.atmosphere.annotation.BroadcasterListenerServiceProcessor
 
handle(AtmosphereFramework, Class<Broadcaster>) - Method in class org.atmosphere.annotation.BroadcasterServiceProcessor
 
handle(AtmosphereFramework, Class<BroadcastFilter>) - Method in class org.atmosphere.annotation.BroadcastFilterServiceProcessor
 
handle(AtmosphereFramework, Class<EndpointMapper>) - Method in class org.atmosphere.annotation.EndpointMapperServiceProcessor
 
handle(AtmosphereFramework, Class<Object>) - Method in class org.atmosphere.annotation.ManagedServiceProcessor
 
handle(AtmosphereFramework, Class<Servlet>) - Method in class org.atmosphere.annotation.MeteorServiceProcessor
 
handle(AtmosphereFramework, Class<T>) - Method in interface org.atmosphere.annotation.Processor
Invoked by the AnnotationHandler when an annotation is detected.
handle(AtmosphereFramework, Class<UUIDProvider>) - Method in class org.atmosphere.annotation.UUIDProviderServiceProcessor
 
handle(AtmosphereFramework, Class<WebSocketFactory>) - Method in class org.atmosphere.annotation.WebSocketFactoryServiceProcessor
 
handle(AtmosphereFramework, Class<WebSocketHandler>) - Method in class org.atmosphere.annotation.WebSocketHandlerServiceProcessor
 
handle(AtmosphereFramework, Class<WebSocketProcessor>) - Method in class org.atmosphere.annotation.WebSocketProcessorServiceProcessor
 
handle(AtmosphereFramework, Class<WebSocketProtocol>) - Method in class org.atmosphere.annotation.WebSocketProtocolServiceProcessor
 
handle(Object, Method, Object[]) - Method in class org.atmosphere.util.ServletProxyFactory.EchoMethodHandler
 
handle(Object, Method, Object[]) - Method in interface org.atmosphere.util.ServletProxyFactory.MethodHandler
Same API as the Proxy class
handle(Object, Method, Object[]) - Method in class org.atmosphere.util.ServletProxyFactory.UTF8Handler
 
handleAnnotation(AtmosphereFramework, Class<? extends Annotation>, Class<?>) - Method in class org.atmosphere.cpr.AnnotationHandler
 
handledClass() - Method in class org.atmosphere.cpr.AnnotationHandler
 
handleExecutors() - Method in class org.atmosphere.cpr.BroadcasterConfig
 
handleProcessor(Class<?>) - Method in class org.atmosphere.cpr.AnnotationHandler
 
HANDLER_MAPPING_REGEX - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Change the default regex used when mapping AtmosphereHandler.
handlers() - Method in class org.atmosphere.cpr.AtmosphereConfig
handlers() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
handlersPath - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
handshake(HttpServletRequest) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
handshake(HttpServletRequest) - Method in interface org.atmosphere.websocket.WebSocketProcessor
Determine if the WebSocket's handshake data can be processed, or if the request be cancelled.
handshake(HttpServletRequest) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
handshakeRequest(HandshakeRequest) - Method in class org.atmosphere.container.JSR356Endpoint
 
hasBytes() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Body
True is the body is a byte array
hasFilters() - Method in class org.atmosphere.cpr.BroadcasterConfig
Check if this object contains BroadcastFilters.
hashCode() - Method in class org.atmosphere.cpr.Action
 
hashCode() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
hashCode() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
hashCode() - Method in class org.atmosphere.util.uri.UriPattern
 
hashCode() - Method in class org.atmosphere.util.uri.UriTemplate
Hashcode is calculated from String of the regular expression generated from the template.
hasHook(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
Test if the object implements a particular method
hasPerRequestFilters() - Method in class org.atmosphere.cpr.BroadcasterConfig
Check if this object contains BroadcastFilters.
hasString() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Body
True is the body is a String
HAZELCAST_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default Hazelcast Broadcaster class.
header(String, String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
Add a header.
header(String, String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
header(String, String) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
 
header(String, String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
HeaderConfig - Interface in org.atmosphere.cpr
This interface contains all Atmosphere headers shared between the client and the server.
headers(Map<String, String>) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
headers(Map<String, String>) - Method in interface org.atmosphere.cpr.AtmosphereRequest
Add all headers contained within the Map.
headers(Map<String, String>) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
headers(Map<String, String>) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
headers() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
headers() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
headersMap() - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
headersMap() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
Heartbeat - Annotation Type in org.atmosphere.config.service
Annotate a method that will get invoked when the client sends an heartbeat.
HEARTBEAT_FUTURE - Static variable in class org.atmosphere.interceptor.HeartbeatInterceptor
 
HEARTBEAT_INTERVAL_IN_SECONDS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The heartbeat frequency, in seconds.
HEARTBEAT_PADDING_CHAR - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The heartbeat padding String.
HeartbeatAtmosphereResourceEvent - Class in org.atmosphere.cpr
Specifies to the observable that AtmosphereResourceHeartbeatEventListener.onHeartbeat(org.atmosphere.cpr.AtmosphereResourceEvent) should be invoked when it fires event to observers.
HeartbeatAtmosphereResourceEvent(AtmosphereResourceImpl) - Constructor for class org.atmosphere.cpr.HeartbeatAtmosphereResourceEvent
Builds a new event.
heartbeatFrequencyInSeconds(int) - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
heartbeatFrequencyInSeconds() - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
HeartbeatInterceptor - Class in org.atmosphere.interceptor
An interceptor that send whitespace every in 60 seconds by default.
HeartbeatInterceptor() - Constructor for class org.atmosphere.interceptor.HeartbeatInterceptor
 
HK2 - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
HTTP_EVENT - Static variable in class org.atmosphere.container.JBossWebCometSupport
 
HTTPGetMethod - Class in org.atmosphere.util.analytics
Fork of https://code.google.com/p/jgoogleanalytics/ Simple class peforming HTTP Get method on the requested url

I

id() - Method in class org.atmosphere.cache.BroadcastMessage
 
IDLE - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
IDLE_DESTROY - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
IDLE_RESUME - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
IdleResourceInterceptor - Class in org.atmosphere.interceptor
An Interceptor that track idle AtmosphereResource and close it.
IdleResourceInterceptor() - Constructor for class org.atmosphere.interceptor.IdleResourceInterceptor
 
idleResources() - Method in class org.atmosphere.interceptor.IdleResourceInterceptor
 
idleTime(int, TimeUnit) - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
idleTimeInMS(int) - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
ids() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.BroadcasterTracker
 
implementation() - Method in interface org.atmosphere.pool.PoolableProvider
Return the current native pool implementation.
implementation() - Method in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
IN_MEMORY_STREAMING_BUFFER_SIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
In Memory WebSocket buffered message size;

Default: 2097152 (2 mg)
Value: org.atmosphere.websocket.webSocketBufferingMaxSize

incomingBroadcast() - Method in class org.atmosphere.util.AbstractBroadcasterProxy
Implement this method to broadcast message received from an external source like JGroups, Redis, etc.
INCREMENT - Static variable in class org.atmosphere.util.AtmosphereFilterChain
 
init(ServletConfig) - Method in class org.atmosphere.container.GlassFishServlet30WebSocketSupport
 
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.Grizzly2CometSupport
Init Grizzly's CometContext that will be used to suspend and resume the response.
init(ServletConfig) - Method in class org.atmosphere.container.GrizzlyCometSupport
Init Grizzly's CometContext that will be used to suspend and resume the response.
init(ServletConfig) - Method in class org.atmosphere.container.GrizzlyServlet30WebSocketSupport
 
init(WebSocketContext) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
init(ServletConfig) - Method in class org.atmosphere.cpr.AsynchronousProcessor
 
init(ServletConfig) - Method in interface org.atmosphere.cpr.AsyncSupport
Initialize the WebServer using the ServletConfig
init(FilterConfig) - Method in class org.atmosphere.cpr.AtmosphereFilter
Initialize the Filter.
init() - Method in class org.atmosphere.cpr.AtmosphereFramework
Initialize the AtmosphereFramework.
init(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
Initialize the AtmosphereFramework using the ServletContext.
init(ServletConfig, boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
Initialize the AtmosphereFramework using the ServletContext.
init(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
 
init(AtmosphereConfig) - Method in interface org.atmosphere.cpr.AtmosphereServletProcessor
Initialize the AtmosphereServletProcessor using the ServletConfig.
init() - Method in class org.atmosphere.cpr.BroadcasterConfig
Initialize BroadcastFilters and BroadcasterCache.
init(AtmosphereConfig) - Method in interface org.atmosphere.cpr.BroadcastFilterLifecycle
Initialize the BroadcastFilter.
init(ServletConfig) - Method in class org.atmosphere.cpr.MeteorServlet
 
init(AtmosphereConfig) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
 
init(AtmosphereConfig) - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
init() - Method in class org.atmosphere.util.AtmosphereFilterChain
Initialize the Filter
init(ServletContext) - Method in class org.atmosphere.util.ServletContextFactory
Set the ServletContext
init(FilterConfig) - Method in class org.atmosphere.websocket.WebSocketHandshakeFilter
 
initAtmosphereHandler(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
initAtmosphereHandler() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
initClusterExtension() - Method in class org.atmosphere.cpr.BroadcasterConfig
 
initComplete() - Method in class org.atmosphere.cpr.AtmosphereConfig
initEndpointMapper() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
initializationError(IllegalStateException) - Method in class org.atmosphere.cpr.AtmosphereFramework
If a ContainerInitializer fail, log the excetion here.
initializationHint - Static variable in class org.atmosphere.cpr.SessionSupport
 
initialize(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler) - Method in interface org.atmosphere.cpr.AtmosphereResource
Initialize an AtmosphereResource.
initialize(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport, AtmosphereHandler) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Initialize an AtmosphereResource.
initialize(String, URI, AtmosphereConfig) - Method in interface org.atmosphere.cpr.Broadcaster
Configure a Broadcaster.
initialize(String, URI, AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
initialize(String, AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
initialize(String, URI, AtmosphereConfig) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
initialize(String, AtmosphereConfig) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
 
initialize(String, AtmosphereConfig) - Method in class org.atmosphere.util.SimpleBroadcaster
 
initialized() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return true if the AtmosphereFramework.init() has been sucessfully executed.
initialized - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
initializer - Variable in class org.atmosphere.cpr.AtmosphereServlet
 
initParams - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
initWebSocket() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
inject(T) - Method in class org.atmosphere.inject.InjectableObjectFactory
Apply Injectable and InjectIntrospector to a class already constructed.
inject(AtmosphereResource) - Static method in class org.atmosphere.util.Utils
 
inject(Object, Class, AtmosphereResource) - Static method in class org.atmosphere.util.Utils
 
inject(Object, Class, AtmosphereConfig) - Static method in class org.atmosphere.util.Utils
 
INJECT_LIBARY - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The Java Inject class
injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.AtmosphereConfigInjectable
 
injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.AtmosphereFrameworkInjectable
 
injectable(AtmosphereResource) - Method in class org.atmosphere.inject.AtmosphereRequestIntrospector
 
injectable(AtmosphereResource) - Method in class org.atmosphere.inject.AtmosphereResourceEventIntrospector
 
injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.AtmosphereResourceFactoryInjectable
 
injectable(AtmosphereResource) - Method in class org.atmosphere.inject.AtmosphereResourceIntrospector
 
injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.AtmosphereResourceSessionFactoryInjectable
 
injectable(AtmosphereResource) - Method in class org.atmosphere.inject.AtmosphereResponseIntrospector
 
injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.BroadcasterFactoryInjectable
 
injectable(AtmosphereResource) - Method in class org.atmosphere.inject.BroadcasterIntrospector
 
Injectable<T> - Interface in org.atmosphere.inject
An Injectable class allow the InjectableObjectFactory to assign a value to a field annotated with the Inject annotation.
injectable(AtmosphereConfig) - Method in interface org.atmosphere.inject.Injectable
Returns an instance of the T
injectable(AtmosphereResource) - Method in interface org.atmosphere.inject.InjectIntrospector
Returns an instance of the T
injectable(AtmosphereResource) - Method in class org.atmosphere.inject.InjectIntrospectorAdapter
 
injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.InjectIntrospectorAdapter
 
injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.MetaBroadcasterInjectable
 
injectable(AtmosphereResource) - Method in class org.atmosphere.inject.PathParamIntrospector
 
injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.WebSocketFactoryInjectable
 
InjectableObjectFactory - Class in org.atmosphere.inject
Support injection of Atmosphere's Internal object using AtmosphereConfig,AtmosphereFramework,org.atmosphere.cpr.BroadcasterFactory, {@link org.atmosphere.cpr.AtmosphereResourceFactory } ,{@link org.atmosphere.cpr.DefaultMetaBroadcaster } and {@link org.atmosphere.cpr.AtmosphereResourceSessionFactory } and classes implementing the {@link Injectable} defined inside META_INF/services/org.atmosphere.inject.Inject
InjectableObjectFactory() - Constructor for class org.atmosphere.inject.InjectableObjectFactory
 
injectCacheHeaders() - Method in class org.atmosphere.interceptor.CacheHeadersInterceptor
 
injectCacheHeaders(boolean) - Method in class org.atmosphere.interceptor.CacheHeadersInterceptor
 
INJECTED_ATMOSPHERE_RESOURCE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A request attribute used to lookup the AtmosphereResource created by an external component and injected inside the AsynchronousProcessor.
INJECTED_BROADCASTER - Static variable in class org.atmosphere.jersey.AtmosphereFilter
 
injectFields(Set<Field>, U, AtmosphereFramework, LinkedList<Injectable<?>>) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
injectInjectable(U, Class<? extends U>, AtmosphereFramework) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
InjectIntrospector<T> - Interface in org.atmosphere.inject
An Injectable class allow the InjectableObjectFactory to inspect fields and methods before they get injected or executed.
InjectIntrospector.WHEN - Enum in org.atmosphere.inject
 
InjectIntrospectorAdapter<T> - Class in org.atmosphere.inject
Adapter class for InjectIntrospector
InjectIntrospectorAdapter() - Constructor for class org.atmosphere.inject.InjectIntrospectorAdapter
 
INJECTION_LISTENERS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
INJECTION_TRY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
How many times the InjectableObjectFactory will try to construct and inject an object from an Injectable.
injectionFailed() - Method in class org.atmosphere.inject.InjectableObjectFactory
 
injectionFailed(LinkedHashSet<Object>) - Method in interface org.atmosphere.inject.InjectionListener
 
InjectionListener - Interface in org.atmosphere.inject
 
inputStream(InputStream) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
inputStream(InputStream) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
InputStreamIterator - Class in org.atmosphere.util.annotation
FileIterator enables iteration over all files in a directory and all its sub directories.
InputStreamIterator(InputStream...) - Constructor for class org.atmosphere.util.annotation.InputStreamIterator
Create a new FileIterator using the specified 'filesOrDirectories' as root.
inspect(BroadcastMessage) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
inspect(BroadcastMessage) - Method in interface org.atmosphere.cache.BroadcasterCacheInspector
Inspect the BroadcastMessage and return true if the message can be cached, false if not.
inspect(BroadcastMessage) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
inspect(AtmosphereResource) - Method in class org.atmosphere.client.TrackMessageSizeInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.config.managed.ServiceInterceptor
 
inspect(AtmosphereResource) - Method in interface org.atmosphere.cpr.AtmosphereInterceptor
Invoked before an AtmosphereResource gets dispatched to AtmosphereHandler.
inspect(AtmosphereResource) - Method in class org.atmosphere.cpr.AtmosphereInterceptorAdapter
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.AndroidAtmosphereInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
Automatically suspend the AtmosphereResource based on AtmosphereResource.TRANSPORT value.
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.BroadcastOnPostAtmosphereInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.CacheHeadersInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.CorsInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.IdleResourceInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.JavaScriptProtocol
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.JSONPAtmosphereInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.NginxInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.OnDisconnectInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.PaddingAtmosphereInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.SessionCreationInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.ShiroInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.SSEAtmosphereInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.SuspendTrackerInterceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.TrackMessageSizeB64Interceptor
 
inspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
 
inspector(BroadcasterCacheInspector) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
inspector(BroadcasterCacheInspector) - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
inspector(BroadcasterCacheInspector) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
inspector(BroadcasterCacheInspector) - Method in interface org.atmosphere.cpr.BroadcasterCache
Add a BroadcasterCacheInspector that will be invoked before a message gets added to the cache.
inspectors - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
inspectors - Variable in class org.atmosphere.cache.UUIDBroadcasterCache
 
inspectors() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
inspectors - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
inspectors() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the list of BroadcasterCacheInspectors.
installAnnotationProcessor(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
interceptor(AtmosphereInterceptor) - Method in class org.atmosphere.cpr.AtmosphereFramework
Add an AtmosphereInterceptor implementation.
interceptor(AsyncIOInterceptor) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
Add an AsyncIOInterceptor that will be invoked in the order it was added.
interceptor(AsyncIOInterceptor, int) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
Add an AsyncIOInterceptor that will be invoked at the specified index position.
INTERCEPTOR_ADDED - Static variable in class org.atmosphere.interceptor.HeartbeatInterceptor
 
interceptors(Class<? extends AtmosphereInterceptor>[], AtmosphereFramework) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
interceptors - Variable in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
interceptors - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
interceptors() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the list of AtmosphereInterceptor.
interceptorsForHandler(AtmosphereFramework, List<Class<? extends AtmosphereInterceptor>>, List<AtmosphereInterceptor>) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
interceptorsForManagedService(AtmosphereFramework, List<Class<? extends AtmosphereInterceptor>>, List<AtmosphereInterceptor>) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
interceptorsForManagedService(AtmosphereFramework, List<Class<? extends AtmosphereInterceptor>>, List<AtmosphereInterceptor>, boolean) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
introspectField(Class, Field) - Method in class org.atmosphere.inject.BroadcasterIntrospector
 
introspectField(Class<T>, Field) - Method in interface org.atmosphere.inject.InjectIntrospector
Introspect the field
introspectField(Class, Field) - Method in class org.atmosphere.inject.InjectIntrospectorAdapter
 
introspectField(Class, Field) - Method in class org.atmosphere.inject.PathParamIntrospector
 
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
 
introspectMethod(Method, Object) - Method in interface org.atmosphere.inject.InjectIntrospector
Introspect the method
introspectMethod(Method, Object) - Method in class org.atmosphere.inject.InjectIntrospectorAdapter
 
introspectMethod(Method, Object) - Method in class org.atmosphere.inject.PostConstructIntrospector
 
invalidate() - Method in interface org.atmosphere.cpr.AtmosphereResourceSession
Invalidates this session then unbinds any objects bound to it.
invalidate() - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSession
 
invalidate() - Method in class org.atmosphere.util.FakeHttpSession
 
invalidateCacheInterval - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
invalidateExpiredEntries() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
InvokationOrder - Interface in org.atmosphere.interceptor
A simple marker class to use with AtmosphereInterceptor in order to determine in which position in the interceptor's chain the AtmosphereInterceptor must be installed.
InvokationOrder.PRIORITY - Enum in org.atmosphere.interceptor
 
invoke(Object, Method, Object[]) - Method in class org.atmosphere.util.ThreadLocalInvoker
 
invoke(Object, Method, Object) - Static method in class org.atmosphere.util.Utils
Manages the invocation of the given method on the specified 'proxied' instance.
INVOKE_ATMOSPHERE_INTERCEPTOR_ON_WEBSOCKET_MESSAGE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Invoke Atmosphere interceptor for on every websocket message.
invokeAll(Collection<? extends Callable<T>>) - Method in class org.atmosphere.util.VoidExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.atmosphere.util.VoidExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.atmosphere.util.VoidExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.atmosphere.util.VoidExecutorService
 
invokeAtmosphereHandler(AtmosphereResourceImpl) - Method in class org.atmosphere.cpr.AsynchronousProcessor
Invoke the associated AtmosphereHandler.
invokeFilterChain(ServletRequest, ServletResponse) - Method in class org.atmosphere.util.AtmosphereFilterChain
 
invokeInterceptor(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
invokeInterceptors(List<AtmosphereInterceptor>, AtmosphereResource, int) - Method in class org.atmosphere.cpr.AsynchronousProcessor
 
invokeInterceptors() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
invokeMethod(Method, Object, Object...) - Static method in class org.atmosphere.config.managed.Invoker
 
invokeOnStateChange(AtmosphereResource, AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
invokeOnStateChange(AtmosphereResource, AtmosphereResourceEvent) - Method in class org.atmosphere.jersey.JerseyBroadcaster
 
invokeOnStateChange(AtmosphereResource, AtmosphereResourceEvent) - Method in class org.atmosphere.jersey.util.JerseySimpleBroadcaster
 
invokeOnStateChange(AtmosphereResource, AtmosphereResourceEvent) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
invokeProperty(Object, String, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
Invoker - Class in org.atmosphere.config.managed
Invoke a method based on Encoder and Decoder
Invoker() - Constructor for class org.atmosphere.config.managed.Invoker
 
invokeWebSocketProtocol(WebSocket, String) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
invokeWebSocketProtocol(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
invokeWebSocketProtocol(WebSocket, InputStream) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
invokeWebSocketProtocol(WebSocket, Reader) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
invokeWebSocketProtocol(WebSocket, String) - Method in interface org.atmosphere.websocket.WebSocketProcessor
Invoked when a WebSocket message gets received from the underlying container
invokeWebSocketProtocol(WebSocket, byte[], int, int) - Method in interface org.atmosphere.websocket.WebSocketProcessor
Invoked when a WebSocket message gets received from the underlying container
invokeWebSocketProtocol(WebSocket, InputStream) - Method in interface org.atmosphere.websocket.WebSocketProcessor
Invoked when a WebSocket message gets received from the underlying container
invokeWebSocketProtocol(WebSocket, Reader) - Method in interface org.atmosphere.websocket.WebSocketProcessor
Invoked when a WebSocket message gets received from the underlying container
invokeWebSocketProtocol(WebSocket, String) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
invokeWebSocketProtocol(WebSocket, InputStream) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
invokeWebSocketProtocol(WebSocket, Reader) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
invokeWebSocketProtocol(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
IOUtils - Class in org.atmosphere.util
 
IOUtils() - Constructor for class org.atmosphere.util.IOUtils
 
isApplicationRequest(Request) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
isAServletFilter() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
isAsync() - Method in class org.atmosphere.cpr.Deliver
 
isAsyncStarted() - Method in interface org.atmosphere.cpr.AtmosphereRequest
isAsyncStarted() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
isAsyncStarted() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
isAsyncSupported() - Method in interface org.atmosphere.cpr.AtmosphereRequest
isAsyncSupported() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
isAsyncSupported() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
isAtmosphere(String) - Static method in class org.atmosphere.util.IOUtils
 
isBodyBinary(AtmosphereRequest) - Static method in class org.atmosphere.util.IOUtils
 
isBodyEmpty(Object) - Static method in class org.atmosphere.util.IOUtils
 
isBroadcasterSpecified - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
isBroadcasterSpecified() - Method in class org.atmosphere.cpr.AtmosphereFramework
Was a Broadcaster defined in web.xml or programmatically added.
isCancelled() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return true if this object has been cancelled.
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
 
isCancelled() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
isCancelled() - Method in class org.atmosphere.cpr.BroadcasterFuture
 
isClosedByApplication() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true if the application closed the connection using AtmosphereResource.close().
isClosedByApplication() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
isClosedByClient() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true if the client closed the connection and send the Atmosphere close message.
isClosedByClient() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
isClosedByClient(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
isCometSupportConfigured - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
isCometSupportSpecified - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
isCommitted() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
isCommitted() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
isDestroyable() - Method in interface org.atmosphere.cpr.AtmosphereRequest
Cjeck if this object can be destroyed.
isDestroyable() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
isDestroyable() - Method in interface org.atmosphere.cpr.AtmosphereResponse
Check if this object can be destroyed.
isDestroyable() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
isDestroyed - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
isDestroyed() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return true is the AtmosphereFramework.destroy() method has been invoked.
isDestroyed() - Method in interface org.atmosphere.cpr.Broadcaster
Return true if this Broadcaster has been destroyed.
isDestroyed() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
isDetached(AtmosphereRequest) - Method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
isDone() - Method in class org.atmosphere.cpr.BroadcasterFuture
 
isEmpty() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Body
True if this object is empty
isFilter - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
isFilter - Variable in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
isInit - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
isInScope() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Check if the AtmosphereRequest still is valid.
isJetty(AtmosphereResource) - Static method in class org.atmosphere.jersey.util.JerseyBroadcasterUtil
 
isJSONObject(byte[]) - Static method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
isLastResponse(AtmosphereRequest, AtmosphereResponse) - Static method in class org.atmosphere.interceptor.SimpleRestInterceptor
 
isNew() - Method in class org.atmosphere.util.FakeHttpSession
 
isOpen() - Method in class org.atmosphere.container.version.Grizzly2WebSocket
 
isOpen() - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
isOpen() - Method in class org.atmosphere.container.version.JBossWebSocket
 
isOpen() - Method in class org.atmosphere.container.version.Jetty8WebSocket
 
isOpen() - Method in class org.atmosphere.container.version.Jetty9WebSocket
 
isOpen() - Method in class org.atmosphere.container.version.JSR356WebSocket
 
isOpen() - Method in class org.atmosphere.container.version.TomcatWebSocket
 
isOpen() - Method in class org.atmosphere.container.version.WebLogicWebSocket
 
isOpen() - Method in class org.atmosphere.websocket.WebSocket
Is the underlying WebSocket open.
isPendingClose() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
isRequestedSessionIdFromCookie() - Method in interface org.atmosphere.cpr.AtmosphereRequest
isRequestedSessionIdFromCookie() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
isRequestedSessionIdFromCookie() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
isRequestedSessionIdFromUrl() - Method in interface org.atmosphere.cpr.AtmosphereRequest
isRequestedSessionIdFromURL() - Method in interface org.atmosphere.cpr.AtmosphereRequest
isRequestedSessionIdFromUrl() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
isRequestedSessionIdFromURL() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
isRequestedSessionIdFromUrl() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
isRequestedSessionIdFromURL() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
isRequestedSessionIdValid() - Method in interface org.atmosphere.cpr.AtmosphereRequest
isRequestedSessionIdValid() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
isRequestedSessionIdValid() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
isResumed() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return true if this object has been resumed.
isResumed() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
isResumedOnTimeout() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true is the response gets resumed after a timeout.
isResumedOnTimeout() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
isResuming() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true if AtmosphereResource.resume() has been invoked.
isResuming() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
isRootFile() - Method in class org.atmosphere.util.annotation.FileIterator
Return true if the current file is one of the files originally specified as one of the constructor file parameters, i.e.
isSecure() - Method in interface org.atmosphere.cpr.AtmosphereRequest
isSecure() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
isSecure() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
isSessionSupportSpecified - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
isSessionTimeoutRemovalAllowed() - Method in class org.atmosphere.cpr.AtmosphereConfig
Allow HTTP session timeout removal when session support is active
isShared - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
isShareExecutorServices() - Method in class org.atmosphere.cpr.AtmosphereFramework
Returns true if ExecutorService is shared among all components.
isShutdown() - Method in class org.atmosphere.util.ForkJoinPool
 
isShutdown() - Method in class org.atmosphere.util.VoidExecutorService
 
isSSecure(boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
isSSecure(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
isSupportSession() - Method in class org.atmosphere.cpr.AtmosphereConfig
Is HttpSession supported.
isSuspended() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return true if the AtmosphereResource.suspend() has been invoked.
isSuspended() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return true if AtmosphereResource.suspend() has been invoked and set to true.
isSuspended() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
isSuspended() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
isTemplateVariablePresent(String) - Method in class org.atmosphere.util.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isTerminated() - Method in class org.atmosphere.util.ForkJoinPool
 
isTerminated() - Method in class org.atmosphere.util.VoidExecutorService
 
isThrowExceptionOnCloned() - Method in class org.atmosphere.cpr.AtmosphereConfig
Is cloned request throws exception.
isThrowExceptionOnClonedRequestSpecified - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
isToken(String) - Static method in class org.atmosphere.util.CookieUtil
 
isUseBlockingImplementation() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
isUseNativeImplementation() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
isUserInRole(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
isUserInRole(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
isUserInRole(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
isUseServlet30() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
isUseStreamForFlushingComments() - Method in class org.atmosphere.cpr.AtmosphereFramework
true if Atmosphere uses AtmosphereResponseImpl.getOutputStream() by default for write operation.
isWriteLocally() - Method in class org.atmosphere.cpr.Deliver
 

J

JavaScriptProtocol - Class in org.atmosphere.interceptor
An Interceptor that send back to a websocket and http client the value of HeaderConfig.X_ATMOSPHERE_TRACKING_ID.
JavaScriptProtocol() - Constructor for class org.atmosphere.interceptor.JavaScriptProtocol
 
JBOSS_5 - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
JBOSS_AS7_WEBSOCKET - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
JBossAsyncSupportWithWebSocket - Class in org.atmosphere.container
JBoss's WebSocket support.
JBossAsyncSupportWithWebSocket(AtmosphereConfig) - Constructor for class org.atmosphere.container.JBossAsyncSupportWithWebSocket
 
JBOSSWEB - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
JBossWebCometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Tomcat AIO.
JBossWebCometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.JBossWebCometSupport
 
JBossWebSocket - Class in org.atmosphere.container.version
Adapts a JBoss WebSocket to an Atmosphere WebSocket.
JBossWebSocket(WebSocket, AtmosphereConfig) - Constructor for class org.atmosphere.container.version.JBossWebSocket
 
JBossWebSocketHandler - Class in org.atmosphere.container
Dispatches JBoss websocket events to Atmosphere's WebSocketProcessor.
JBossWebSocketHandler(AtmosphereConfig) - Constructor for class org.atmosphere.container.JBossWebSocketHandler
 
JERSEY2_SCANNING_PACKAGE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The Jersey package used for scanning annotation.
JERSEY_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default Jersey Broadcaster class.
JERSEY_CONTAINER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default Jersey container class.
JERSEY_CONTAINER_RESPONSE_WRITER_CLASS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Jersey's ContainerResponseWriter.
JERSEY_CONTAINER_RESPONSE_WRITER_INSTANCE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Instance of Jersey's ContainerResponseWriter that can be configured by a Framework running on top of Atmosphere.
JERSEY_SCANNING_PACKAGE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The Jersey package used for scanning annotation.
JerseyBroadcaster - Class in org.atmosphere.jersey
Special Broadcaster that use the ContainerResponse under the hood to serialize the response.
JerseyBroadcaster() - Constructor for class org.atmosphere.jersey.JerseyBroadcaster
 
JerseyBroadcasterUtil - Class in org.atmosphere.jersey.util
Simple util class shared among Jersey's Broadcaster.
JerseyBroadcasterUtil() - Constructor for class org.atmosphere.jersey.util.JerseyBroadcasterUtil
 
JerseySimpleBroadcaster - Class in org.atmosphere.jersey.util
Simple Broadcaster implementation that use the calling thread when broadcasting events.
JerseySimpleBroadcaster() - Constructor for class org.atmosphere.jersey.util.JerseySimpleBroadcaster
 
JETTY - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
Jetty7CometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Jetty's Continuation.
Jetty7CometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.Jetty7CometSupport
 
Jetty8WebSocket - Class in org.atmosphere.container.version
Jetty 8 WebSocket support.
Jetty8WebSocket(WebSocket.Connection, AtmosphereConfig) - Constructor for class org.atmosphere.container.version.Jetty8WebSocket
 
Jetty9AsyncSupportWithWebSocket - Class in org.atmosphere.container
Jetty 9 WebSocket support.
Jetty9AsyncSupportWithWebSocket(AtmosphereConfig) - Constructor for class org.atmosphere.container.Jetty9AsyncSupportWithWebSocket
 
Jetty9WebSocket - Class in org.atmosphere.container.version
 
Jetty9WebSocket(Session, AtmosphereConfig) - Constructor for class org.atmosphere.container.version.Jetty9WebSocket
 
Jetty9WebSocketHandler - Class in org.atmosphere.container
 
Jetty9WebSocketHandler(HttpServletRequest, AtmosphereFramework, WebSocketProcessor) - Constructor for class org.atmosphere.container.Jetty9WebSocketHandler
 
JETTY_7 - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
JETTY_8 - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
JETTY_9 - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
JETTY_WEBSOCKET_MIN_VERSION - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set the minimum WebSocket version that Jetty should accept.
JettyAsyncSupportWithWebSocket - Class in org.atmosphere.container
WebSocket Portable Runtime implementation on top of Jetty's.
JettyAsyncSupportWithWebSocket(AtmosphereConfig) - Constructor for class org.atmosphere.container.JettyAsyncSupportWithWebSocket
 
JettyCometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Jetty's Continuation.
JettyCometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.JettyCometSupport
 
JettyServlet30AsyncSupportWithWebSocket - Class in org.atmosphere.container
This class is the same as JettyAsyncSupportWithWebSocket implementation and add Websocket support to Servlet 3.0.
JettyServlet30AsyncSupportWithWebSocket(AtmosphereConfig) - Constructor for class org.atmosphere.container.JettyServlet30AsyncSupportWithWebSocket
 
JettyWebSocketHandler - Class in org.atmosphere.container
Jetty 7 & 8 WebSocket support.
JettyWebSocketHandler(AtmosphereRequest, AtmosphereFramework, WebSocketProcessor) - Constructor for class org.atmosphere.container.JettyWebSocketHandler
 
JettyWebSocketUtil - Class in org.atmosphere.container
 
JettyWebSocketUtil() - Constructor for class org.atmosphere.container.JettyWebSocketUtil
 
JGoogleAnalyticsTracker - Class in org.atmosphere.util.analytics
Fork of https://code.google.com/p/jgoogleanalytics/ Main class for tracking google analytics data.
JGoogleAnalyticsTracker(String, String) - Constructor for class org.atmosphere.util.analytics.JGoogleAnalyticsTracker
Simple constructor passing the application name & google analytics tracking code
JGoogleAnalyticsTracker(String, String, String) - Constructor for class org.atmosphere.util.analytics.JGoogleAnalyticsTracker
Constructor passing the application name, application version & google analytics tracking code
JGROUPS_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default JGroups Broadcaster class.
JMS_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default JMS Broadcaster class.
JSONP_CALLBACK_NAME - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
JSONP_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
JSONPAtmosphereInterceptor - Class in org.atmosphere.interceptor
JSONP Transport Support.
JSONPAtmosphereInterceptor() - Constructor for class org.atmosphere.interceptor.JSONPAtmosphereInterceptor
 
JSR356_MAPPING_PATH - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The JSR 356 WebSocket root path.
JSR356_PATH_MAPPING_LENGTH - Static variable in interface org.atmosphere.cpr.ApplicationConfig
jsr356 Path mapping length for add(ServerEndpointConfig.Builder.create(JSR356Endpoint.class, "/{path}/{path/...}").
JSR356_WEBSOCKET - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
JSR356AsyncSupport - Class in org.atmosphere.container
 
JSR356AsyncSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.JSR356AsyncSupport
 
JSR356AsyncSupport(AtmosphereConfig, ServletContext) - Constructor for class org.atmosphere.container.JSR356AsyncSupport
 
JSR356AsyncSupport.AtmosphereConfigurator - Class in org.atmosphere.container
 
JSR356Endpoint - Class in org.atmosphere.container
 
JSR356Endpoint(AtmosphereFramework, WebSocketProcessor) - Constructor for class org.atmosphere.container.JSR356Endpoint
 
JSR356WebSocket - Class in org.atmosphere.container.version
Asynchronous based Session websocket
JSR356WebSocket(Session, AtmosphereConfig) - Constructor for class org.atmosphere.container.version.JSR356WebSocket
 

K

KAFKA_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default Kafka Broadcaster class.
KeepOpenStreamAware - Interface in org.atmosphere.cpr
The KeepOpenStreamAware interface is used by a class implementing the AsyncIOWriter interface to indicate the closing of the underlining stream is managed elsewhere and invoking the AsyncIOWriter.close(AtmosphereResponse) method does not close the stream.
killReactiveThreads() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 

L

lastBroadcasted() - Method in class org.atmosphere.cpr.DefaultBroadcaster.AsyncWriteToken
 
lastTick() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.BroadcasterTracker
 
lastWrite - Variable in class org.atmosphere.websocket.WebSocket
 
lastWriteTimeStampInMilliseconds() - Method in class org.atmosphere.websocket.WebSocket
The last time, in milliseconds, a write operation occurred.
LATCH - Static variable in class org.atmosphere.container.BlockingIOCometSupport
 
latch - Variable in class org.atmosphere.cpr.AtmosphereSession
 
LAX - Static variable in class org.atmosphere.util.CookieUtil.ServerCookieDecoder
Lax instance that doesn't validate name and value
LazyComputation(Callable<InetSocketAddress>) - Constructor for class org.atmosphere.cpr.AtmosphereRequestImpl.LazyComputation
 
legacyBroadcasterURI - Static variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
libPath - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
lifecycleHandler() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
lifecycleHandler(LifecycleHandler) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
LifecycleHandler - Class in org.atmosphere.lifecycle
 
LifecycleHandler() - Constructor for class org.atmosphere.lifecycle.LifecycleHandler
 
lifeCycleListener - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
lifeCycleListeners - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
lifeCycleListeners() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
lifeCyclePolicy() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
listener(InjectionListener) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
listeners(Class<? extends AtmosphereResourceEventListener>[], AtmosphereFramework) - Static method in class org.atmosphere.annotation.AnnotationUtil
 
listeners - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
listeners - Variable in class org.atmosphere.cache.UUIDBroadcasterCache
 
listeners() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
listeners() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
listeners() - Method in class org.atmosphere.jersey.SuspendResponse
Return the current list of AtmosphereResourceEventListener classes.
listeners - Variable in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
 
loadAtmosphereDotXml(InputStream, URLClassLoader) - Method in class org.atmosphere.cpr.AtmosphereFramework
Load AtmosphereHandler defined under META-INF/atmosphere.xml.
loadAtmosphereHandlersFromPath(URLClassLoader, String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
loadClass(Class<?>, String) - Static method in class org.atmosphere.util.IOUtils
Loading the specified class using some heuristics to support various containers The order of preferece is: 1.
loadConfiguration(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
loadMetaService() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
loadWebSocketFromPath(URLClassLoader, String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
localAddr(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
localAddr(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
localAttributes() - Method in interface org.atmosphere.cpr.AtmosphereRequest
Return a subset of the attributes set on this AtmosphereRequest, set locally by the framework or by an application.
LocalAttributes(Map<String, Object>) - Constructor for class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
 
LocalAttributes() - Constructor for class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
 
localAttributes() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
locale(Locale) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
locale(Locale) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
localInetSocketAddress(Callable) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
localInetSocketAddress(Callable) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
localName(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
localName(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
localPort(int) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
localPort(int) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
locate(String, AtmosphereResourceFactory.Async) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
Locate an AtmosphereResource, based on its AtmosphereResource.uuid(), in a cluster.
locate(String, AtmosphereResourceFactory.Async) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
 
logger - Static variable in class org.atmosphere.annotation.AnnotationUtil
 
logger - Static variable in class org.atmosphere.cpr.AtmosphereConfig
 
logger - Static variable in class org.atmosphere.cpr.AtmosphereFramework
 
logger - Static variable in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
logger - Static variable in class org.atmosphere.cpr.AtmosphereServlet
 
logger - Variable in class org.atmosphere.cpr.AtmosphereSession
 
logger - Static variable in class org.atmosphere.cpr.MeteorServlet
 
logger - Static variable in class org.atmosphere.inject.InjectableObjectFactory
 
logger - Static variable in class org.atmosphere.websocket.WebSocket
 
login(String, String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
login(String, String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
login(String, String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
logout() - Method in interface org.atmosphere.cpr.AtmosphereRequest
logout() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
logout() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
LONG_POLLING_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
lookup(Class<T>, Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID
lookup(Class<T>, Object, boolean) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID
lookup(Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID
lookup(Object, boolean) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Lookup a Broadcaster instance using Broadcaster.getID() or ID
lookup(Class<T>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
lookup(Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
lookup(Object, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
lookup(Class<T>, Object, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
lookup(Class<T>, Object, boolean, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
lookup(HttpServletRequest) - Static method in class org.atmosphere.cpr.Meteor
Retrieve an instance of Meteor based on the HttpServletRequest.
lookup(Class<T>, Object, boolean, boolean) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
 
lookupAll() - Method in interface org.atmosphere.cpr.BroadcasterFactory
Return an immutable Collection of Broadcaster this factory contains.
lookupAll() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
lookupAll() - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
 
lookupDefaultBroadcasterType(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
lookupDefaultObjectFactoryType() - Method in class org.atmosphere.cpr.AtmosphereFramework
 

M

main(String...) - Static method in class org.atmosphere.container.EmbeddedWebSocketHandler
 
main(String[]) - Static method in class org.atmosphere.util.Version
 
Managed(Object) - Constructor for class org.atmosphere.config.managed.ManagedAtmosphereHandler.Managed
 
managed(AnnotatedProxy, AtmosphereResource) - Method in class org.atmosphere.config.managed.ManagedServiceInterceptor
 
ManagedAtmosphereHandler - Class in org.atmosphere.config.managed
An internal implementation of AtmosphereHandler that implement support for Atmosphere 2.0 annotations.
ManagedAtmosphereHandler() - Constructor for class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
ManagedAtmosphereHandler.Managed - Class in org.atmosphere.config.managed
 
ManagedAtmosphereHandler.MethodInfo - Class in org.atmosphere.config.managed
 
ManagedService - Annotation Type in org.atmosphere.config.service
A Meta annotation that configure Atmosphere with The UUIDBroadcasterCachefor caching message.
ManagedServiceInterceptor - Class in org.atmosphere.config.managed
Handle Singleton for ManagedService processing.
ManagedServiceInterceptor() - Constructor for class org.atmosphere.config.managed.ManagedServiceInterceptor
 
ManagedServiceInterceptor.ManagedAnnotation - Interface in org.atmosphere.config.managed
 
ManagedServiceProcessor - Class in org.atmosphere.annotation
 
ManagedServiceProcessor() - Constructor for class org.atmosphere.annotation.ManagedServiceProcessor
 
map(AtmosphereRequest) - Method in class org.atmosphere.cpr.AsynchronousProcessor
Return the AtmosphereHandler mapped to the passed servlet-path.
map(String, Object, int, TimeUnit, boolean, boolean) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
map(AtmosphereRequest, Map<String, U>) - Method in class org.atmosphere.util.DefaultEndpointMapper
 
map(String, Map<String, U>) - Method in class org.atmosphere.util.DefaultEndpointMapper
 
map(AtmosphereRequest, Map<String, U>) - Method in interface org.atmosphere.util.EndpointMapper
Mape the request to its associated endpoint.
map(String, Map<String, U>) - Method in interface org.atmosphere.util.EndpointMapper
Mape the request to its associated endpoint.
mapAnnotatedService(boolean, String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper) - Method in class org.atmosphere.config.managed.AtmosphereHandlerServiceInterceptor
 
mapAnnotatedService(boolean, String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper) - Method in class org.atmosphere.config.managed.ManagedServiceInterceptor
 
mapAnnotatedService(boolean, String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper) - Method in class org.atmosphere.config.managed.MeteorServiceInterceptor
 
mapAnnotatedService(AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper) - Method in class org.atmosphere.config.managed.ServiceInterceptor
Inspect the request and its mapped AtmosphereHandler to determine if the '{}' was used when defined the annotation's path value.
mapAnnotatedService(boolean, String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper) - Method in class org.atmosphere.config.managed.ServiceInterceptor
 
MAPPED_PATH - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The path that mapped the AtmosphereHandler
mapper() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
MAPPING - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The Servlet's mapping value to the SERVLET_CLASS.
mapping - Variable in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
MAPPING_REGEX - Static variable in class org.atmosphere.cpr.AtmosphereFramework
 
MAPPING_REGEX - Static variable in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
mappingRegex - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
mappingRegex() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
mappingRegex(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
match(String, Map<String, U>) - Method in class org.atmosphere.util.DefaultEndpointMapper
 
match(CharSequence) - Method in class org.atmosphere.util.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, List<String>) - Method in class org.atmosphere.util.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, List<String>, Map<String, String>) - Method in class org.atmosphere.util.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, Map<String, String>) - Method in class org.atmosphere.util.uri.UriTemplate
Match a URI against the template.
match(CharSequence, List<String>) - Method in class org.atmosphere.util.uri.UriTemplate
Match a URI against the template.
matchDecoder(Object, List<Decoder<?, ?>>) - Static method in class org.atmosphere.config.managed.Invoker
 
matchEncoder(Object, List<Encoder<?, ?>>) - Static method in class org.atmosphere.config.managed.Invoker
 
MAX_INACTIVE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The maximum time, in milliseconds, a connection gets idle or when the WIFI disconnection wasn't detected by the underlying container.
maxCacheTime - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
maxInactiveTime() - Method in class org.atmosphere.interceptor.IdleResourceInterceptor
 
maxInactiveTime(long) - Method in class org.atmosphere.interceptor.IdleResourceInterceptor
 
message() - Method in class org.atmosphere.cache.BroadcastMessage
 
Message - Annotation Type in org.atmosphere.config.service
Annotate a method that will get invoked when String messages are broadcasted using the Broadcaster associated with the class where the annotation is associated.
message - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
message() - Method in class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
message - Variable in class org.atmosphere.cpr.Deliver
 
message() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
The received message if the message was a String.
MESSAGE_DELIMITER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The token used to separate broadcasted messages.
MESSAGE_DELIMITER - Static variable in class org.atmosphere.handler.OnMessage
 
MESSAGE_WRITTEN - Static variable in interface org.atmosphere.cpr.FrameworkConfig
A flag indicating a message has been written on the resource.
messageDelimiter(String) - Method in class org.atmosphere.client.TrackMessageSizeInterceptor
Set the character delimiter used by this class to separate message.
messages - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
messages() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
messages - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
messages() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
messagesIds - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
META_SERVICE - Static variable in class org.atmosphere.cpr.AtmosphereFramework
 
META_SERVICE_PATH - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The path to the org.atmosphere.cpr.AtmosphereFramework configuration file Default: META-INF/services Value: org.atmosphere.cpr.metaServicePath
metaBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereConfig
metaBroadcaster - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
metaBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
MetaBroadcaster - Interface in org.atmosphere.cpr
Broadcast events to all or a subset of available Broadcasters based on their Broadcaster.getID() value.
metaBroadcaster(DefaultMetaBroadcaster) - Static method in class org.atmosphere.cpr.Universe
Set the must be unique DefaultMetaBroadcaster
metaBroadcaster() - Static method in class org.atmosphere.cpr.Universe
MetaBroadcaster.MetaBroadcasterCache - Interface in org.atmosphere.cpr
MetaBroadcaster.NoCache - Class in org.atmosphere.cpr
 
MetaBroadcaster.ThirtySecondsCache - Class in org.atmosphere.cpr
Flush the cache every 30 seconds.
MetaBroadcasterInjectable - Class in org.atmosphere.inject
 
MetaBroadcasterInjectable() - Constructor for class org.atmosphere.inject.MetaBroadcasterInjectable
 
metaServicePath - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
METEOR - Static variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
Meteor - Class in org.atmosphere.cpr
A Meteor is a simple class that can be used from a Servlet to suspend, broadcast and resume responses.
MeteorService - Annotation Type in org.atmosphere.config.service
Annotate a Meteor implementation so Atmosphere can install it at runtime.
MeteorServiceInterceptor - Class in org.atmosphere.config.managed
Handle Singleton,MeteorService processing.
MeteorServiceInterceptor() - Constructor for class org.atmosphere.config.managed.MeteorServiceInterceptor
 
MeteorServiceProcessor - Class in org.atmosphere.annotation
 
MeteorServiceProcessor() - Constructor for class org.atmosphere.annotation.MeteorServiceProcessor
 
MeteorServlet - Class in org.atmosphere.cpr
Simple Servlet to use when Atmosphere Meteor are used.
MeteorServlet() - Constructor for class org.atmosphere.cpr.MeteorServlet
 
MeteorServlet(boolean) - Constructor for class org.atmosphere.cpr.MeteorServlet
 
MeteorServlet(boolean, boolean) - Constructor for class org.atmosphere.cpr.MeteorServlet
 
MeteorServlet(Servlet, String, Filter...) - Constructor for class org.atmosphere.cpr.MeteorServlet
 
MeteorServlet(Servlet, String, Collection<Filter>) - Constructor for class org.atmosphere.cpr.MeteorServlet
 
method(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
method(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
method(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
method(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
method() - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
method(String) - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
MethodInfo(Method) - Constructor for class org.atmosphere.config.managed.ManagedAtmosphereHandler.MethodInfo
 
methodInjectionException(Method, U, Class<T>, Exception) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
methodInjectionException(Method, U, Class<T>, Exception) - Method in interface org.atmosphere.inject.InjectionListener
 
methodType - Variable in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
methodType - Variable in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.atmosphere.container.JSR356AsyncSupport.AtmosphereConfigurator
 
ModuleDetection - Class in org.atmosphere.util.analytics
 
ModuleDetection() - Constructor for class org.atmosphere.util.analytics.ModuleDetection
 

N

name - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
NEED_RUNTIME_INJECTION - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Need runtime injection
needRequestScoped(Class) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
needRequestScopedInjection() - Method in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
NETTY - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
NettyCometSupport - Class in org.atmosphere.container
Netty's Framework AsyncSupport and framework running on top of it, like vert.x and Play!
NettyCometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.NettyCometSupport
 
NEVER - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
 
NEW_MAPPING - Static variable in interface org.atmosphere.cpr.FrameworkConfig
newAInterceptor(Class<? extends AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
newAtmosphereConfig() - Method in class org.atmosphere.cpr.AtmosphereFramework
Create an instance of AtmosphereConfig
newAtmosphereFramework(Class<? extends AtmosphereFramework>) - Method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
newAtmosphereFramework(Class<? extends AtmosphereFramework>, boolean, boolean, ServletContext) - Static method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
newAtmosphereFramework(Class<? extends AtmosphereFramework>, boolean, boolean) - Static method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
newAtmosphereFramework(ServletContext, boolean, boolean) - Static method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
 
newAtmosphereFramework() - Method in class org.atmosphere.cpr.AtmosphereServlet
 
newClassInstance(Class<T>, Class<U>) - Method in class org.atmosphere.cpr.AtmosphereFramework.DefaultAtmosphereObjectFactory
 
newClassInstance(Class<T>, Class<U>) - Method in class org.atmosphere.cpr.AtmosphereFramework
Instantiate a class
newClassInstance(Class<T>, Class<U>) - Method in interface org.atmosphere.cpr.AtmosphereObjectFactory
Delegate the creation of Object to the underlying object provider like Spring, Guice, etc.
newClassInstance(Class<T>, Class<U>) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
newCometSupport(Class<? extends AsyncSupport>) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
Given a Class of something that extends AsyncSupport, it tries to return an instance of that class.
newCometSupport(String) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
newInstance() - Static method in class org.atmosphere.cpr.AtmosphereRequestImpl
Create an instance of this class without an associated HttpServletRequest.
newInstance() - Static method in class org.atmosphere.cpr.AtmosphereResponseImpl
Create an instance not associated with any response parent.
newInstance(AtmosphereRequest) - Static method in class org.atmosphere.cpr.AtmosphereResponseImpl
Create a new instance to use with WebSocket.
newInstance(AtmosphereConfig, AtmosphereRequest, WebSocket) - Static method in class org.atmosphere.cpr.AtmosphereResponseImpl
Create a new instance to use with WebSocket.
newThread(Runnable) - Method in class org.atmosphere.util.ExecutorsFactory.AtmosphereThreadFactory
 
next() - Method in class org.atmosphere.util.annotation.FileIterator
Return the next File object or null if no more files are available.
next() - Method in class org.atmosphere.util.annotation.InputStreamIterator
Return the next File object or null if no more files are available.
NginxInterceptor - Class in org.atmosphere.interceptor
Add proper header for Nginx's buffering http://wiki.nginx.org/HttpProxyModule#proxy_buffering
This interceptor set the 'X-Accel-Buffering : No' on the AtmosphereResponse before it gets suspended.
NginxInterceptor() - Constructor for class org.atmosphere.interceptor.NginxInterceptor
 
NO_CACHE_HEADERS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere to not write the no-cache header.
NoCache() - Constructor for class org.atmosphere.cpr.MetaBroadcaster.NoCache
 
NoOpsRequest() - Constructor for class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
NoOpsRequest(boolean) - Constructor for class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
normalizePath(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
NOT_SUPPORTED - Static variable in class org.atmosphere.websocket.WebSocket
 
notifierFuture - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
notify(Action.TYPE, AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
notifyAndAdd(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
notifyBroadcastListener() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
notifyDestroyed(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
notifyDestroyListener(DefaultBroadcaster) - Method in class org.atmosphere.lifecycle.LifecycleHandler
 
notifyEmptyListener(DefaultBroadcaster) - Method in class org.atmosphere.lifecycle.LifecycleHandler
 
notifyIdleListener(DefaultBroadcaster) - Method in class org.atmosphere.lifecycle.LifecycleHandler
 
notifyListener(WebSocket, WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
notifyListener(WebSocket, WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketProcessor
notifyListener(WebSocket, WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
notifyListeners(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResource
notifyListeners() - Method in interface org.atmosphere.cpr.AtmosphereResource
notifyListeners() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
notifyListeners(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
notifyOnAddAtmosphereResourceListener(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
notifyOnMessage(Deliver) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
notifyOnPostCreate(Broadcaster) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
notifyOnRemoveAtmosphereResourceListener(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
notifySuspended(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
notSupported(AtmosphereRequest, AtmosphereResponse) - Static method in class org.atmosphere.websocket.WebSocket
 
NULL - Static variable in interface org.atmosphere.cpr.BroadcasterCache
 
nullFieldInjectionFor(Field, U, Class<T>) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
nullFieldInjectionFor(Field, U, Class<T>) - Method in interface org.atmosphere.inject.InjectionListener
 

O

object() - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler.Managed
 
OBJECT_FACTORY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default AtmosphereObjectFactory class.
objectFactory - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
objectFactory(AtmosphereObjectFactory) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set an object used for class instantiation.
objectFactory() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
objectFactoryType - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
objectFactoryType() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
off() - Method in class org.atmosphere.container.EmbeddedWebSocketHandler
 
off(DefaultBroadcaster) - Method in class org.atmosphere.lifecycle.LifecycleHandler
 
offIfEmpty(DefaultBroadcaster) - Method in class org.atmosphere.lifecycle.LifecycleHandler
 
OldBrowserPaddingInterceptor - Class in org.atmosphere.interceptor
Old 8k Padding interceptor for Browser that needs whitespace when streaming is used.
OldBrowserPaddingInterceptor() - Constructor for class org.atmosphere.interceptor.OldBrowserPaddingInterceptor
 
on() - Method in class org.atmosphere.container.EmbeddedWebSocketHandler
 
on(DefaultBroadcaster) - Method in class org.atmosphere.lifecycle.LifecycleHandler
 
onAddAtmosphereResource(Broadcaster, AtmosphereResource) - Method in interface org.atmosphere.cpr.BroadcasterListener
Invoked when an AtmosphereResource is getting associated to a Broadcaster.
onAddAtmosphereResource(Broadcaster, AtmosphereResource) - Method in class org.atmosphere.cpr.BroadcasterListenerAdapter
Invoked when an AtmosphereResource is getting associated to a Broadcaster.
onAddAtmosphereResource(Broadcaster, AtmosphereResource) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.B
 
onAddCache(String, CacheMessage) - Method in interface org.atmosphere.cpr.BroadcasterCacheListener
Invoked when a message is added to the cache
OnAlwaysSuspend() - Constructor for class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.OnAlwaysSuspend
 
onBinaryData(InputStream) - Method in class org.atmosphere.container.TomcatWebSocketHandler
 
onBinaryStream(WebSocket, InputStream) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
onBinaryStream(WebSocket, InputStream) - Method in interface org.atmosphere.websocket.WebSocketProtocolStream
Parse the WebSocket stream, and delegate the processing to the AtmosphereFramework.asyncSupport or to any existing technology.
onBinaryStream(WebSocket, InputStream) - Method in interface org.atmosphere.websocket.WebSocketStreamingHandler
Invoked when a byte message is received.
onBinaryStream(WebSocket, InputStream) - Method in class org.atmosphere.websocket.WebSocketStreamingHandlerAdapter
 
onBroadcast(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
onBroadcast(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
OnBroadcast() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnBroadcast
 
onBroadcast(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnBroadcast
 
onBroadcast(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onByteMessage(WebSocket, byte[], int, int) - Method in interface org.atmosphere.websocket.WebSocketHandler
Invoked when a byte message is received.
onByteMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.WebSocketHandlerAdapter
 
onByteMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
onByteMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.WebSocketStreamingHandlerAdapter
 
onClose(WebSocket, DataFrame) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
onClose(int, String) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onClose(Session, CloseReason) - Method in class org.atmosphere.container.JSR356Endpoint
 
onClose(int) - Method in class org.atmosphere.container.TomcatWebSocketHandler
 
onClose(WebSocketConnection, ClosingMessage) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onClose(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupportListener
Invoked when an AtmosphereResource gets closed.
onClose(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsyncSupportListenerAdapter
 
onClose(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when AtmosphereResource.close() gets called.
onClose(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
OnClose() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnClose
 
onClose(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnClose
 
onClose(WebSocket) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
 
onClose(WebSocket) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
onClose(WebSocket) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
onClose(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the close occurs
onClose(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onClose(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onClose(WebSocket) - Method in interface org.atmosphere.websocket.WebSocketHandler
Invoked when a WebSocket is closed.
onClose(WebSocket) - Method in class org.atmosphere.websocket.WebSocketHandlerAdapter
 
onClose(WebSocket) - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
onClose(WebSocket) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Invoked when a WebSocket is closed
onClose(WebSocket) - Method in class org.atmosphere.websocket.WebSocketStreamingHandlerAdapter
 
onComplete() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
onComplete(Broadcaster) - Method in interface org.atmosphere.cpr.BroadcasterListener
Invoked when the Broadcast operation completes for all AtmosphereResource.
onComplete(Broadcaster) - Method in class org.atmosphere.cpr.BroadcasterListenerAdapter
Invoked when the Broadcast operation completes for all AtmosphereResource.
onComplete() - Method in interface org.atmosphere.cpr.CompletionAware
 
onConnect(WebSocket) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
onConnect(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the connect occurs
onConnect(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onControl(byte, byte[], int, int) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onControl(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the control occurs
onControl(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onDestroy() - Method in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener
onDestroy() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerAdapter
 
onDestroyed(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupportListener
Invoked when an AtmosphereResource gets destroyed.
onDestroyed(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsyncSupportListenerAdapter
 
onDisconnect(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when the remote connection gets closed.
onDisconnect(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
OnDisconnect() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnDisconnect
 
onDisconnect(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnDisconnect
 
onDisconnect(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceListener
Ibnvoked when the AtmosphereResource gets disconnected
onDisconnect(String) - Method in class org.atmosphere.cpr.AtmosphereResourceListenerAdapter
 
onDisconnect(AtmosphereResponse) - Method in class org.atmosphere.handler.OnMessage
This method will be invoked when the underlying WebServer detects a connection has been closed.
onDisconnect(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the disconnect occurs
onDisconnect(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onDisconnect(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
OnDisconnectInterceptor - Class in org.atmosphere.interceptor
When the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.
OnDisconnectInterceptor() - Constructor for class org.atmosphere.interceptor.OnDisconnectInterceptor
 
onEmpty() - Method in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener
Invoked when a Broadcaster's list of AtmosphereResource becomes empty, eg.
onEmpty() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerAdapter
 
onError(Session, Throwable) - Method in class org.atmosphere.container.JSR356Endpoint
 
onError(WebSocketConnection, Throwable) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
 
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in interface org.atmosphere.websocket.WebSocketHandler
Invoked when a WebSocket produces an error.
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in class org.atmosphere.websocket.WebSocketHandlerAdapter
 
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Invoked when an error occurs.
onError(WebSocket, WebSocketProcessor.WebSocketException) - Method in class org.atmosphere.websocket.WebSocketStreamingHandlerAdapter
 
onException(Throwable, AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
onException(Throwable, AtmosphereResource, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
onFragment(WebSocket, byte[], boolean) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
onFragment(WebSocket, String, boolean) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
onFragment(WebSocketConnection, boolean, String) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onFragment(WebSocketConnection, boolean, byte[]) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onFrame(byte, byte, byte[], int, int) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onHandshake(WebSocket.FrameConnection) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onHandshake(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When the hanshake occurs
onHandshake(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onHeartbeat(AtmosphereResourceEvent) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
Notifies the heartbeat for the given resource to the annotated method if exists.
onHeartbeat(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
OnHeartbeat() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnHeartbeat
 
onHeartbeat(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnHeartbeat
 
onHeartbeat(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResourceHeartbeatEventListener
Invoked when the remote connections send a heartbeat.
onHeartbeat(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onIdle() - Method in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener
Invoke when a Broadcaster has no activity.
onIdle() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerAdapter
 
onMessage(WebSocket, String) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
onMessage(WebSocket, byte[]) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
onMessage(byte[], int, int) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onMessage(String) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onMessage(WebSocketConnection, String) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onMessage(WebSocketConnection, byte[]) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onMessage(Broadcaster, Deliver) - Method in interface org.atmosphere.cpr.BroadcasterListener
Invoked when a Broadcaster.broadcast(Object) is called.
onMessage(Broadcaster, Deliver) - Method in class org.atmosphere.cpr.BroadcasterListenerAdapter
Invoked when a Broadcaster.broadcast(Object) is called.
OnMessage<T> - Class in org.atmosphere.handler
Simple AtmosphereHandler that must be used with the AtmosphereResourceLifecycleInterceptor and BroadcastOnPostAtmosphereInterceptor to reduce the handling of the suspend/resume/disconnect and broadcast operation.
OnMessage() - Constructor for class org.atmosphere.handler.OnMessage
 
onMessage(AtmosphereResponse, T) - Method in class org.atmosphere.handler.OnMessage
Implement this method to get invoked every time a new Broadcaster.broadcast(Object) occurs.
onMessage(WebSocket, String) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
 
onMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
 
onMessage(WebSocket, String) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
onMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
onMessage(WebSocket, String) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
onMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
onMessage(WebSocketEventListener.WebSocketEvent) - Method in interface org.atmosphere.websocket.WebSocketEventListener
When a message is sent
onMessage(WebSocketEventListener.WebSocketEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onMessage(WebSocket, String) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Parse the WebSocket message, and delegate the processing to the AtmosphereFramework.asyncSupport or to any existing technology.
onMessage(WebSocket, byte[], int, int) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Parse the WebSocket message, and delegate the processing to the AtmosphereFramework.asyncSupport or to any existing technology.
onOpen(WebSocket.Connection) - Method in class org.atmosphere.container.JettyWebSocketHandler
 
onOpen(Session, EndpointConfig) - Method in class org.atmosphere.container.JSR356Endpoint
 
onOpen(WsOutbound) - Method in class org.atmosphere.container.TomcatWebSocketHandler
 
onOpen(WebSocketConnection) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onOpen(AtmosphereResource) - Method in class org.atmosphere.handler.OnMessage
This method will be invoked when an connection has been received and not haven't yet be suspended.
onOpen(WebSocket) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
 
onOpen(WebSocket) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
onOpen(WebSocket) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
onOpen(WebSocket) - Method in interface org.atmosphere.websocket.WebSocketHandler
Invoked when a WebSocket is opened.
onOpen(WebSocket) - Method in class org.atmosphere.websocket.WebSocketHandlerAdapter
 
onOpen(WebSocket) - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
onOpen(WebSocket) - Method in interface org.atmosphere.websocket.WebSocketProtocol
Invoked when a WebSocket is opened
onOpen(WebSocket) - Method in class org.atmosphere.websocket.WebSocketStreamingHandlerAdapter
 
onPing(WebSocket, byte[]) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
onPing(WebSocketConnection, byte[]) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onPing(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
onPing(WebSocket, byte[], int, int) - Method in interface org.atmosphere.websocket.WebSocketPingPongListener
Handle WebSocket PING
onPong(WebSocket, byte[]) - Method in class org.atmosphere.container.GlassFishWebSocketHandler
 
onPong(WebSocketConnection, byte[]) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onPong(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
onPong(WebSocket, byte[], int, int) - Method in interface org.atmosphere.websocket.WebSocketPingPongListener
Handle WebSocket PONG
onPostCreate(Broadcaster) - Method in interface org.atmosphere.cpr.BroadcasterListener
Invoked just after the Broadcaster has been created.
onPostCreate(Broadcaster) - Method in class org.atmosphere.cpr.BroadcasterListenerAdapter
Invoked just after the Broadcaster has been created.
onPostCreate(Broadcaster) - Method in class org.atmosphere.lifecycle.BroadcasterLifecyclePolicyHandler
Invoked just after the Broadcaster has been created.
onPostDestroy() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
onPostDestroy(AtmosphereFramework) - Method in interface org.atmosphere.cpr.AtmosphereFrameworkListener
Invoked after AtmosphereFramework.destroy() gets invoked
onPostDestroy(AtmosphereFramework) - Method in class org.atmosphere.cpr.AtmosphereFrameworkListenerAdapter
 
onPostInit() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
onPostInit(AtmosphereFramework) - Method in interface org.atmosphere.cpr.AtmosphereFrameworkListener
Invoked after AtmosphereFramework.init() gets invoked
onPostInit(AtmosphereFramework) - Method in class org.atmosphere.cpr.AtmosphereFrameworkListenerAdapter
 
onPreDestroy() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
onPreDestroy(AtmosphereFramework) - Method in interface org.atmosphere.cpr.AtmosphereFrameworkListener
Invoked before AtmosphereFramework.destroy() gets invoked
onPreDestroy(AtmosphereFramework) - Method in class org.atmosphere.cpr.AtmosphereFrameworkListenerAdapter
 
onPreDestroy(Broadcaster) - Method in interface org.atmosphere.cpr.BroadcasterListener
Invoked before a Broadcaster is about to be deleted.
onPreDestroy(Broadcaster) - Method in class org.atmosphere.cpr.BroadcasterListenerAdapter
Invoked before a Broadcaster is about to be deleted.
onPreDestroy(Broadcaster) - Method in class org.atmosphere.lifecycle.BroadcasterLifecyclePolicyHandler
Invoked before a Broadcaster is about to be deleted.
onPreInit() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
onPreInit(AtmosphereFramework) - Method in interface org.atmosphere.cpr.AtmosphereFrameworkListener
Invoked before AtmosphereFramework.init() gets invoked
onPreInit(AtmosphereFramework) - Method in class org.atmosphere.cpr.AtmosphereFrameworkListenerAdapter
 
onPreSuspend(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when the AtmosphereResource.suspend() is in the process of being suspended but nothing has yet been written on the connection.
onPreSuspend(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
OnPreSuspend() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnPreSuspend
 
onPreSuspend(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnPreSuspend
 
onPreSuspend(AtmosphereResourceEvent) - Method in class org.atmosphere.interceptor.PaddingAtmosphereInterceptor.ForcePreSuspend
 
onPreSuspend(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onReceivedFrame(WebSocket) - Method in class org.atmosphere.container.JBossWebSocketHandler
 
onRemoveAtmosphereResource(Broadcaster, AtmosphereResource) - Method in interface org.atmosphere.cpr.BroadcasterListener
Invoked when an AtmosphereResource is getting removed to a Broadcaster.
onRemoveAtmosphereResource(Broadcaster, AtmosphereResource) - Method in class org.atmosphere.cpr.BroadcasterListenerAdapter
Invoked when an AtmosphereResource is getting removed to a Broadcaster.
onRemoveAtmosphereResource(Broadcaster, AtmosphereResource) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.B
 
onRemoveAtmosphereResource(Broadcaster, AtmosphereResource) - Method in class org.atmosphere.lifecycle.BroadcasterLifecyclePolicyHandler
Invoked when an AtmosphereResource is getting removed to a Broadcaster.
onRemoveCache(String, CacheMessage) - Method in interface org.atmosphere.cpr.BroadcasterCacheListener
Invoked when a message is removed from the cache.
onRequest(AtmosphereResource) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
onRequest(AtmosphereResource) - Method in interface org.atmosphere.cpr.AtmosphereHandler
When a client sends 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) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler.Default
When a client sends 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) - Method in class org.atmosphere.handler.AtmosphereHandlerAdapter
 
onRequest(AtmosphereResource) - Method in class org.atmosphere.handler.OnMessage
 
onRequest(AtmosphereResource) - 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)).
onResume(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupportListener
Invoked when an AtmosphereResource gets resumed.
onResume(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsyncSupportListenerAdapter
 
onResume(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when the AtmosphereResource.resume() is invoked or when the suspend's time out expires.
onResume(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
OnResume() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnResume
 
onResume(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnResume
 
onResume(AtmosphereResponse) - Method in class org.atmosphere.handler.OnMessage
This method will be invoked during the process of resuming a connection.
onResume(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onRuntimeMethod - Variable in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
onSocketClosed(WebSocket) - Method in class org.atmosphere.container.JBossWebSocketHandler
 
onSocketOpened(WebSocket) - Method in class org.atmosphere.container.JBossWebSocketHandler
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.atmosphere.cpr.AnnotationScanningServletContainerInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.atmosphere.cpr.ContainerInitializer
 
onStateChange(AtmosphereResourceEvent) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
onStateChange(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereHandler
This method is invoked when the Broadcaster executes a broadcast operation.
onStateChange(AtmosphereResourceEvent) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
onStateChange(AtmosphereResourceEvent) - Method in class org.atmosphere.handler.AtmosphereHandlerAdapter
 
onStateChange(AtmosphereResourceEvent) - Method in class org.atmosphere.handler.OnMessage
 
onSuspend(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupportListener
Invoked when an AtmosphereResource gets suspended.
onSuspend(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsyncSupportListenerAdapter
 
onSuspend(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when the AtmosphereResource.suspend() has been completed and the response is considered as suspended.
onSuspend(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
OnSuspend() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnSuspend
 
onSuspend(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnSuspend
 
onSuspend(AtmosphereResourceEvent) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.OnAlwaysSuspend
 
onSuspend(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onSuspended(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceListener
Ibnvoked when the AtmosphereResource gets suspended
onSuspended(String) - Method in class org.atmosphere.cpr.AtmosphereResourceListenerAdapter
 
onTextData(Reader) - Method in class org.atmosphere.container.TomcatWebSocketHandler
 
onTextMessage(CharBuffer) - Method in class org.atmosphere.container.TomcatWebSocketHandler
 
onTextMessage(WebSocket, String) - Method in interface org.atmosphere.websocket.WebSocketHandler
Invoked when a String message is received
onTextMessage(WebSocket, String) - Method in class org.atmosphere.websocket.WebSocketHandlerAdapter
 
onTextMessage(WebSocket, String) - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
onTextMessage(WebSocket, String) - Method in class org.atmosphere.websocket.WebSocketStreamingHandlerAdapter
 
onTextStream(WebSocket, Reader) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
onTextStream(WebSocket, Reader) - Method in interface org.atmosphere.websocket.WebSocketProtocolStream
Parse the WebSocket stream, and delegate the processing to the AtmosphereFramework.asyncSupport or to any existing technology.
onTextStream(WebSocket, Reader) - Method in interface org.atmosphere.websocket.WebSocketStreamingHandler
Invoked when a String message is received
onTextStream(WebSocket, Reader) - Method in class org.atmosphere.websocket.WebSocketStreamingHandlerAdapter
 
onThrowable(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResourceEventListener
Invoked when an operations failed to execute for an unknown reason (eg.
onThrowable(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
 
OnThrowable() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnThrowable
 
onThrowable(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnThrowable
 
onThrowable(Throwable) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Notify AtmosphereResourceEventListener thah an unexpected exception occured.
onThrowable(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
onTimeout(WebSocketConnection) - Method in class org.atmosphere.container.WeblogicWebSocketHandler
 
onTimeout(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupportListener
Invoked when an AtmosphereResource times out.
onTimeout(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsyncSupportListenerAdapter
 
onTimeout(AtmosphereResponse) - Method in class org.atmosphere.handler.OnMessage
This method will be invoked when a suspended connection times out, e.g no activity has occurred for the specified time used when suspending.
onWebSocketBinary(byte[], int, int) - Method in class org.atmosphere.container.Jetty9WebSocketHandler
 
onWebSocketClose(int, String) - Method in class org.atmosphere.container.Jetty9WebSocketHandler
 
onWebSocketConnect(Session) - Method in class org.atmosphere.container.Jetty9WebSocketHandler
 
onWebSocketError(Throwable) - Method in class org.atmosphere.container.Jetty9WebSocketHandler
 
onWebSocketText(String) - Method in class org.atmosphere.container.Jetty9WebSocketHandler
 
open(WebSocket, AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
open(WebSocket, AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.websocket.WebSocketProcessor
Invoked when a WebSocket gets opened by the underlying container
open(WebSocket, AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
optimizeMapping() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
org.atmosphere.annotation - package org.atmosphere.annotation
 
org.atmosphere.cache - package org.atmosphere.cache
 
org.atmosphere.client - package org.atmosphere.client
 
org.atmosphere.config - package org.atmosphere.config
 
org.atmosphere.config.managed - package org.atmosphere.config.managed
 
org.atmosphere.config.service - package org.atmosphere.config.service
 
org.atmosphere.container - package org.atmosphere.container
 
org.atmosphere.container.version - package org.atmosphere.container.version
 
org.atmosphere.cpr - package org.atmosphere.cpr
 
org.atmosphere.handler - package org.atmosphere.handler
 
org.atmosphere.inject - package org.atmosphere.inject
 
org.atmosphere.inject.annotation - package org.atmosphere.inject.annotation
 
org.atmosphere.interceptor - package org.atmosphere.interceptor
 
org.atmosphere.jersey - package org.atmosphere.jersey
 
org.atmosphere.jersey.util - package org.atmosphere.jersey.util
 
org.atmosphere.lifecycle - package org.atmosphere.lifecycle
 
org.atmosphere.pool - package org.atmosphere.pool
 
org.atmosphere.util - package org.atmosphere.util
 
org.atmosphere.util.analytics - package org.atmosphere.util.analytics
 
org.atmosphere.util.annotation - package org.atmosphere.util.annotation
 
org.atmosphere.util.uri - package org.atmosphere.util.uri
 
org.atmosphere.websocket - package org.atmosphere.websocket
 
org.atmosphere.websocket.protocol - package org.atmosphere.websocket.protocol
 
originalMessage() - Method in class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
 
originalMessage - Variable in class org.atmosphere.cpr.Deliver
 
OUT_OF_ORDER_BROADCAST - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set to true if order of message delivered to the client is not important.
outgoingBroadcast(Object) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
Implement this method to broadcast message to external source like JGroups, Redis, etc.
outOfOrderBroadcastSupported() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
outputComments() - Method in class org.atmosphere.jersey.SuspendResponse
Tell Atmosphere to write some comments during the connection suspension.
outputComments - Variable in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
 
outputComments(boolean) - Method in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
Set true to tell Atmosphere to write comments when suspending.

P

packages - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
packages() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
PaddingAtmosphereInterceptor - Class in org.atmosphere.interceptor
Padding interceptor for Browser that needs whitespace when streaming is used.
PaddingAtmosphereInterceptor() - Constructor for class org.atmosphere.interceptor.PaddingAtmosphereInterceptor
 
PaddingAtmosphereInterceptor(int) - Constructor for class org.atmosphere.interceptor.PaddingAtmosphereInterceptor
 
PaddingAtmosphereInterceptor.ForcePreSuspend - Class in org.atmosphere.interceptor
 
paddingText(byte[]) - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
parse(AtmosphereConfig, String) - Method in class org.atmosphere.util.AtmosphereConfigReader
 
parse(AtmosphereConfig, InputStream) - Method in class org.atmosphere.util.AtmosphereConfigReader
 
patchContainer() - Method in class org.atmosphere.cpr.AtmosphereFramework
Path specific container using their own property.
path() - Method in interface org.atmosphere.config.managed.ManagedServiceInterceptor.ManagedAnnotation
 
path() - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
path(String) - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
pathInfo(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
pathInfo(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
pathInfo(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
pathInfo(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
pathInfo(AtmosphereRequest) - Static method in class org.atmosphere.util.Utils
 
pathLocal - Variable in class org.atmosphere.inject.PathParamIntrospector
 
PathParam - Annotation Type in org.atmosphere.config.service
Use this annotation with the ManagedService annotation.
PathParamIntrospector - Class in org.atmosphere.inject
PathParam injection support.
PathParamIntrospector() - Constructor for class org.atmosphere.inject.PathParamIntrospector
 
pathParams - Variable in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
pathParams() - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
pathParams(Object) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
pathParams() - Method in interface org.atmosphere.handler.AnnotatedProxy
Return true if PathParam are supported.
period() - Method in class org.atmosphere.jersey.SuspendResponse
Return the SuspendResponse.TimeSpan used to suspend the response.
period(int, TimeUnit) - Method in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
Set the timeout period.
PerRequestBroadcastFilter - Interface in org.atmosphere.cpr
An extended BroadcastFilter that can be used to filter based on AtmosphereResource.
perRequestFilter(AtmosphereResource, Deliver) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
perRequestFilters - Variable in class org.atmosphere.cpr.BroadcasterConfig
 
policy(BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY) - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
 
policy() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
policy - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
pollableTransport(AtmosphereResource.TRANSPORT) - Static method in class org.atmosphere.util.Utils
 
POLLING_DEFAULT - Static variable in class org.atmosphere.cpr.DefaultBroadcaster
 
POLLING_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
pool() - Method in class org.atmosphere.util.ForkJoinPool
 
PoolableBroadcasterFactory - Class in org.atmosphere.pool
This class uses a PoolableProvider to retrieve instance of Broadcaster.
PoolableBroadcasterFactory() - Constructor for class org.atmosphere.pool.PoolableBroadcasterFactory
 
PoolableBroadcasterFactory(Class<? extends Broadcaster>, String, AtmosphereConfig) - Constructor for class org.atmosphere.pool.PoolableBroadcasterFactory
Deprecated.
poolableProvider() - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
The current PoolableProvider
poolableProvider(PoolableProvider<? extends Broadcaster, ?>) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
Set the implementation of PoolableProvider
PoolableProvider<T extends Broadcaster,U> - Interface in org.atmosphere.pool
Implements this interface for provisioning the PoolableBroadcasterFactory with Broadcaster
poolConfig - Variable in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
POOLEABLE_PROVIDER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The PoolableProvider used by the

Default: org.atmosphere.pool.UnboundedApachePoolableProvider Value: org.atmosphere.pool.poolableProvider

poolSize() - Method in interface org.atmosphere.pool.PoolableProvider
The current Pool Size
poolSize() - Method in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
populate(Object, Class<? extends Annotation>) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
populate(AtmosphereConfig) - Method in class org.atmosphere.cpr.AtmosphereConfig
 
populateMessage(Object, Class<? extends Annotation>) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
possibleComponentsCandidate - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
Post - Annotation Type in org.atmosphere.config.service
Use this annotation with the ManagedService annotation.
PostConstructIntrospector - Class in org.atmosphere.inject
PostConstruct implementation support.
PostConstructIntrospector() - Constructor for class org.atmosphere.inject.PostConstructIntrospector
 
postFieldInjection(Field, U, Class<T>) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
postFieldInjection(Field, U, Class<T>) - Method in interface org.atmosphere.inject.InjectionListener
 
postInspect(AtmosphereResource) - Method in class org.atmosphere.config.managed.ManagedServiceInterceptor
 
postInspect(AtmosphereResource) - Method in interface org.atmosphere.cpr.AtmosphereInterceptor
Invoked after an AtmosphereResource gets dispatched to AtmosphereHandler.
postInspect(AtmosphereResource) - Method in class org.atmosphere.cpr.AtmosphereInterceptorAdapter
 
postInspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
postInspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
postInspect(AtmosphereResource) - Method in class org.atmosphere.interceptor.BroadcastOnPostAtmosphereInterceptor
 
postInterceptors(List<AtmosphereInterceptor>, AtmosphereResource) - Method in class org.atmosphere.cpr.AsynchronousProcessor
 
postMethodInjection(Method, U, Class<T>) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
postMethodInjection(Method, U, Class<T>) - Method in interface org.atmosphere.inject.InjectionListener
 
postPayload(AtmosphereResponse, byte[], int, int) - Method in interface org.atmosphere.cpr.AsyncIOInterceptor
 
postPayload(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.cpr.AsyncIOInterceptorAdapter
 
postProcessMapping(WebSocket, AtmosphereRequest, WebSocketProcessor.WebSocketHandlerProxy) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
postStateChange(AtmosphereResourceEvent) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
Inspect the event and decide if the underlying connection must be resumed.
PRAGMA - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
PRE_SUSPEND - Static variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
preFieldInjection(Field, U, Class<T>) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
preFieldInjection(Field, U, Class<T>) - Method in interface org.atmosphere.inject.InjectionListener
 
preMethodInjection(Method, U, Class<T>) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
preMethodInjection(Method, U, Class<T>) - Method in interface org.atmosphere.inject.InjectionListener
 
prepareInvokeOnStateChange(AtmosphereResource, AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
prepareInvokeOnStateChange(AtmosphereResource, AtmosphereResourceEvent) - Method in class org.atmosphere.util.SimpleBroadcaster
 
prePayload(AtmosphereResponse, byte[], int, int) - Method in interface org.atmosphere.cpr.AsyncIOInterceptor
 
prePayload(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.cpr.AsyncIOInterceptorAdapter
 
preventOOM() - Method in class org.atmosphere.cpr.AtmosphereFramework
Prevent Atmosphere from scanning the entire class path.
principal(Principal) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
principal(Principal) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
priority() - Method in class org.atmosphere.client.TrackMessageSizeInterceptor
 
priority() - Method in class org.atmosphere.config.managed.ServiceInterceptor
 
priority() - Method in class org.atmosphere.cpr.AtmosphereInterceptorAdapter
 
priority() - Method in class org.atmosphere.interceptor.CorsInterceptor
 
priority() - Method in class org.atmosphere.interceptor.IdleResourceInterceptor
 
priority() - Method in interface org.atmosphere.interceptor.InvokationOrder
Return the priority an AtmosphereInterceptor must be executed.
priority() - Method in class org.atmosphere.interceptor.SuspendTrackerInterceptor
 
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
 
Processor<T> - Interface in org.atmosphere.annotation
Class annotated with AtmosphereAnnotation must implement this interface in order to get invoked when the AtmosphereFramework.init() executes.
processors() - Method in class org.atmosphere.cpr.WebSocketProcessorFactory
 
processReady(AtmosphereResource) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
properProtocol(HttpServletRequest) - Static method in class org.atmosphere.util.Utils
 
properties() - Method in class org.atmosphere.cpr.AtmosphereConfig
Return the Map of Applications's properties.
PROPERTY_ALLOW_SESSION_TIMEOUT_REMOVAL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere to set session max inactive interval to -1 when an atmosphere connection exists.
PROPERTY_ATMOSPHERE_XML - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The location of the atmosphere.xml file.
PROPERTY_BLOCKING_COMETSUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set Atmosphere to use the BlockingIOCometSupport, e.g blocking I/O.
PROPERTY_COMET_SUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere which AsyncSupport implementation to use.
PROPERTY_NATIVE_COMETSUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set Atmosphere to use the container native Comet support.
PROPERTY_SERVLET_MAPPING - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The path that will be used to map request to Jersey.
PROPERTY_SESSION_CREATE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere to create a new HttpSession when starting and when ApplicationConfig.PROPERTY_SESSION_SUPPORT is set to true.
PROPERTY_SESSION_SUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere to use HttpSession.
PROPERTY_THROW_EXCEPTION_ON_CLONED_REQUEST - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set Atmosphere to throw exception on cloned request

Default: false
Value: org.atmosphere.throwExceptionOnClonedRequest

PROPERTY_USE_STREAM - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Force Atmosphere to use stream when writing bytes.
PROTOCOL_DETACHED_KEY - Static variable in class org.atmosphere.interceptor.SimpleRestInterceptor
Servlet init property to enable the detached mode in the response
ProtocolUtil - Class in org.atmosphere.websocket.protocol
 
ProtocolUtil() - Constructor for class org.atmosphere.websocket.protocol.ProtocolUtil
 
proxied() - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
proxy(Object, Method, Object[]) - Method in class org.atmosphere.util.ServletProxyFactory
 
proxyHandler() - Method in class org.atmosphere.config.managed.ManagedServiceInterceptor
 
Publish - Annotation Type in org.atmosphere.annotation
When a method is annotated with this annotation, the returned value of the method will be broadcasted to the passed value, e.g the associated Broadcaster.broadcast(Object) will be invoked.
push(Deliver) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
pushMessage(AtmosphereResource.TRANSPORT) - Static method in class org.atmosphere.util.Utils
 
put(BroadcastMessage, Long, String) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
Put - Annotation Type in org.atmosphere.config.service
Use this annotation with the ManagedService annotation.
put(String, Object) - Method in class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
 
putValue(String, Object) - Method in class org.atmosphere.util.FakeHttpSession
 

Q

queryString(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
queryString(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
Set the query string.
queryString(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
queryString(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
QueryStringDecoder - Class in org.atmosphere.util
Splits an HTTP query string into a path string and key-value parameter pairs.
QueryStringDecoder(String) - Constructor for class org.atmosphere.util.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(String, boolean) - Constructor for class org.atmosphere.util.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset) - Constructor for class org.atmosphere.util.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset, boolean) - Constructor for class org.atmosphere.util.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset, boolean, int) - Constructor for class org.atmosphere.util.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, String) - Constructor for class org.atmosphere.util.QueryStringDecoder
QueryStringDecoder(URI) - Constructor for class org.atmosphere.util.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(URI, Charset) - Constructor for class org.atmosphere.util.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(URI, Charset, int) - Constructor for class org.atmosphere.util.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(URI, String) - Constructor for class org.atmosphere.util.QueryStringDecoder
queryStrings(Map<String, String[]>) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
queryStrings(Map<String, String[]>) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
queryStringsMap() - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
queryStringsMap() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
queueWriteIO(AtmosphereResource, Deliver, AtomicInteger) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
queueWriteIO(AtmosphereResource, Deliver, AtomicInteger) - Method in class org.atmosphere.util.SimpleBroadcaster
 
quote(byte[]) - Static method in class org.atmosphere.interceptor.SimpleRestInterceptor
 

R

RABBITMQ_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default RabbitMQ Broadcaster class.
rawWebSocket(HttpServletRequest) - Static method in class org.atmosphere.util.Utils
 
reactiveThreadsCount() - Method in class org.atmosphere.cpr.DefaultBroadcaster
Return the default number of reactive threads that will be waiting for work when a broadcast operation is executed.
read(byte[], int, int) - Method in class org.atmosphere.util.ReaderInputStream
Read the specified number of bytes into an array.
read(byte[]) - Method in class org.atmosphere.util.ReaderInputStream
Read the specified number of bytes into an array.
read() - Method in class org.atmosphere.util.ReaderInputStream
Read a single byte.
READ_GET_BODY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Try to read a HTTP GET body.
readEntirely(AtmosphereResource) - Static method in class org.atmosphere.util.IOUtils
 
readEntirelyAsByte(AtmosphereResource) - Static method in class org.atmosphere.util.IOUtils
 
readEntirelyAsString(AtmosphereResource) - Static method in class org.atmosphere.util.IOUtils
 
reader(Reader) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
reader(Reader) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
ReaderInputStream - Class in org.atmosphere.util
InputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.
ReaderInputStream(Reader, CharsetEncoder) - Constructor for class org.atmosphere.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, CharsetEncoder, int) - Constructor for class org.atmosphere.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset, int) - Constructor for class org.atmosphere.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset) - Constructor for class org.atmosphere.util.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, String, int) - Constructor for class org.atmosphere.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, String) - Constructor for class org.atmosphere.util.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader) - Constructor for class org.atmosphere.util.ReaderInputStream
Construct a new ReaderInputStream that uses the default character encoding with a default input buffer size of 1024 characters.
readServiceFile(String) - Static method in class org.atmosphere.util.IOUtils
This method reads the given file stored under "META-INF/services" and accessed through the framework's class loader to specify a list of actions to be done on different service classes (AtmosphereInterceptor, BroadcastFilter, etc).
readSystemProperties() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
readWriteLock - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
Ready - Annotation Type in org.atmosphere.config.service
Use this annotation with the ManagedService annotation.
Ready.DELIVER_TO - Enum in org.atmosphere.config.service
Deprecated. 
realPath(ServletContext, String) - Static method in class org.atmosphere.util.IOUtils
 
reaper - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
recentActivity() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
reconfigure() - Method in class org.atmosphere.util.AbstractBroadcasterProxy
 
reconfigureInitParams(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
RECOVER_DEAD_BROADCASTER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Recover from a Broadcaster that has been destroyed.
recycle() - Method in class org.atmosphere.util.FilterConfigImpl
Release the Filter instance associated with this FilterConfig, if there is one.
RECYCLE_ATMOSPHERE_REQUEST_RESPONSE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Recycle (make them unusable) AtmosphereRequest/Response after wrapping a WebSocket message and delegating it to a Container.
redirect(AtmosphereResponse, String) - Method in interface org.atmosphere.cpr.AsyncIOInterceptor
 
redirect(AtmosphereResponse, String) - Method in class org.atmosphere.cpr.AsyncIOInterceptorAdapter
 
redirect(AtmosphereResponse, String) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Redirect a WebSocket request to another location.
redirect(AtmosphereResponse, String) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
 
redirect(AtmosphereResponse, String) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
redirect(AtmosphereResponse, String) - Method in class org.atmosphere.websocket.WebSocket
 
REDIS_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default Redis Broadcaster class.
REFLECTOR_ATMOSPHEREHANDLER - Static variable in class org.atmosphere.cpr.AtmosphereFramework
ReflectorServletProcessor - Class in org.atmosphere.handler
An implementation of AtmosphereHandler using the 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 AtmosphereResource as a AtmosphereRequestImpl.getAttribute(String) attribute named FrameworkConfig.ATMOSPHERE_RESOURCE.
ReflectorServletProcessor() - Constructor for class org.atmosphere.handler.ReflectorServletProcessor
 
ReflectorServletProcessor(Servlet) - Constructor for class org.atmosphere.handler.ReflectorServletProcessor
 
register() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
registerUuidForFindCandidate(AtmosphereResource) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
Register an AtmosphereResource for being a candidate to AtmosphereResourceFactory.find(String) operation.
registerUuidForFindCandidate(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
Register an AtmosphereResource for being a candidate to DefaultAtmosphereResourceFactory.find(String) operation.
registerWebSocketHandler(String, WebSocketProcessor.WebSocketHandlerProxy) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
registerWebSocketHandler(String, WebSocketProcessor.WebSocketHandlerProxy) - Method in interface org.atmosphere.websocket.WebSocketProcessor
Register a WebSocketHandler
registerWebSocketHandler(String, WebSocketProcessor.WebSocketHandlerProxy) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
 
relatedBroadcasters - Variable in class org.atmosphere.cpr.AtmosphereSession
 
releaseExternalResources() - Method in interface org.atmosphere.cpr.Broadcaster
Release external resources associated with this Broadcaster.
releaseExternalResources() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
remoteAddr(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
remoteAddr(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
remoteHost(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
remoteHost(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
remoteInetSocketAddress(Callable) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
remoteInetSocketAddress(Callable) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
remotePort(int) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
remotePort(int) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
remove(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
 
remove(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
Remove the AtmosphereResource from all instances of Broadcaster.
remove(Broadcaster, Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Remove a Broadcaster from the list.
remove(Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Remove the associated Broadcaster.
remove(String) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
Remove the AtmosphereResource from all instances of Broadcaster.
remove(Broadcaster, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
remove(Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
remove(Broadcaster) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.BroadcasterTracker
 
remove(Broadcaster, Object) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
 
remove(Object) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
 
removeAllAtmosphereHandler() - Method in class org.atmosphere.cpr.AtmosphereFramework
Remove all AtmosphereHandlers.
removeAllAtmosphereResource(AtmosphereResource) - Method in interface org.atmosphere.cpr.BroadcasterFactory
Deprecated.
removeAllAtmosphereResource(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
Deprecated.
removeAllAtmosphereResource(AtmosphereResource) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
 
removeAllFilters() - Method in class org.atmosphere.cpr.BroadcasterConfig
Remove all BroadcastFilters.
removeAllInitParams() - Method in class org.atmosphere.cpr.AtmosphereFramework
Remove all init parameters.
removeAtmosphereHandler(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
removeAtmosphereResource(AtmosphereResource) - Method in interface org.atmosphere.cpr.Broadcaster
Remove a AtmosphereResource from the list of s to be notified when the Broadcaster.broadcast(java.lang.Object) is invoked.
removeAtmosphereResource(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
removeAtmosphereResource(AtmosphereResource, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
removeAttribute(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
removeAttribute(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
removeAttribute(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
removeAttribute(String) - Method in class org.atmosphere.util.FakeHttpSession
 
removeBroadcaster(Broadcaster) - Method in interface org.atmosphere.cpr.AtmosphereResource
Remove a Broadcaster with this resource.
removeBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
removeBroadcasterCacheListener(BroadcasterCacheListener) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
removeBroadcasterCacheListener(BroadcasterCacheListener) - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
removeBroadcasterCacheListener(BroadcasterCacheListener) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
removeBroadcasterCacheListener(BroadcasterCacheListener) - Method in interface org.atmosphere.cpr.BroadcasterCache
removeBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in interface org.atmosphere.cpr.Broadcaster
removeBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
removeBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.Broadcaster
removeBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.BroadcasterFactory
removeBroadcasterListener(BroadcasterListener) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
removeBroadcasterListener(BroadcasterListener) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
removeBroadcasterListener(BroadcasterListener) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
removeBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.MetaBroadcaster
removeEventListener(AtmosphereResourceEventListener) - Method in interface org.atmosphere.cpr.AtmosphereResource
removeEventListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
removeEventListeners() - Method in interface org.atmosphere.cpr.AtmosphereResource
removeEventListeners() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
removeFilter(BroadcastFilter) - Method in class org.atmosphere.cpr.BroadcasterConfig
Remove a BroadcastFilter.
removeFromAllBroadcasters() - Method in interface org.atmosphere.cpr.AtmosphereResource
Remove this AtmosphereResource from all Broadcaster
removeFromAllBroadcasters() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
removeListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.cpr.Meteor
Remove a AtmosphereResourceEventListener which gets invoked when a response is resuming, when the remote client closes the connection or when the a Broadcaster.broadcast(java.lang.Object) operations occurs.
removeValue(String) - Method in class org.atmosphere.util.FakeHttpSession
 
rename(String) - Method in class org.atmosphere.cpr.DefaultBroadcaster
Rename this Broadcaster without invoking it's associated BroadcasterFactory.
replaceProperties(String, Hashtable<String, String>, IntrospectionUtils.PropertySource[]) - Static method in class org.atmosphere.util.IntrospectionUtils
Replace ${NAME} with the property value
reportFieldAnnotation(Class<? extends Annotation>, String, String) - Method in interface org.atmosphere.util.annotation.AnnotationDetector.FieldReporter
This call back method is used to report an field level Annotation.
reportMethodAnnotation(Class<? extends Annotation>, String, String) - Method in interface org.atmosphere.util.annotation.AnnotationDetector.MethodReporter
This call back method is used to report an method level Annotation.
reportTypeAnnotation(Class<? extends Annotation>, String) - Method in interface org.atmosphere.util.annotation.AnnotationDetector.TypeReporter
This call back method is used to report an type level Annotation.
request(HttpServletRequest) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
request(HttpServletRequest) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
request(AtmosphereRequest) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
 
request() - Method in interface org.atmosphere.cpr.AtmosphereResponse
Return the associated AtmosphereRequest.
request(AtmosphereRequest) - Method in interface org.atmosphere.cpr.AtmosphereResponse
Set the associated AtmosphereRequest.
request(AtmosphereRequest) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
request() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
request(AtmosphereRequest) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
request(String) - Method in class org.atmosphere.util.analytics.HTTPGetMethod
 
REQUEST_DISPATCHED - Static variable in class org.atmosphere.interceptor.SimpleRestInterceptor
 
REQUEST_ID - Static variable in class org.atmosphere.interceptor.SimpleRestInterceptor
 
RequestScoped - Annotation Type in org.atmosphere.inject.annotation
An annotation for InjectIntrospector used to decide when the injection must happens.
requestScoped(Object, Class, AtmosphereResource) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
requestScoped(Object, Class) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
requestScopedInjection(AtmosphereConfig, AtmosphereHandler) - Static method in class org.atmosphere.util.Utils
 
requestScopedInjection(AtmosphereConfig, Object) - Static method in class org.atmosphere.util.Utils
Inject custom object.
requestURI(String) - Method in class org.atmosphere.container.EmbeddedWebSocketHandler
 
requestURI(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
requestURI(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
requestURI(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
requestURI(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
requestURL(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
requestURL() - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
requestURL(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
requestURL() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
reset() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Completely reset the instance to its initial state.
reset() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
reset() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
reset(AtmosphereConfig) - Static method in class org.atmosphere.util.ExecutorsFactory
 
resetBuffer() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
resetBuffer() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
resetStates() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
resolve(boolean, boolean, boolean) - Method in interface org.atmosphere.cpr.AsyncSupportResolver
 
resolve(boolean, boolean) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
This method is the general interface to the outside world.
resolve(boolean, boolean, boolean) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
resolveArgument(Class<I>, Class<T>) - Static method in class org.atmosphere.config.managed.TypeResolver
Returns the raw class representing the type argument for the targetType resolved upwards from the initialType.
resolveArgument(Type, Class<?>) - Static method in class org.atmosphere.config.managed.TypeResolver
Resolves the type argument for the genericType using type variable information from the sourceType.
resolveArguments(Class<I>, Class<T>) - Static method in class org.atmosphere.config.managed.TypeResolver
Returns an array of raw classes representing type arguments for the targetType resolved upwards from the initialType.
resolveArguments(Type, Class<?>) - Static method in class org.atmosphere.config.managed.TypeResolver
Resolves the arguments for the genericType using the type variable information for the targetType.
resolveBound(TypeVariable<?>) - Static method in class org.atmosphere.config.managed.TypeResolver
Resolves the first bound for the typeVariable, returning Unknown.class if none can be resolved.
resolveClass(Type, Class<?>) - Static method in class org.atmosphere.config.managed.TypeResolver
Resolves the raw class for the given genericType, using the type variable information from the targetType.
resolveGenericType(Type, Class<?>) - Static method in class org.atmosphere.config.managed.TypeResolver
Resolves the generic Type for the targetType by walking the type hierarchy upwards from the initialType.
resolveMultipleNativeSupportConflict(List<Class<? extends AsyncSupport>>) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
This method is called if there are more than one potential native container in scope.
resolveNativeCometSupport(List<Class<? extends AsyncSupport>>) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
This method is called to determine which native comet support to the used.
resolveWebSocket(List<Class<? extends AsyncSupport>>) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
resource() - Method in interface org.atmosphere.cpr.AtmosphereRequest
The AtmosphereResource associated with this request.
resource() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
resource - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
resource() - Method in interface org.atmosphere.cpr.AtmosphereResponse
The AtmosphereResource associated with this request.
resource() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
resource - Variable in class org.atmosphere.cpr.AtmosphereSession
 
resource - Variable in class org.atmosphere.cpr.Deliver
 
resource(AtmosphereResource) - Method in class org.atmosphere.websocket.WebSocket
Associate an AtmosphereResource to this WebSocket
resource() - Method in class org.atmosphere.websocket.WebSocket
Return the an AtmosphereResource used by this WebSocket, or null if the WebSocket has been closed before the WebSocket message has been processed.
resourceFactory(AtmosphereResourceFactory) - Static method in class org.atmosphere.cpr.Universe
Set the must be unique AtmosphereResourceFactory
resourceFactory() - Static method in class org.atmosphere.cpr.Universe
resources() - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
 
resources() - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
 
resources - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
resources - Variable in class org.atmosphere.cpr.Deliver
 
resourcesFactory - Variable in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
resourcesFactory() - Method in class org.atmosphere.cpr.AtmosphereConfig
response(HttpServletResponse) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
 
response(HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
response() - Method in exception org.atmosphere.websocket.WebSocketProcessor.WebSocketException
 
RESPONSE_COMPLETION_AWARE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The completion of response writing is reported to AtmosphereResponse.
RESPONSE_COMPLETION_RESET - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The completion status of AtmosphereResponse is reset after each completion so that the subsequent write operations are handled as a series of new write operations.
restore(HttpSession) - Method in class org.atmosphere.cpr.SessionTimeoutRestorer
 
restoreTimeout(HttpSession) - Static method in class org.atmosphere.cpr.SessionTimeoutSupport
Try to restore HTTP session timeout that was set before disabling it.
restoreTimeout(HttpServletRequest) - Static method in class org.atmosphere.cpr.SessionTimeoutSupport
 
resumableTransport(AtmosphereResource.TRANSPORT) - Static method in class org.atmosphere.util.Utils
 
Resume - Annotation Type in org.atmosphere.annotation
Resume a suspended response.
Resume - Annotation Type in org.atmosphere.config.service
Use this annotation with the ManagedService annotation.
RESUME - Static variable in class org.atmosphere.container.NettyCometSupport
 
RESUME - Static variable in class org.atmosphere.cpr.Action
 
resume() - Method in interface org.atmosphere.cpr.AtmosphereResource
Complete the AtmosphereResponse and finish/commit it.
resume() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
resume() - Method in class org.atmosphere.cpr.Meteor
Resume the underlying HttpServletResponse.
RESUME_CANDIDATES - Static variable in class org.atmosphere.jersey.AtmosphereFilter
 
RESUME_ON_BROADCAST - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Force Atmosphere to invoke AtmosphereResource.resume() after the first Broadcaster.broadcast(Object) invocation.
RESUME_ON_HEARTBEAT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Resume the long-polling or jsonp connection on every heartbeat (I/O operations).
RESUME_UUID - Static variable in class org.atmosphere.jersey.AtmosphereFilter
 
resumeAll() - Method in interface org.atmosphere.cpr.Broadcaster
resumeAll() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
resumed(AtmosphereRequest, AtmosphereResponse) - 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 AtmosphereResponse.
RESUMED_ON_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
A request attribute telling a AsyncSupport if the AtmosphereResource was resumed on timeout or by an application.
resumeOnBroadcast(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResource
Set to true to resume the response after the first broadcast.
resumeOnBroadcast() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return true if this AtmosphereResource is resumed after the first broadcast.
resumeOnBroadcast(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
resumeOnBroadcast() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
resumeOnBroadcast(boolean) - Method in class org.atmosphere.cpr.Meteor
Resume the Meteor after the first broadcast operation.
resumeOnBroadcast() - Method in class org.atmosphere.jersey.SuspendResponse
Resume the connection on the first Broadcaster.broadcast(Object) operations.
resumeOnBroadcast - Variable in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
 
resumeOnBroadcast(boolean) - Method in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
Set to true to resume the connection on the first Broadcaster.broadcast(Object)
resumeOnHeartbeat() - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
resumeOnHeartbeat(boolean) - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
retrieveCache(AtmosphereResource, AtmosphereResourceStateRecovery.BroadcasterTracker, boolean) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
retrieveFromCache(String, String) - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
retrieveFromCache(String, String) - Method in class org.atmosphere.cache.SessionBroadcasterCache
 
retrieveFromCache(String, String) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
retrieveFromCache(String, String) - Method in interface org.atmosphere.cpr.BroadcasterCache
Retrieve messages associated with AtmosphereResource.
retrieveTrackedBroadcast(AtmosphereResource, AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
retryInjection(AtmosphereFramework) - Method in class org.atmosphere.inject.InjectableObjectFactory
 
returnBroadcaster(T) - Method in interface org.atmosphere.pool.PoolableProvider
Return a destroyed Broadcaster instance.
returnBroadcaster(Broadcaster) - Method in class org.atmosphere.pool.UnboundedApachePoolableProvider
 
reversedFilters - Variable in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
REWRITE_WEBSOCKET_REQUESTURI - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Rewrite the original handshake request URI when websocket is used, trimming the http://host:port from the value.
rewriteUri - Variable in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
RMI_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default RMI Broadcaster class.
ROOT_MASTER - Static variable in interface org.atmosphere.cpr.Broadcaster
 
run() - Method in class org.atmosphere.cpr.MetaBroadcaster.ThirtySecondsCache
 

S

scan(File) - Method in interface org.atmosphere.cpr.AnnotationProcessor
Scan the File looking for classes annotated with Atmosphere's Service annotation.
scan(String) - Method in interface org.atmosphere.cpr.AnnotationProcessor
Scan the package looking for classes annotated with Atmosphere's Service annotation.
scan(File) - Method in class org.atmosphere.cpr.DefaultAnnotationProcessor
 
scan(String) - Method in class org.atmosphere.cpr.DefaultAnnotationProcessor
 
scan(File) - Method in class org.atmosphere.util.VoidAnnotationProcessor
 
scan(String) - Method in class org.atmosphere.util.VoidAnnotationProcessor
 
SCAN_CLASSPATH - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set to false if you want Atmosphere to scan the entire classpath looking for annotation.
scanAll() - Method in interface org.atmosphere.cpr.AnnotationProcessor
Scan all classes on the classpath looking for classes annotated with Atmosphere's Service annotation.
scanAll() - Method in class org.atmosphere.cpr.DefaultAnnotationProcessor
 
scanAll() - Method in class org.atmosphere.util.VoidAnnotationProcessor
 
scanDone - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
Schedule - Annotation Type in org.atmosphere.annotation
Schedule periodic broadcast operations to the set of suspended response.
schedule(Object, long) - Method in class org.atmosphere.cpr.Meteor
Schedule a periodic broadcast, in seconds.
scheduledFuture - Variable in class org.atmosphere.cache.AbstractBroadcasterCache
 
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
 
scheduleFixedBroadcast(Object, long, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
SCHEDULER_THREAD_POOL - Static variable in class org.atmosphere.util.ExecutorsFactory
 
SCHEDULER_THREADPOOL_MAXSIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The maximum number of Thread created by the ExecutorsFactory.getScheduler(AtmosphereConfig).
scheduleTo(String, Object, int, TimeUnit) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
 
scheduleTo(String, Object, int, TimeUnit) - Method in interface org.atmosphere.cpr.MetaBroadcaster
Broadcast the message at a fixed rate to all Broadcasters whose Broadcaster.getID() matches the broadcasterID value.
scope - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
scope() - Method in class org.atmosphere.jersey.SuspendResponse
Return the Suspend.SCOPE value.
scope - Variable in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
 
scope(Suspend.SCOPE) - Method in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
Set the Suspend.SCOPE value
SECURITY_SUBJECT - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The subject for the current request.
sendError(int, String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
sendError(int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
sendError(int, String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
sendError(int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
sendPing(byte[]) - Method in class org.atmosphere.websocket.WebSocket
Send a WebSocket Ping
sendPong(byte[]) - Method in class org.atmosphere.websocket.WebSocket
Send a WebSocket Pong
sendRedirect(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
sendRedirect(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
Serializer - Interface in org.atmosphere.cpr
Serialize the Object that was used as parameter to Broadcaster.broadcast(java.lang.Object).
serve(InputStream) - Method in class org.atmosphere.container.EmbeddedWebSocketHandler
 
serverName(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
serverName(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
serverPort(int) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
serverPort(int) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.BlockingIOCometSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.GlassFishServ30WebSocketSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.GlassFishServlet30WebSocketSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.GlassFishv2CometSupport
Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate Action.
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.GlassFishWebSocketSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Grizzly2CometSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Grizzly2WebSocketSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.GrizzlyCometSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.GrizzlyServlet30WebSocketSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.JBossAsyncSupportWithWebSocket
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.JBossWebCometSupport
Invoked by the Tomcat AIO when a Comet request gets detected.
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Jetty7CometSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Jetty9AsyncSupportWithWebSocket
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.JettyAsyncSupportWithWebSocket
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.JettyCometSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.JettyServlet30AsyncSupportWithWebSocket
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.NettyCometSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Servlet30CometSupport
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Tomcat7AsyncSupportWithWebSocket
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Tomcat7BIOSupportWithWebSocket
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Tomcat7CometSupport
Invoked by the Tomcat AIO when a Comet request gets detected.
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Tomcat7Servlet30SupportWithWebSocket
 
service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.TomcatCometSupport
Invoked by the Tomcat AIO when a Comet request gets detected.
service(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupport
Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate Action.
ServiceInterceptor - Class in org.atmosphere.config.managed
 
ServiceInterceptor() - Constructor for class org.atmosphere.config.managed.ServiceInterceptor
 
Servlet30CometSupport - Class in org.atmosphere.container
This class is used when the AtmosphereFramework detect the container detect Servlet 3.0 Asynch API.
Servlet30CometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.Servlet30CometSupport
 
SERVLET_30 - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
SERVLET_CLASS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The Servlet's name where Meteor will be available.
SERVLET_NAME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The web.xml servlet-name.
servletConfig - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
servletConfig(ServletConfig, boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
ServletContextFactory - Class in org.atmosphere.util
A simple Factory to get access to the .
servletPath(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
servletPath(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
servletPath(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
servletPath(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
ServletProxyFactory - Class in org.atmosphere.util
A factory class that can be used to handle the Servlet API internal proxy.
ServletProxyFactory.EchoMethodHandler - Class in org.atmosphere.util
 
ServletProxyFactory.MethodHandler - Interface in org.atmosphere.util
A MethodHandler can be added to allow Frameworks using Atmosphere to customize internal behavior.
ServletProxyFactory.UTF8Handler - Class in org.atmosphere.util
 
servletReq - Variable in class org.atmosphere.jersey.AtmosphereFilter
 
session(HttpSession) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
session(HttpSession) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
session() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the HttpSession if supported, null if not
session(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the HttpSession if supported, and creates it if not already created.
session - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
session(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
session() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
session(HttpSession) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
SESSION_MAX_INACTIVE_INTERVAL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The default HttpSession.setMaxInactiveInterval(int)

Default: -1
Value: org.atmosphere.cpr.session.maxInactiveInterval

SessionBroadcasterCache - Class in org.atmosphere.cache
Simple BroadcasterCache that use an HttpSession to cache messages.
SessionBroadcasterCache() - Constructor for class org.atmosphere.cache.SessionBroadcasterCache
 
sessionCreated(HttpSessionEvent) - Method in class org.atmosphere.cpr.SessionSupport
 
SessionCreationInterceptor - Class in org.atmosphere.interceptor
An interceptor that create an HttpSession on the fist received request so transport like long-polling can share the session with request coming after the suspend operation.
SessionCreationInterceptor() - Constructor for class org.atmosphere.interceptor.SessionCreationInterceptor
 
sessionDestroyed(HttpSessionEvent) - Method in class org.atmosphere.cpr.SessionSupport
 
sessionDidActivate(HttpSessionEvent) - Method in class org.atmosphere.cpr.SessionTimeoutRestorer
 
sessionFactory() - Method in class org.atmosphere.cpr.AtmosphereConfig
sessionFactory - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
sessionFactory() - Method in class org.atmosphere.cpr.AtmosphereFramework
sessionFactory() - Static method in class org.atmosphere.cpr.Universe
sessionResourceFactory(AtmosphereResourceSessionFactory) - Static method in class org.atmosphere.cpr.Universe
Set the must be unique AtmosphereResourceSessionFactory
sessionSupport(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
SessionSupport - Class in org.atmosphere.cpr
 
SessionSupport() - Constructor for class org.atmosphere.cpr.SessionSupport
 
SessionTimeoutRestorer - Class in org.atmosphere.cpr
Capable of restoring HTTP session timeout to given value.
SessionTimeoutRestorer(AtmosphereConfig, int) - Constructor for class org.atmosphere.cpr.SessionTimeoutRestorer
 
SessionTimeoutSupport - Class in org.atmosphere.cpr
Allows invalidating and restoring HTTP session timeout.
SessionTimeoutSupport() - Constructor for class org.atmosphere.cpr.SessionTimeoutSupport
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.atmosphere.cpr.SessionTimeoutRestorer
 
set(T) - Method in class org.atmosphere.util.ThreadLocalInvoker
 
setAndConfigureAtmosphereResourceFactory(AtmosphereResourceFactory) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
setApplicationConfig(List<ApplicationConfiguration>) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setAsync(boolean) - Method in class org.atmosphere.cpr.Deliver
 
setAsyncSupport(AsyncSupport) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set the AsyncSupport implementation.
setAsyncWriteService(ExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to write AtmosphereResourceEvent.getMessage().
setAsyncWriteService(ExecutorService, boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to write AtmosphereResourceEvent.getMessage().
setAtmosphereDotXmlPath(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
setAtmosphereInterceptorClasses(List<String>) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setAttribute(String, Object) - Method in interface org.atmosphere.cpr.AtmosphereRequest
setAttribute(String, Object) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
setAttribute(String, Object) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
setAttribute(String, Object) - Method in interface org.atmosphere.cpr.AtmosphereResourceSession
Binds an object to this session, using the name specified
setAttribute(String, Object) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSession
 
setAttribute(String, Object) - Method in class org.atmosphere.util.FakeHttpSession
 
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(String) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setBroadcaster(Broadcaster) - Method in interface org.atmosphere.cpr.AtmosphereResource
Set the first Broadcaster associated with this resource.
setBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
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(String) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setBroadcasterCache(BroadcasterCache) - Method in class org.atmosphere.cpr.BroadcasterConfig
setBroadcasterCacheClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
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
 
setBroadcasterConfig(BroadcasterConfig) - Method in class org.atmosphere.util.SimpleBroadcaster
 
setBroadcasterFactory(BroadcasterFactory) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set the BroadcasterFactory which is used by Atmosphere to construct Broadcaster.
setBroadcasterLifeCyclePolicy(BroadcasterLifeCyclePolicy) - Method in interface org.atmosphere.cpr.Broadcaster
setBroadcasterLifeCyclePolicy(BroadcasterLifeCyclePolicy) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
setBroadcastFilterClasses(List<String>) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setBufferSize(int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setBufferSize(int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setCache(CacheMessage) - Method in class org.atmosphere.cpr.Deliver
 
setCancelled(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setCharacterEncoding(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
setCharacterEncoding(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
setCharacterEncoding(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
setCharacterEncoding(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setCharacterEncoding(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setClassName(String) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setClientIdleTime(long) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
setCloseByApplication(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setCometSupport(String) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setCometSupport(AsyncSupport) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
setContentLength(int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setContentLength(int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setContentType(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setContentType(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setContextRoot(String) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setDateHeader(String, long) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setDateHeader(String, long) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setDefaultBroadcasterClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set the default Broadcaster class name.
setDefaultSerializerClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set the default Serializer class name to use for AtmosphereResources.
setExecutorService(ExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to dispatch AtmosphereResourceEvent.
setExecutorService(ExecutorService, boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to dispatch AtmosphereResourceEvent.
setFilter(Filter) - Method in class org.atmosphere.util.FilterConfigImpl
Set the Filter associated with this object.
setFilterClassName(String) - Method in class org.atmosphere.handler.ReflectorServletProcessor
Add a FilterClass.
setFilterName(String) - Method in class org.atmosphere.util.FilterConfigImpl
Set the Filter's name associated with this object.
setFrameworkConfig(List<FrameworkConfiguration>) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setFuture(BroadcasterFuture<?>) - Method in class org.atmosphere.cpr.Deliver
 
setHandlersPath(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
setHeader(String, String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setHeader(String, String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setID(String) - Method in interface org.atmosphere.cpr.Broadcaster
Set the ID of this Broadcaster.
setID(String) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
setIntHeader(String, int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setIntHeader(String, int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setInvalidateCacheInterval(long) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
Set the delay between cache purges.
setInvalidateCacheInterval(long) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
setIsInScope(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Protect the object from being used after it got cancelled.
setIsResumedOnTimeout(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setLibPath(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set the location of the JARs containing the application.
setLocale(Locale) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setLocale(Locale) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setMaxCacheTime(long) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
Set the maximum time a message stays alive in the cache.
setMaxInactiveInterval(int) - Method in class org.atmosphere.util.FakeHttpSession
 
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
 
setMessage(Object) - Method in class org.atmosphere.cpr.Deliver
 
setName(String) - Method in class org.atmosphere.config.AtmosphereHandlerProperty
 
setOriginalMessage(Object) - Method in class org.atmosphere.cpr.Deliver
 
setParamName(String) - Method in class org.atmosphere.config.ApplicationConfiguration
 
setParamName(String) - Method in class org.atmosphere.config.FrameworkConfiguration
 
setParamValue(String) - Method in class org.atmosphere.config.ApplicationConfiguration
 
setParamValue(String) - Method in class org.atmosphere.config.FrameworkConfiguration
 
setParentTrackPoint(FocusPoint) - Method in class org.atmosphere.util.analytics.FocusPoint
 
setProperties(List<AtmosphereHandlerProperty>) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
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
 
setRefererURL(String) - Method in class org.atmosphere.util.analytics.GoogleAnalytics_v1_URLBuildingStrategy
 
setRefererURL(String) - Method in interface org.atmosphere.util.analytics.URLBuildingStrategy
 
setRequest(ServletRequest) - Method in interface org.atmosphere.cpr.AtmosphereRequest
setRequest(ServletRequest) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
setResponse(ServletResponse) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setResponse(ServletResponse) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
Set an ExecutorService which can be used to dispatch AtmosphereResourceEvents.
setScope(Broadcaster.SCOPE) - Method in interface org.atmosphere.cpr.Broadcaster
Set the scope.
setScope(Broadcaster.SCOPE) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
setSerializer(Serializer) - Method in interface org.atmosphere.cpr.AtmosphereResource
Set the Serializer to use when AtmosphereResource.write(java.lang.String) execute the operation.
setSerializer(Serializer) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Set the Serializer used to write broadcasted objects.
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.
setSessionTimeoutRemovalAllowed(boolean) - Method in class org.atmosphere.cpr.AtmosphereConfig
Enable/Disable HttpSession timeout removal when a connection exists.
setStatus(int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setStatus(int, String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
setStatus(int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setStatus(int, String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
setSupportSession(String) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
 
setSupportSession(boolean) - Method in class org.atmosphere.cpr.AtmosphereConfig
Enable/Disable HttpSession.
setSuspendPolicy(long, Broadcaster.POLICY) - Method in interface org.atmosphere.cpr.Broadcaster
Set the maximum number of suspended AtmosphereResources.
setSuspendPolicy(long, Broadcaster.POLICY) - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
setThrowable(Throwable) - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
setThrowExceptionOnCloned(boolean) - Method in class org.atmosphere.cpr.AtmosphereConfig
Enable/Disable Exception on cloned request.
setTimeout(long) - Method in class org.atmosphere.util.ChunkConcatReaderPool
 
setup(HttpSession) - Method in class org.atmosphere.cpr.SessionTimeoutRestorer
 
setupTimeout(AtmosphereConfig, HttpSession) - Static method in class org.atmosphere.cpr.SessionTimeoutSupport
Disable HTTP session timeout.
setUri(String) - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
Cluster's name or address.
setUrlBuildingStrategy(URLBuildingStrategy) - Method in class org.atmosphere.util.analytics.JGoogleAnalyticsTracker
Setter injection for URLBuildingStrategy incase if you want to use a different url building logic.
setUseBlockingImplementation(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
setUseNativeImplementation(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
setUseServlet30(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
setUseStreamForFlushingComments(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set to true so Atmosphere uses AtmosphereResponseImpl.getOutputStream() by default for write operation.
setValue(String) - Method in class org.atmosphere.config.AtmosphereHandlerProperty
 
setWebsocketProcessorClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set the WebSocketProcessor class name used to process WebSocket requests.
setWebSocketProtocolClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
setWriteLocally(boolean) - Method in class org.atmosphere.cpr.Deliver
 
SHARED - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set to true if Atmosphere is used as a library and you don't want to destroy associated static factory when undeploying.
sharedListeners - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
sharedThreadPools - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
sharedThreadPools() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
sharedThreadPools(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
shareExecutorServices(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set to true to have a ExecutorService shared among all components.
shiftAttributes() - Method in class org.atmosphere.websocket.WebSocket
Copy AtmosphereRequestImpl.localAttributes() that where set when the websocket was opened.
ShiroInterceptor - Class in org.atmosphere.interceptor
Shiro Interceptor, it creates a request attribute (subject) that contains the true Subject.
ShiroInterceptor() - Constructor for class org.atmosphere.interceptor.ShiroInterceptor
 
shutdown() - Method in class org.atmosphere.container.GlassFishServ30WebSocketSupport
 
shutdown() - Method in class org.atmosphere.container.GlassFishServlet30WebSocketSupport
 
shutdown() - Method in class org.atmosphere.container.GlassFishWebSocketSupport
 
shutdown() - Method in class org.atmosphere.container.Grizzly2WebSocketSupport
 
shutdown() - Method in class org.atmosphere.container.GrizzlyServlet30WebSocketSupport
 
shutdown() - Method in class org.atmosphere.cpr.AsynchronousProcessor
 
shutdown() - Method in interface org.atmosphere.cpr.AtmosphereConfig.ShutdownHook
 
shutdown() - Method in class org.atmosphere.util.ForkJoinPool
 
shutdown() - Method in class org.atmosphere.util.VoidExecutorService
 
shutdownHook(AtmosphereConfig.ShutdownHook) - Method in class org.atmosphere.cpr.AtmosphereConfig
shutdownHook - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
shutdownHooks - Variable in class org.atmosphere.cpr.AtmosphereConfig
 
shutdownNow() - Method in class org.atmosphere.util.ForkJoinPool
 
shutdownNow() - Method in class org.atmosphere.util.VoidExecutorService
 
SIMPLE_HTTP_OVER_WEBSOCKET - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The SimpleHttpProtocol.
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
 
SimpleHttpProtocol - Class in org.atmosphere.websocket.protocol
Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket messages to the proper WebSocket implementation by wrapping the Websocket message's bytes within an HttpServletRequest.
SimpleHttpProtocol() - Constructor for class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
SimpleRestInterceptor - Class in org.atmosphere.interceptor
An Atmosphere interceptor to enable a simple rest binding protocol.
SimpleRestInterceptor() - Constructor for class org.atmosphere.interceptor.SimpleRestInterceptor
 
Singleton - Annotation Type in org.atmosphere.config.service
A class annotated with this annotation will be instantiated only once.
SKIP_ATMOSPHEREHANDLER - Static variable in class org.atmosphere.cpr.Action
 
SKIP_BROADCASTER_CREATION - Static variable in class org.atmosphere.cpr.AtmosphereResourceImpl
 
SKIP_INTERCEPTOR - Static variable in class org.atmosphere.client.TrackMessageSizeInterceptor
 
SKIP_INTERCEPTOR - Static variable in class org.atmosphere.interceptor.TrackMessageSizeB64Interceptor
 
spawnReactor() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
SPRING_INJECTOR - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Spring Injector
SSE_CONTENT_TYPE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the content-type to use when a WebSocket message is dispatched as an AtmosphereRequest.
SSE_DEFAULT_CONTENTTYPE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Default Server-Sent Event content type.
SSE_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
SSEAtmosphereInterceptor - Class in org.atmosphere.interceptor
HTML 5 Server-Sent Events implementation.
SSEAtmosphereInterceptor() - Constructor for class org.atmosphere.interceptor.SSEAtmosphereInterceptor
 
start() - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
start() - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
start() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
start() - Method in interface org.atmosphere.cpr.BroadcasterCache
This method is invoked when the Broadcaster is started.
start() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
start() - Method in class org.atmosphere.util.SimpleBroadcaster
 
startAsync() - Method in interface org.atmosphere.cpr.AtmosphereRequest
startAsync(ServletRequest, ServletResponse) - Method in interface org.atmosphere.cpr.AtmosphereRequest
startAsync() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
 
startAsync() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
startAsync(ServletRequest, ServletResponse) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
started(AtmosphereFramework) - Method in interface org.atmosphere.cpr.AtmosphereConfig.StartupHook
 
started - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
startStateTracker() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
startUpHook - Variable in class org.atmosphere.cpr.AtmosphereConfig
 
startupHook(AtmosphereConfig.StartupHook) - Method in class org.atmosphere.cpr.AtmosphereConfig
STATE_RECOVERY_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The timeout, in milliseconds, before an AtmosphereResource's state get discarded.
states() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
status(int) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
 
status(int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
statusMessage(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
 
statusMessage(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
stop() - Method in class org.atmosphere.cache.AbstractBroadcasterCache
 
stop() - Method in class org.atmosphere.cache.DefaultBroadcasterCache
 
stop() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
stop() - Method in interface org.atmosphere.cpr.BroadcasterCache
This method is invoked when the Broadcaster is stopped.
store - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
 
stream() - Method in class org.atmosphere.util.ByteArrayAsyncWriter
 
STREAMING_HTTP_OVER_WEBSOCKET - Static variable in interface org.atmosphere.cpr.FrameworkConfig
STREAMING_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
StreamingHttpProtocol - Class in org.atmosphere.websocket.protocol
Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket stream to the proper WebSocket implementation by wrapping the Websocket message's bytes within an HttpServletRequest.
StreamingHttpProtocol() - Constructor for class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
STRICT - Static variable in class org.atmosphere.util.CookieUtil.ServerCookieDecoder
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
StringEscapeUtils - Class in org.atmosphere.util
Adapted from Apache Commons code
StringEscapeUtils() - Constructor for class org.atmosphere.util.StringEscapeUtils
StringEscapeUtils instances should NOT be constructed in standard programming.
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
 
submit(Callable<T>) - Method in class org.atmosphere.util.VoidExecutorService
 
submit(Runnable, T) - Method in class org.atmosphere.util.VoidExecutorService
 
submit(Runnable) - Method in class org.atmosphere.util.VoidExecutorService
 
Subscribe - Annotation Type in org.atmosphere.annotation
Subscribe to the "value", or topic.
SUPPORT_LOCATION_HEADER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Support the Jersey location header for resuming.
SUPPORT_SESSION - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Tell a AsyncSupport it can support session or not.
SUPPORT_TRACKED_BROADCASTER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
When the PoolableBroadcasterFactory is enabled, set to true for tracking created Broadcaster and their associated id, preventing duplicate.
supportedType(Type) - Method in class org.atmosphere.inject.AtmosphereConfigInjectable
 
supportedType(Type) - Method in class org.atmosphere.inject.AtmosphereFrameworkInjectable
 
supportedType(Type) - Method in class org.atmosphere.inject.AtmosphereRequestIntrospector
 
supportedType(Type) - Method in class org.atmosphere.inject.AtmosphereResourceEventIntrospector
 
supportedType(Type) - Method in class org.atmosphere.inject.AtmosphereResourceFactoryInjectable
 
supportedType(Type) - Method in class org.atmosphere.inject.AtmosphereResourceIntrospector
 
supportedType(Type) - Method in class org.atmosphere.inject.AtmosphereResourceSessionFactoryInjectable
 
supportedType(Type) - Method in class org.atmosphere.inject.AtmosphereResponseIntrospector
 
supportedType(Type) - Method in class org.atmosphere.inject.BroadcasterFactoryInjectable
 
supportedType(Type) - Method in class org.atmosphere.inject.BroadcasterIntrospector
 
supportedType(Type) - Method in interface org.atmosphere.inject.Injectable
Return true if this class support injection of this type.
supportedType(Type) - Method in class org.atmosphere.inject.InjectIntrospectorAdapter
 
supportedType(Type) - Method in class org.atmosphere.inject.MetaBroadcasterInjectable
 
supportedType(Type) - Method in class org.atmosphere.inject.PathParamIntrospector
 
supportedType(Type) - Method in class org.atmosphere.inject.WebSocketFactoryInjectable
 
supportSession() - Method in class org.atmosphere.cpr.AsynchronousProcessor
Is HttpSession supported
supportWebSocket() - Method in class org.atmosphere.container.GlassFishServ30WebSocketSupport
 
supportWebSocket() - Method in class org.atmosphere.container.GlassFishServlet30WebSocketSupport
 
supportWebSocket() - Method in class org.atmosphere.container.GlassFishWebSocketSupport
 
supportWebSocket() - Method in class org.atmosphere.container.Grizzly2WebSocketSupport
 
supportWebSocket() - Method in class org.atmosphere.container.GrizzlyServlet30WebSocketSupport
 
supportWebSocket() - Method in class org.atmosphere.container.JBossAsyncSupportWithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.container.Jetty9AsyncSupportWithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.container.JettyAsyncSupportWithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.container.JettyServlet30AsyncSupportWithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.container.JSR356AsyncSupport
 
supportWebSocket() - Method in class org.atmosphere.container.NettyCometSupport
 
supportWebSocket() - Method in class org.atmosphere.container.Tomcat7AsyncSupportWithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.container.Tomcat7BIOSupportWithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.container.Tomcat7Servlet30SupportWithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.container.WebLogicServlet30WithWebSocket
 
supportWebSocket() - Method in class org.atmosphere.cpr.AsynchronousProcessor
 
supportWebSocket() - Method in interface org.atmosphere.cpr.AsyncSupport
Return true if this implementation supports the websocket protocol.
Suspend - Annotation Type in org.atmosphere.annotation
Suspend the underlying response.
suspend(Action, AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.BlockingIOCometSupport
Suspend the connection by blocking the current Thread
SUSPEND - Static variable in class org.atmosphere.container.NettyCometSupport
 
SUSPEND - Static variable in class org.atmosphere.cpr.Action
 
suspend() - Method in interface org.atmosphere.cpr.AtmosphereResource
Suspend the AtmosphereResponse indefinitely.
suspend(long) - Method in interface org.atmosphere.cpr.AtmosphereResource
Suspend the AtmosphereResponse.
suspend(long, TimeUnit) - Method in interface org.atmosphere.cpr.AtmosphereResource
Suspend the AtmosphereResponse.
suspend() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
suspend(long, TimeUnit) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
suspend(long) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
suspend(long) - Method in class org.atmosphere.cpr.Meteor
Suspend the underlying HttpServletResponse.
suspend(long, TimeUnit) - Method in class org.atmosphere.cpr.Meteor
Suspend the underlying HttpServletResponse.
Suspend.SCOPE - Enum in org.atmosphere.annotation
 
suspended(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.container.TomcatWebSocketUtil.Delegate
 
suspended(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsynchronousProcessor
All proprietary Comet based Servlet must invoke the suspended method when the first request comes in.
SUSPENDED_ATMOSPHERE_RESOURCE_UUID - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The suspended UUID of the suspended connection which is the same as HeaderConfig.X_ATMOSPHERE_TRACKING_ID but available to all transport.
SUSPENDED_RESOURCE - Static variable in class org.atmosphere.jersey.AtmosphereFilter
 
SuspendResponse<E> - Class in org.atmosphere.jersey
This class can be used to suspend response programmatically, similar to Suspend annotation.
SuspendResponse(SuspendResponse.SuspendResponseBuilder<E>) - Constructor for class org.atmosphere.jersey.SuspendResponse
 
SuspendResponse.SuspendResponseBuilder<E> - Class in org.atmosphere.jersey
A Builder for SuspendResponse
SuspendResponse.TimeSpan - Class in org.atmosphere.jersey
Util class that encapsulate a period and a TimeUnit.
SuspendResponseBuilder() - Constructor for class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
Default constructor.
SuspendResponseBuilder(SuspendResponse.SuspendResponseBuilder<E>) - Constructor for class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
Construct a shallow copy.
suspendTimeout - Variable in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
 
SuspendTrackerInterceptor - Class in org.atmosphere.interceptor
SuspendTrackerInterceptor() - Constructor for class org.atmosphere.interceptor.SuspendTrackerInterceptor
 

T

target() - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
target() - Method in interface org.atmosphere.handler.AnnotatedProxy
The Object the AtmosphereHandler is proxying.
taskScheduler - Variable in class org.atmosphere.cache.UUIDBroadcasterCache
 
testClassExists(String) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
Convenience method that tests if a class with the given FQN is present on the classpath.
TEXT - Static variable in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
 
TEXT - Static variable in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
 
ThirtySecondsCache(MetaBroadcaster, AtmosphereConfig) - Constructor for class org.atmosphere.cpr.MetaBroadcaster.ThirtySecondsCache
 
ThreadLocalInvoker<T> - Class in org.atmosphere.util
This class has been highly inspired by the Jersey's 1.x.
ThreadLocalInvoker() - Constructor for class org.atmosphere.util.ThreadLocalInvoker
 
THROW_EXCEPTION_ON_CLONED_REQUEST - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Throw Exception from cloned request.
throwable() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
Return a Throwable if an unexpected exception occured.
throwable() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
tick() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.BroadcasterTracker
 
timedout(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsynchronousProcessor
All proprietary Comet based Servlet must invoke the timedout method when the underlying WebServer time out the AtmosphereResponse.
timedoutAction - Static variable in class org.atmosphere.cpr.AsynchronousProcessor
 
timeout() - Method in class org.atmosphere.cpr.Action
 
timeout(long) - Method in class org.atmosphere.cpr.Action
 
timeout(long) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
timeout() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
timeoutInSeconds() - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
timeoutInSeconds(int) - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
TimeSpan(int, TimeUnit) - Constructor for class org.atmosphere.jersey.SuspendResponse.TimeSpan
 
timeUnit() - Method in class org.atmosphere.jersey.SuspendResponse.TimeSpan
 
TOMCAT - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
Tomcat7AsyncSupportWithWebSocket - Class in org.atmosphere.container
Tomcat's WebSocket support.
Tomcat7AsyncSupportWithWebSocket(AtmosphereConfig) - Constructor for class org.atmosphere.container.Tomcat7AsyncSupportWithWebSocket
 
Tomcat7BIOSupportWithWebSocket - Class in org.atmosphere.container
Tomcat's WebSocket support.
Tomcat7BIOSupportWithWebSocket(AtmosphereConfig) - Constructor for class org.atmosphere.container.Tomcat7BIOSupportWithWebSocket
 
Tomcat7CometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Tomcat AIO.
Tomcat7CometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.Tomcat7CometSupport
 
Tomcat7Servlet30SupportWithWebSocket - Class in org.atmosphere.container
Tomcat's WebSocket support.
Tomcat7Servlet30SupportWithWebSocket(AtmosphereConfig) - Constructor for class org.atmosphere.container.Tomcat7Servlet30SupportWithWebSocket
 
TOMCAT_7 - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
TOMCAT_CLOSE_STREAM - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Prevent Tomcat from closing connection when inputStream#read() reach the end of the stream, as documented in the tomcat documentation.
TOMCAT_WEBSOCKET - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
TomcatCometSupport - Class in org.atmosphere.container
Comet Portable Runtime implementation on top of Tomcat AIO.
TomcatCometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.TomcatCometSupport
 
TomcatWebSocket - Class in org.atmosphere.container.version
Tomcat WebSocket Support
TomcatWebSocket(WsOutbound, AtmosphereConfig) - Constructor for class org.atmosphere.container.version.TomcatWebSocket
 
TomcatWebSocketHandler - Class in org.atmosphere.container
 
TomcatWebSocketHandler(AtmosphereRequest, AtmosphereFramework, WebSocketProcessor) - Constructor for class org.atmosphere.container.TomcatWebSocketHandler
 
TomcatWebSocketUtil - Class in org.atmosphere.container
 
TomcatWebSocketUtil() - Constructor for class org.atmosphere.container.TomcatWebSocketUtil
 
TomcatWebSocketUtil.Delegate - Interface in org.atmosphere.container
 
toString() - Method in class org.atmosphere.cache.CacheMessage
 
toString() - Method in class org.atmosphere.cache.UUIDBroadcasterCache.ClientQueue
 
toString() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
toString() - Method in class org.atmosphere.client.TrackMessageSizeInterceptor
 
toString() - Method in class org.atmosphere.config.managed.AtmosphereHandlerServiceInterceptor
 
toString() - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler.Managed
 
toString() - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
 
toString() - Method in class org.atmosphere.config.managed.ManagedServiceInterceptor
 
toString() - Method in class org.atmosphere.config.managed.MeteorServiceInterceptor
 
toString() - Method in class org.atmosphere.container.version.Jetty8WebSocket
 
toString() - Method in class org.atmosphere.container.version.TomcatWebSocket
 
toString() - Method in class org.atmosphere.cpr.Action
 
toString() - Method in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
toString() - Method in class org.atmosphere.cpr.AtmosphereFramework.DefaultAtmosphereObjectFactory
 
toString() - Method in class org.atmosphere.cpr.AtmosphereInterceptorAdapter
 
toString() - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
toString() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
toString() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
 
toString() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
toString() - Method in interface org.atmosphere.cpr.AtmosphereResponse
 
toString() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
toString() - Method in class org.atmosphere.cpr.DefaultBroadcaster.AsyncWriteToken
 
toString() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
toString() - Method in class org.atmosphere.cpr.Deliver
 
toString() - Method in class org.atmosphere.cpr.SessionTimeoutRestorer
 
toString() - Method in class org.atmosphere.handler.ReflectorServletProcessor
 
toString() - Method in class org.atmosphere.inject.InjectableObjectFactory
 
toString() - Method in class org.atmosphere.interceptor.AndroidAtmosphereInterceptor
 
toString() - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
 
toString() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
 
toString() - Method in class org.atmosphere.interceptor.CacheHeadersInterceptor
 
toString() - Method in class org.atmosphere.interceptor.CorsInterceptor
 
toString() - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
 
toString() - Method in class org.atmosphere.interceptor.JavaScriptProtocol
 
toString() - Method in class org.atmosphere.interceptor.JSONPAtmosphereInterceptor
 
toString() - Method in class org.atmosphere.interceptor.OnDisconnectInterceptor
 
toString() - Method in class org.atmosphere.interceptor.PaddingAtmosphereInterceptor
 
toString() - Method in class org.atmosphere.interceptor.SSEAtmosphereInterceptor
 
toString() - Method in class org.atmosphere.interceptor.SuspendTrackerInterceptor
 
toString() - Method in class org.atmosphere.interceptor.TrackMessageSizeB64Interceptor
 
toString(Cookie) - Static method in class org.atmosphere.util.CookieUtil
 
toString() - Method in class org.atmosphere.util.uri.UriPattern
 
toString() - Method in class org.atmosphere.util.uri.UriTemplate
 
toString() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
 
trackedUUID() - Method in class org.atmosphere.interceptor.SuspendTrackerInterceptor
 
TrackMessageSizeB64Interceptor - Class in org.atmosphere.interceptor
An AtmosphereInterceptor that adds message size and delimiter, and encodes the message in Base64.
TrackMessageSizeB64Interceptor() - Constructor for class org.atmosphere.interceptor.TrackMessageSizeB64Interceptor
 
TrackMessageSizeFilter - Class in org.atmosphere.client
A PerRequestBroadcastFilter implementation that add the expected length of the message.
TrackMessageSizeFilter() - Constructor for class org.atmosphere.client.TrackMessageSizeFilter
 
TrackMessageSizeInterceptor - Class in org.atmosphere.client
An AtmosphereInterceptor that add a message size and delimiter.
TrackMessageSizeInterceptor() - Constructor for class org.atmosphere.client.TrackMessageSizeInterceptor
 
trackPooledBroadcaster(boolean) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
Set to true to enable tracking of Broadcaster.getID() duplication.
trackPooledBroadcaster() - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
Return true is Broadcaster instance are tracked, e.g stored in a Collection for duplicate id.
trackSynchronously(FocusPoint) - Method in class org.atmosphere.util.analytics.JGoogleAnalyticsTracker
Track the focusPoint in the application synchronously.
transform(byte[], int, int) - Method in class org.atmosphere.websocket.WebSocket
 
transform(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.websocket.WebSocket
 
transformPayload(AtmosphereResponse, byte[], byte[]) - Method in interface org.atmosphere.cpr.AsyncIOInterceptor
 
transformPayload(AtmosphereResponse, byte[], byte[]) - Method in class org.atmosphere.cpr.AsyncIOInterceptorAdapter
 
translateTimeUnit(long, TimeUnit) - Method in class org.atmosphere.jersey.AtmosphereFilter
 
transport() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the current AtmosphereResource.TRANSPORT.
transport() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
transport(AtmosphereResource.TRANSPORT) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
Manually set the TRANSPORT
transport() - Method in class org.atmosphere.cpr.Meteor
Return the current AtmosphereResource.TRANSPORT.
TRANSPORT_IN_USE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Current transport used.
tryAcquire() - Method in class org.atmosphere.cpr.AtmosphereSession
Retrieve the AtmosphereResource associated with this session.
tryAcquire(int) - Method in class org.atmosphere.cpr.AtmosphereSession
Retrieve the AtmosphereResource associated with this session.
TWO_STEPS_WRITE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Writes the given data to the given outputstream in two steps with extra flushes to make servers notice if the connection has been closed.
twoConnectionsTransport(AtmosphereResource.TRANSPORT) - Static method in class org.atmosphere.util.Utils
 
type() - Method in class org.atmosphere.cpr.Action
 
type(Action.TYPE) - Method in class org.atmosphere.cpr.Action
 
type - Variable in class org.atmosphere.cpr.Deliver
 
type() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
The type of the last Websocket's event.
TypeResolver - Class in org.atmosphere.config.managed
Enhanced type resolution utilities.
TypeResolver.Unknown - Class in org.atmosphere.config.managed
An unknown type.

U

UnboundedApachePoolableProvider - Class in org.atmosphere.pool
An Unbounded Broadcaster Pool Provider of Broadcaster
UnboundedApachePoolableProvider() - Constructor for class org.atmosphere.pool.UnboundedApachePoolableProvider
 
unCapitalize(String) - Static method in class org.atmosphere.util.IntrospectionUtils
 
unescapeJava(String) - Static method in class org.atmosphere.util.StringEscapeUtils
Unescapes any Java literals found in the String.
unescapeJava(Writer, String) - Static method in class org.atmosphere.util.StringEscapeUtils
Unescapes any Java literals found in the String to a Writer.
unescapeJavaScript(String) - Static method in class org.atmosphere.util.StringEscapeUtils
Unescapes any JavaScript literals found in the String.
unescapeJavaScript(Writer, String) - Static method in class org.atmosphere.util.StringEscapeUtils
Unescapes any JavaScript literals found in the String to a Writer.
UNIQUE_UUID_WEBSOCKET - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Use a unique UUID for all WebSocket message delivered on the same connection.
uniqueBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
uniqueWriteQueue - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
universe() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
Universe - Class in org.atmosphere.cpr
Universe contains static reference to Atmosphere's Factories.
Universe() - Constructor for class org.atmosphere.cpr.Universe
 
unmodifiableMap() - Method in class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
 
unRegisterUuidForFindCandidate(AtmosphereResource) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
Un register an AtmosphereResource for being a candidate to AtmosphereResourceFactory.find(String) operation.
unRegisterUuidForFindCandidate(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
Un register an AtmosphereResource for being a candidate to DefaultAtmosphereResourceFactory.find(String) operation.
unwrap(Object) - Method in interface org.atmosphere.cpr.BroadcasterConfig.FilterManipulator
 
unwrap(Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
 
uri - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
UriComponent - Class in org.atmosphere.util.uri
Utility class for validating, encoding and decoding components of a URI.
UriComponent.Type - Enum in org.atmosphere.util.uri
The URI component type.
UriPattern - Class in org.atmosphere.util.uri
A URI pattern for matching a URI against a regular expression and returning capturing group values for any capturing groups present in the expression.
UriPattern() - Constructor for class org.atmosphere.util.uri.UriPattern
Construct an empty pattern.
UriPattern(String) - Constructor for class org.atmosphere.util.uri.UriPattern
Construct a new URI pattern.
UriPattern(String, int[]) - Constructor for class org.atmosphere.util.uri.UriPattern
Construct a new URI pattern.
UriPattern(Pattern) - Constructor for class org.atmosphere.util.uri.UriPattern
Construct a new URI pattern.
UriPattern(Pattern, int[]) - Constructor for class org.atmosphere.util.uri.UriPattern
Construct a new URI pattern.
UriTemplate - Class in org.atmosphere.util.uri
A URI template.
UriTemplate(String) - Constructor for class org.atmosphere.util.uri.UriTemplate
Construct a new URI template.
UriTemplate(UriTemplateParser) - Constructor for class org.atmosphere.util.uri.UriTemplate
Construct a new URI template.
UriTemplateParser - Class in org.atmosphere.util.uri
A URI template parser that parses JAX-RS specific URI templates.
UriTemplateParser(String) - Constructor for class org.atmosphere.util.uri.UriTemplateParser
Parse a template.
URLBuildingStrategy - Interface in org.atmosphere.util.analytics
Fork of https://code.google.com/p/jgoogleanalytics/ Interface for the URL building strategy
USE_FORJOINPOOL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Use ForkJoinPool for dispatching messages and executing async I/O) operation Default: true Value: org.atmosphere.useForkJoinPool
USE_SERVLET_CONTEXT_PARAMETERS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Use init parameters specified for servlet context in addition to servlet config Default: false Value: org.atmosphere.cpr.AtmosphereConfig.getInitParameter
useBlockingImplementation - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
useNativeImplementation - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
userPrincipal(Principal) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
 
userPrincipal(Principal) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
 
useServlet30 - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
usesLongPolling - Variable in class org.atmosphere.cpr.AtmosphereSession
 
useStreamForFlushingComments - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
useTwoStepWrite(AtmosphereResourceEvent) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
 
usingTokenIdForAttribute - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
UTF8Handler() - Constructor for class org.atmosphere.util.ServletProxyFactory.UTF8Handler
 
UTF_8 - Static variable in class org.atmosphere.util.QueryStringDecoder
 
Utils - Class in org.atmosphere.util
Utils class.
Utils() - Constructor for class org.atmosphere.util.Utils
 
uuid() - Method in class org.atmosphere.cache.CacheMessage
uuid(AtmosphereResource) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
 
uuid() - Method in interface org.atmosphere.cpr.AtmosphereRequest
Return the underlying AtmosphereResource.uuid().
uuid() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
uuid() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the unique ID associated with this AtmosphereResource.
uuid() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
uuid() - Method in interface org.atmosphere.cpr.AtmosphereResponse
Return the AtmosphereResource.uuid() used by this object.
uuid() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
uuid - Variable in class org.atmosphere.cpr.AtmosphereSession
 
uuid() - Method in class org.atmosphere.cpr.AtmosphereSession
 
uuid - Variable in class org.atmosphere.websocket.WebSocket
 
uuid() - Method in class org.atmosphere.websocket.WebSocket
 
UUIDBroadcasterCache - Class in org.atmosphere.cache
An improved BroadcasterCache implementation that is based on the unique identifier (UUID) that all AtmosphereResources have.
UUIDBroadcasterCache() - Constructor for class org.atmosphere.cache.UUIDBroadcasterCache
 
UUIDBroadcasterCache.ClientQueue - Class in org.atmosphere.cache
This class wraps all messages to be delivered to a client.
UUIDBROADCASTERCACHE_CLIENT_IDLETIME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The maximum time, in seconds, for a message to stay cached when using the UUIDBroadcasterCache

Default: 60
Value: org.atmosphere.cache.UUIDBroadcasterCache.clientIdleTime

UUIDBROADCASTERCACHE_IDLE_CACHE_INTERVAL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The frequency, in seconds, for the UUIDBroadcasterCache is pruning cached messages.
uuidProvider() - Method in class org.atmosphere.cpr.AtmosphereConfig
Return the UUIDProvider
uuidProvider(UUIDProvider) - Method in class org.atmosphere.cpr.AtmosphereFramework
Set a UUID like implementation for generating random UUID String
uuidProvider() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the UUIDProvider
UUIDProvider - Interface in org.atmosphere.util
 
UUIDProviderService - Annotation Type in org.atmosphere.config.service
An annotation to use in order to replace the default UUIDProvider
UUIDProviderServiceProcessor - Class in org.atmosphere.annotation
 
UUIDProviderServiceProcessor() - Constructor for class org.atmosphere.annotation.UUIDProviderServiceProcessor
 

V

valid(String, UriComponent.Type) - Static method in class org.atmosphere.util.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valid(String, UriComponent.Type, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type) - Static method in class org.atmosphere.util.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
value() - Method in class org.atmosphere.jersey.SuspendResponse.TimeSpan
 
valueOf(String) - Static method in enum org.atmosphere.annotation.Suspend.SCOPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.config.service.DeliverTo.DELIVER_TO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.config.service.Ready.DELIVER_TO
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.Action.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.AtmosphereFramework.MetaServiceAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.AtmosphereResource.TRANSPORT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.Broadcaster.POLICY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.Broadcaster.SCOPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.BroadcastFilter.BroadcastAction.ACTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.cpr.Deliver.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.inject.InjectIntrospector.WHEN
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.interceptor.InvokationOrder.PRIORITY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.jersey.AtmosphereFilter.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.util.uri.UriComponent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.atmosphere.annotation.Suspend.SCOPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.config.service.DeliverTo.DELIVER_TO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.config.service.Ready.DELIVER_TO
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.cpr.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.AtmosphereFramework.MetaServiceAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.cpr.AtmosphereResource.TRANSPORT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.cpr.Broadcaster.POLICY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.cpr.Broadcaster.SCOPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.cpr.BroadcastFilter.BroadcastAction.ACTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.cpr.Deliver.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.inject.InjectIntrospector.WHEN
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.interceptor.InvokationOrder.PRIORITY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.jersey.AtmosphereFilter.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.util.uri.UriComponent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.atmosphere.util
Class contains information about Atmosphere framework
Version() - Constructor for class org.atmosphere.util.Version
 
VOID - Static variable in class org.atmosphere.util.VoidExecutorService
 
VOID_ATMOSPHERE_RESOURCE_UUID - Static variable in interface org.atmosphere.cpr.BroadcastFilter
When a message is about to get cached and some BroadcastFilter are defined, and when no AtmosphereResource is available, a no-op AtmosphereResource with uuid == -1 will be used to invoke BroadcastFilter.
VoidAnnotationProcessor - Class in org.atmosphere.util
An AnnotationProcessor that does nothing.
VoidAnnotationProcessor() - Constructor for class org.atmosphere.util.VoidAnnotationProcessor
 
VoidExecutorService - Class in org.atmosphere.util
An ExecutorService that does nothing and execute using the calling Thread.
VoidExecutorService() - Constructor for class org.atmosphere.util.VoidExecutorService
 
VoidServletConfig - Class in org.atmosphere.util
 
VoidServletConfig() - Constructor for class org.atmosphere.util.VoidServletConfig
 
VoidServletConfig(Map<String, String>) - Constructor for class org.atmosphere.util.VoidServletConfig
 

W

waitTime - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
WEB_SOCKET_BANNED_VERSION - Static variable in interface org.atmosphere.cpr.ApplicationConfig
WebSocket version to exclude and downgrade to comet.
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_WEBSOCKET - Static variable in class org.atmosphere.cpr.DefaultAsyncSupportResolver
 
WebLogicServlet30WithWebSocket - Class in org.atmosphere.container
 
WebLogicServlet30WithWebSocket(AtmosphereConfig) - Constructor for class org.atmosphere.container.WebLogicServlet30WithWebSocket
 
WebLogicWebSocket - Class in org.atmosphere.container.version
 
WebLogicWebSocket(WebSocketConnection, AtmosphereConfig) - Constructor for class org.atmosphere.container.version.WebLogicWebSocket
 
WeblogicWebSocketHandler - Class in org.atmosphere.container
 
WeblogicWebSocketHandler() - Constructor for class org.atmosphere.container.WeblogicWebSocketHandler
 
webSocket() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
webSocket(WebSocket) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
WebSocket - Class in org.atmosphere.websocket
Represent a portable WebSocket implementation which can be used to write message.
WebSocket(AtmosphereConfig) - Constructor for class org.atmosphere.websocket.WebSocket
 
webSocket() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
The WebSocket.
WEBSOCKET_ACCEPT_DONE - Static variable in class org.atmosphere.websocket.WebSocket
 
WEBSOCKET_BINARY_WRITE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Write binary instead of String.
WEBSOCKET_BUFFER_SIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the WebSocket write buffer size.
WEBSOCKET_CONTENT_TYPE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the content-type to use when a WebSocket message is dispatched as an AtmosphereRequest.
WEBSOCKET_IDLETIME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere how long a WebSocket connection can stay idle.
WEBSOCKET_INITIATED - Static variable in class org.atmosphere.websocket.WebSocket
 
WEBSOCKET_MAXBINARYSIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set the WebSocket max text size.
WEBSOCKET_MAXTEXTSIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Set the WebSocket max text size.
WEBSOCKET_MESSAGE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Tag for WebSocket's Message
WEBSOCKET_METHOD - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the method to use when a WebSocket message is dispatched as an AtmosphereRequest.
WEBSOCKET_PATH_DELIMITER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the path delimiter to use when a WebSocket message contains the path as it first line.
WEBSOCKET_PROCESSOR - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the WebSocketProcessor to use.
WEBSOCKET_PROTOCOL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere the WebSocketProtocol to use.
WEBSOCKET_PROTOCOL_EXECUTION - Static variable in interface org.atmosphere.cpr.ApplicationConfig
WEBSOCKET_REQUIRE_SAME_ORIGIN - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Tell Atmosphere to enforce the same origin policy for all incoming WebSocket handshakes.
WEBSOCKET_RESUME - Static variable in class org.atmosphere.websocket.WebSocket
 
WEBSOCKET_SUBPROTOCOL - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The name of the sub-protocol used.
WEBSOCKET_SUPPORT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Force Atmosphere to use WebSocket.
WEBSOCKET_SUPPORT_SERVLET3 - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Force Atmosphere to use WebSocket + Servlet 3.0 API.
WEBSOCKET_SUPPRESS_JSR356 - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Suppress the detection of JSR356 support.
WEBSOCKET_SUSPEND - Static variable in class org.atmosphere.websocket.WebSocket
 
WEBSOCKET_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
WEBSOCKET_UPGRADE - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
WEBSOCKET_WRITE_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
Timeout of JSR356 write operation.
WEBSOCKET_X_ATMOSPHERE_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
webSocketEnabled - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
webSocketEnabled() - Method in class org.atmosphere.cpr.AtmosphereFramework
 
webSocketEnabled(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
 
webSocketEnabled(HttpServletRequest) - Static method in class org.atmosphere.util.Utils
 
WebSocketEvent(T, WebSocketEventListener.WebSocketEvent.TYPE, WebSocket) - Constructor for class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
 
WebSocketEventListener - Interface in org.atmosphere.websocket
A listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.
WebSocketEventListener.WebSocketEvent<T> - Class in org.atmosphere.websocket
 
WebSocketEventListener.WebSocketEvent.TYPE - Enum in org.atmosphere.websocket
 
WebSocketEventListenerAdapter - Class in org.atmosphere.websocket
An implementation of WebSocketEventListener with just log event as trace.
WebSocketEventListenerAdapter() - Constructor for class org.atmosphere.websocket.WebSocketEventListenerAdapter
 
WebSocketException(String, AtmosphereResponse) - Constructor for exception org.atmosphere.websocket.WebSocketProcessor.WebSocketException
 
WebSocketException(Throwable, AtmosphereResponse) - Constructor for exception org.atmosphere.websocket.WebSocketProcessor.WebSocketException
 
websocketFactory() - Method in class org.atmosphere.cpr.AtmosphereConfig
Return the WebSocketFactory
webSocketFactory() - Method in class org.atmosphere.cpr.AtmosphereFramework
Return the WebSocketFactory
webSocketFactory(WebSocketFactory) - Method in class org.atmosphere.cpr.AtmosphereFramework
Configure the WebSocketFactory
WebSocketFactory - Interface in org.atmosphere.websocket
A factory for retrieving WebSocket
WebSocketFactoryInjectable - Class in org.atmosphere.inject
 
WebSocketFactoryInjectable() - Constructor for class org.atmosphere.inject.WebSocketFactoryInjectable
 
WebSocketFactoryService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which WebSocketFactory class to use by default.
WebSocketFactoryServiceProcessor - Class in org.atmosphere.annotation
 
WebSocketFactoryServiceProcessor() - Constructor for class org.atmosphere.annotation.WebSocketFactoryServiceProcessor
 
webSocketHandler(WebSocketHandler) - Method in class org.atmosphere.websocket.WebSocket
 
webSocketHandler() - Method in class org.atmosphere.websocket.WebSocket
 
WebSocketHandler - Interface in org.atmosphere.websocket
A very simple interface adapter class that implements all methods and expose a WebSocket API close to the JavaScript Counterpart.
WebSocketHandlerAdapter - Class in org.atmosphere.websocket
Simple Adapter for WebSocketHandler
WebSocketHandlerAdapter() - Constructor for class org.atmosphere.websocket.WebSocketHandlerAdapter
 
WebSocketHandlerProxy(Class<? extends Broadcaster>, WebSocketHandler) - Constructor for class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
WebSocketHandlerProxy(WebSocketHandler) - Constructor for class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
 
WebSocketHandlerService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which WebSocketHandler class to use by default.
WebSocketHandlerServiceProcessor - Class in org.atmosphere.annotation
 
WebSocketHandlerServiceProcessor() - Constructor for class org.atmosphere.annotation.WebSocketHandlerServiceProcessor
 
WebSocketHandshakeFilter - Class in org.atmosphere.websocket
A Servlet Filter for configuring which WebSocket protocol version an application want to support.
WebSocketHandshakeFilter() - Constructor for class org.atmosphere.websocket.WebSocketHandshakeFilter
 
webSocketMessage(AtmosphereResource) - Static method in class org.atmosphere.util.Utils
 
WebSocketMessageSuspendInterceptor - Class in org.atmosphere.interceptor
Mark WebSocket Message as suspended.
WebSocketMessageSuspendInterceptor() - Constructor for class org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
 
WebSocketPingPongListener - Interface in org.atmosphere.websocket
WebSocket Ping/Pong Listener.
WebSocketProcessor - Interface in org.atmosphere.websocket
Atmosphere's WebSocket Support implementation.
WebSocketProcessor.WebSocketException - Exception in org.atmosphere.websocket
An exception that can be used to flag problems with the WebSocket processing.
WebSocketProcessor.WebSocketHandlerProxy - Class in org.atmosphere.websocket
 
WebSocketProcessorAdapter - Class in org.atmosphere.websocket
Simple Adapter fpr WebSocketProcessor
WebSocketProcessorAdapter() - Constructor for class org.atmosphere.websocket.WebSocketProcessorAdapter
 
webSocketProcessorClassName - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
WebSocketProcessorFactory - Class in org.atmosphere.cpr
Factory for WebSocketProcessor.
WebSocketProcessorFactory() - Constructor for class org.atmosphere.cpr.WebSocketProcessorFactory
 
WebSocketProcessorService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which WebSocketProcessor class to use by default.
WebSocketProcessorServiceProcessor - Class in org.atmosphere.annotation
 
WebSocketProcessorServiceProcessor() - Constructor for class org.atmosphere.annotation.WebSocketProcessorServiceProcessor
 
webSocketProtocol - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
WebSocketProtocol - Interface in org.atmosphere.websocket
A WebSocket based protocol implementation.
webSocketProtocolClassName - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
webSocketProtocolInitialized - Variable in class org.atmosphere.cpr.AtmosphereFramework
 
WebSocketProtocolService - Annotation Type in org.atmosphere.config.service
An annotation for telling Atmosphere which WebSocketProtocol class to use by default.
WebSocketProtocolServiceProcessor - Class in org.atmosphere.annotation
 
WebSocketProtocolServiceProcessor() - Constructor for class org.atmosphere.annotation.WebSocketProtocolServiceProcessor
 
WebSocketProtocolStream - Interface in org.atmosphere.websocket
A streaming API for WebServer that support WebSocket streaming.
webSocketQueryStringPresentOrNull(HttpServletRequest) - Static method in class org.atmosphere.util.Utils
 
websocketResource(AtmosphereResource) - Static method in class org.atmosphere.util.Utils
 
WebSocketStreamingHandler - Interface in org.atmosphere.websocket
A Streaming Interface for WebSocket.
WebSocketStreamingHandlerAdapter - Class in org.atmosphere.websocket
WebSocketStreamingHandlerAdapter() - Constructor for class org.atmosphere.websocket.WebSocketStreamingHandlerAdapter
 
wildcardMapping() - Method in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
 
wildcardMapping() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
wildcardMapping(boolean) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
 
wrap(HttpServletRequest) - Static method in class org.atmosphere.cpr.AtmosphereRequestImpl
Wrap an HttpServletRequest.
wrap(HttpServletResponse) - Static method in class org.atmosphere.cpr.AtmosphereResponseImpl
Wrap an HttpServletResponse
wrap(BroadcastFilter.BroadcastAction, boolean) - Method in interface org.atmosphere.cpr.BroadcasterConfig.FilterManipulator
 
wrap(BroadcastFilter.BroadcastAction, boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
 
wrappedRequest() - Method in interface org.atmosphere.cpr.AtmosphereRequest
 
wrappedRequest() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
 
write(String) - Method in class org.atmosphere.container.version.Grizzly2WebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.container.version.Grizzly2WebSocket
 
write(String) - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.container.version.GrizzlyWebSocket
 
write(String) - Method in class org.atmosphere.container.version.JBossWebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.container.version.JBossWebSocket
 
write(String) - Method in class org.atmosphere.container.version.Jetty8WebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.container.version.Jetty8WebSocket
 
write(String) - Method in class org.atmosphere.container.version.Jetty9WebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.container.version.Jetty9WebSocket
 
write(String) - Method in class org.atmosphere.container.version.JSR356WebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.container.version.JSR356WebSocket
 
write(String) - Method in class org.atmosphere.container.version.TomcatWebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.container.version.TomcatWebSocket
 
write(String) - Method in class org.atmosphere.container.version.WebLogicWebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.container.version.WebLogicWebSocket
 
write(AtmosphereResponse, String) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Write a WebSocket message.
write(AtmosphereResponse, byte[]) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Write a WebSocket message.
write(AtmosphereResponse, byte[], int, int) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Write a WebSocket message.
write(AtmosphereResponse, String) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
 
write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
 
write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
 
write(AtmosphereResponse, String) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
write(String) - Method in interface org.atmosphere.cpr.AtmosphereResource
Write the String.
write(byte[]) - Method in interface org.atmosphere.cpr.AtmosphereResource
Write the bytes If AtmosphereResource.resumeOnBroadcast() is true, the underlying connection will be resumed (@link #resume());
write(String) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
write(byte[]) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
write(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
Write the String by either using the PrintWriter or OutputStream.
write(String, boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
Write the String by either using the PrintWriter or OutputStream.
write(byte[]) - Method in interface org.atmosphere.cpr.AtmosphereResponse
Write the bytes by either using the PrintWriter or OutputStream.
write(byte[], boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
Write the String by either using the PrintWriter or OutputStream.
write(byte[], int, int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
Write the bytes by either using the PrintWriter or OutputStream.
write(byte[], int, int, boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
Write the String by either using the PrintWriter or OutputStream.
write(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
write(String, boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
write(byte[]) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
write(byte[], boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
write(byte[], int, int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
write(byte[], int, int, boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
 
write(OutputStream, Object) - Method in interface org.atmosphere.cpr.Serializer
Serialize the Object using the OutputStream.
write(AtmosphereResourceEvent, ServletOutputStream, byte[]) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
 
write(AtmosphereResponse, String) - Method in class org.atmosphere.util.ByteArrayAsyncWriter
 
write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.util.ByteArrayAsyncWriter
 
write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.util.ByteArrayAsyncWriter
 
write(AtmosphereResponse, String) - Method in class org.atmosphere.websocket.WebSocket
 
write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.websocket.WebSocket
 
write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.websocket.WebSocket
 
write(String) - Method in class org.atmosphere.websocket.WebSocket
Use the underlying container's websocket to write the String.
write(byte[], int, int) - Method in class org.atmosphere.websocket.WebSocket
Use the underlying container's websocket to write the byte.
write(byte[]) - Method in class org.atmosphere.websocket.WebSocket
Use the underlying container's websocket to write the byte.
WRITE_HEADERS - Static variable in interface org.atmosphere.cpr.FrameworkConfig
Decide to write extra header.
WRITE_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
The write operation timeout, in millisecond, when using the DefaultBroadcaster.
writeEntity(boolean) - Method in class org.atmosphere.jersey.SuspendResponse.SuspendResponseBuilder
Write the returned entity back to the calling connection.
writeEntity() - Method in class org.atmosphere.jersey.SuspendResponse
Write the returned entity back to the calling connection.
writeError(AtmosphereResponse, int, String) - Method in interface org.atmosphere.cpr.AsyncIOWriter
Write an error code.
writeError(AtmosphereResponse, int, String) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
 
writeError(AtmosphereResponse, int, String) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
writeError(AtmosphereResponse, int, String) - Method in class org.atmosphere.websocket.WebSocket
 
writeHeader(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
 
writeHeader(boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
 
writeHeaders() - Method in class org.atmosphere.interceptor.CacheHeadersInterceptor
 
writeHeaders(boolean) - Method in class org.atmosphere.interceptor.CacheHeadersInterceptor
 
writeLocally - Variable in class org.atmosphere.cpr.Deliver
 
writeOnTimeout(Object) - Method in interface org.atmosphere.cpr.AtmosphereResource
Set a message that will be written when the resource times out.
writeOnTimeout() - Method in interface org.atmosphere.cpr.AtmosphereResource
Return the object that will be written when the resource times out.
writeOnTimeout(Object) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
writeOnTimeout() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
writeQueues - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
writeQueues() - Method in class org.atmosphere.cpr.DefaultBroadcaster
 
writeReady(AtmosphereResponse, byte[]) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
 
writeTimeoutInSecond - Variable in class org.atmosphere.cpr.DefaultBroadcaster
 
wsDelimiter() - Method in class org.atmosphere.interceptor.JavaScriptProtocol
 
wsDelimiter(String) - Method in class org.atmosphere.interceptor.JavaScriptProtocol
 

X

X_ATMO_BINARY - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
X_ATMO_PROTOCOL - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
X_ATMO_WEBSOCKET_PROXY - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
X_ATMOSPHERE - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
X_ATMOSPHERE_ERROR - Static variable in interface org.atmosphere.cpr.HeaderConfig
When a unexpected error occurs.
X_ATMOSPHERE_FIRSTLONGPOLLING_DONE - Static variable in interface org.atmosphere.cpr.HeaderConfig
If long-polling is used during a POST, this header is added after the first successful response.
X_ATMOSPHERE_FRAMEWORK - Static variable in interface org.atmosphere.cpr.HeaderConfig
The current version of Atmosphere Framework.
X_ATMOSPHERE_SIMPLE_REST_PROTOCOL_DETACHED - Static variable in class org.atmosphere.interceptor.SimpleRestInterceptor
Connection request property to enable the detached mode in the response
X_ATMOSPHERE_TRACKING_ID - Static variable in interface org.atmosphere.cpr.HeaderConfig
The unique tracking ID generated by the server.
X_ATMOSPHERE_TRACKMESSAGESIZE - Static variable in interface org.atmosphere.cpr.HeaderConfig
The message size sent by Atmosphere.
X_ATMOSPHERE_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
The current transport used.
X_FIRST_REQUEST - Static variable in interface org.atmosphere.cpr.HeaderConfig
 
X_HEARTBEAT_SERVER - Static variable in interface org.atmosphere.cpr.HeaderConfig
The desired heartbeat interval in seconds sent by the server and asked by the client.
XMPP_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
The default XMPP Broadcaster class.
XSSHtmlFilter - Class in org.atmosphere.util
Simple BroadcastFilter which automatically filter HTML/HTTP character into proper value, like \n replace by <br>.
XSSHtmlFilter() - Constructor for class org.atmosphere.util.XSSHtmlFilter
 

_

_destroy() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
Skip navigation links

Copyright © 2016. All rights reserved.