A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abandonedConfig - Variable in class org.atmosphere.pool.UnboundedApachePoolableProvider
- ABORT - org.atmosphere.cpr.BroadcastFilter.BroadcastAction.ACTION
-
Return ABORT to stop invoking any remaining
BroadcastFilterand to discard the message for being delivered toAtmosphereHandler.onStateChange(AtmosphereResourceEvent). - AbstractBroadcasterCache - Class in org.atmosphere.cache
-
Abstract
BroadcasterCachewhich 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
Broadcasterthat delegates the internal processing to a proxy. - AbstractBroadcasterProxy() - Constructor for class org.atmosphere.util.AbstractBroadcasterProxy
- AbstractReflectorAtmosphereHandler - Class in org.atmosphere.handler
-
Simple
AtmosphereHandlerthat reflect every call toBroadcaster.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
-
This default implementation does nothing when
AbstractReflectorAtmosphereHandler.Default.onRequest(org.atmosphere.cpr.AtmosphereResource)is called. - 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
AtmosphereResourceassociated with this session. - action() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
-
Return the
Actionwhich represent the state of the response, e.g. - action() - Method in class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
- action(E) - Method in interface org.atmosphere.cpr.AsyncSupport
-
Process an
Actionfrom anActionEventoperation like suspend, resume or timed out. - action(AtmosphereResourceImpl) - Method in class org.atmosphere.container.BlockingIOCometSupport
- 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.cpr.AsynchronousProcessor
- Action - Class in org.atmosphere.cpr
-
An Action is used by
AtmosphereInterceptor,AsyncSupportandAtmosphereFrameworkto 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.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) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.BroadcasterTracker
- add(Broadcaster, Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Add a
Broadcasterto the list. - add(Broadcaster, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- 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) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
AtmosphereHandlerserviced by theServletThis API is exposed to allow embedding an Atmosphere application. - addAtmosphereHandler(String, AtmosphereHandler, String) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
AtmosphereHandlerserviced by theServlet. - addAtmosphereHandler(String, AtmosphereHandler, String, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
AtmosphereHandlerserviced by theServlet. - addAtmosphereHandler(String, AtmosphereHandler, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
AtmosphereHandlerserviced by theServletThis API is exposed to allow embedding an Atmosphere application. - addAtmosphereHandler(String, AtmosphereHandler, Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
AtmosphereHandlerserviced by theServlet. - addAtmosphereHandler(String, AtmosphereHandler, Broadcaster, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
AtmosphereHandlerserviced by theServlet. - addAtmosphereResource(AtmosphereResource) - Method in interface org.atmosphere.cpr.Broadcaster
-
Add a
AtmosphereResourceto the list of items to be notified when theBroadcaster.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
Broadcasterwith this resource. - addBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- addBroadcasterCacheInjector(BroadcasterCacheInspector) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add a
BroadcasterCacheInspectorwhich will be associated with the definedBroadcasterCache. - 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
-
Add
BroadcasterCacheListenerto theBroadcasterCache. - addBroadcasterCacheListener(BroadcasterCacheListener) - Method in interface org.atmosphere.cpr.BroadcasterCache
-
Add a
BroadcasterCacheListener - 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
BroadcasterListenerto all createdBroadcasters. - addBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.Broadcaster
-
Add a
BroadcasterListener. - addBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Add a
BroadcasterListener - 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
BroadcasterListenerto all mappedBroadcasters. - 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(Filter) - Method in class org.atmosphere.handler.ReflectorServletProcessor
- addFilter(BroadcastFilter) - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Add a
BroadcastFilter. - addFilter(BroadcastFilter, boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Add a
BroadcastFilter. - addFilter(FilterConfigImpl) - Method in class org.atmosphere.util.AtmosphereFilterChain
-
Add a filter to the set of filters that will be executed in this chain.
- 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, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
- addInterceptorToWrapper(AtmosphereFramework.AtmosphereHandlerWrapper, 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
AtmosphereResourceEventListenerwhich gets invoked when responses are resuming, when the remote client closes the connection or when the aBroadcaster.broadcast(java.lang.Object)operations occurs. - 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
AtmosphereResourcefrom 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(String, WebSocketHandler) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
WebSocketHandlermapped to the path. - addWebSocketHandler(String, WebSocketHandler, AtmosphereHandler) - Method in class org.atmosphere.cpr.AtmosphereFramework
- addWebSocketHandler(String, WebSocketHandler, AtmosphereHandler, List<AtmosphereInterceptor>) - Method in class org.atmosphere.cpr.AtmosphereFramework
- addWebSocketHandler(WebSocketHandler) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
WebSocketHandlermapped to "/*". - AFTER_DEFAULT - org.atmosphere.interceptor.InvokationOrder.PRIORITY
-
The AtmosphereInterceptor must be executed after the default set of AtmosphereInterceptor
- AFTER_DEFAULT - Static variable in interface org.atmosphere.interceptor.InvokationOrder
- AJAX - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- all(List<Encoder<?, ?>>, List<Decoder<?, ?>>, Object, Object, Method) - Static method in class org.atmosphere.config.managed.Invoker
- ALL - org.atmosphere.config.service.DeliverTo.DELIVER_TO
- ALL - org.atmosphere.config.service.Ready.DELIVER_TO
-
Deprecated.
- ALL - org.atmosphere.cpr.Deliver.TYPE
- 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.
- ALLOW_WEBSOCKET_STATUS_CODE_1005_AS_DISCONNECT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Allow the WebSocketProtocol to invoke the AsynchronousProcessor when a status of 1005 is received.
- 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(Injectable<?>) - Method in class org.atmosphere.inject.InjectableObjectFactory
- allowInjectionOf(Injectable<?>, boolean) - Method in class org.atmosphere.inject.InjectableObjectFactory
- allowInjectionOf(Z) - Method in interface org.atmosphere.cpr.AtmosphereObjectFactory
-
Pass information to the underlying Dependency Injection Implementation
- AllowInterceptor - Interface in org.atmosphere.interceptor
-
A marker interface that does nothing except used by
AtmosphereInterceptorto modify the default behavior of any functionality. - allowSessionTimeoutRemoval() - Method in class org.atmosphere.cpr.AsynchronousProcessor
-
Is
HttpSessiontimeout removal supported - alreadyQuoted(String) - Static method in class org.atmosphere.util.CookieUtil
- analytics() - Method in class org.atmosphere.cpr.AtmosphereFramework
- ANALYTICS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Disable Google Analytics.
- 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
AtmosphereHandlerproxy 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
-
AnnotationDetectorreads 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 specifiedReporter. - AnnotationDetector.FieldReporter - Interface in org.atmosphere.util.annotation
-
A
Reporterfor field annotations. - AnnotationDetector.MethodReporter - Interface in org.atmosphere.util.annotation
-
A
Reporterfor method annotations. - AnnotationDetector.Reporter - Interface in org.atmosphere.util.annotation
-
Reporteris the base interface, used to report the detected annotations. - AnnotationDetector.TypeReporter - Interface in org.atmosphere.util.annotation
-
A
Reporterfor 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 - Variable in class org.atmosphere.cpr.AtmosphereFramework
- annotationProcessor() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Return the
AnnotationProcessor - AnnotationProcessor - Interface in org.atmosphere.cpr
-
An annotation processor for configuring the
AtmosphereFramework. - annotationProcessorClassName - Variable in class org.atmosphere.cpr.AtmosphereFramework
- annotationProcessorClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
- annotations() - Method in interface org.atmosphere.util.annotation.AnnotationDetector.Reporter
-
Return the
Annotationclasses which must be reported (all other annotations are skipped). - annotationScanned(boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Invoked when a
AnnotationProcessorfound 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
- APPLICATION - org.atmosphere.cpr.Broadcaster.SCOPE
- 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
Injectableused 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
AtmosphereResourceand the providedListof 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_IO - Static variable in class org.atmosphere.cpr.AtmosphereFramework
- ASYNC_WRITE_THREAD_POOL - Static variable in class org.atmosphere.util.ExecutorsFactory
- 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
AtmosphereInterceptorto 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(AsyncIOWriter) - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Set an implementation of
AsyncIOWriterthat 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
- AsyncIOWriter - Interface in org.atmosphere.cpr
-
An Asynchronous I/O Writer is used by a
AtmosphereResponsewhen writing data. - AsyncIOWriterAdapter - Class in org.atmosphere.cpr
-
Adapter class for
AsyncIOWriter. - AsyncIOWriterAdapter() - Constructor for class org.atmosphere.cpr.AsyncIOWriterAdapter
- asyncSupport - Variable in class org.atmosphere.cpr.AtmosphereFramework
- asyncSupport - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
- 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. - asyncSupportListener(AsyncSupportListener) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
AsyncSupportListener. - AsyncSupportListener - Interface in org.atmosphere.cpr
-
A listener that can be used to track
AsyncSupportevents like SUSPEND, RESUME, TIMEOUT, DESTROYED and CLOSED - 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
AsyncSupportListenerclass 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
AtmosphereFrameworkto determine which AsyncSupport instance should be used - AsyncSupportService - Annotation Type in org.atmosphere.config.service
-
An annotation for telling Atmosphere which
AsyncSupportclass 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
AtmosphereHandlerinterface. - 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
AtmosphereInterceptorclass name that will be invoked before theAtmosphereResourcegets 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
-
The
AtmosphereResource. - 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
Processorimplementation. - atmosphereConfig() - Method in annotation type org.atmosphere.config.service.AtmosphereHandlerService
-
Atmosphere's configuration that will be passed to the associated
AtmosphereHandler. - atmosphereConfig() - Method in annotation type org.atmosphere.config.service.AtmosphereService
-
Atmosphere's configuration that will be passed to the associated
AtmosphereHandler. - atmosphereConfig() - Method in annotation type org.atmosphere.config.service.ManagedService
-
Atmosphere's configuration that will be passed to the associated
AtmosphereHandler. - atmosphereConfig() - Method in annotation type org.atmosphere.config.service.MeteorService
-
Atmosphere's configuration that will be passed to the associated
AtmosphereHandler. - atmosphereConfig() - Method in annotation type org.atmosphere.config.service.WebSocketHandlerService
-
Atmosphere's configuration that will be passed to the associated
AtmosphereHandler. - 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 toAtmosphereServlet. - AtmosphereFilter() - Constructor for class org.atmosphere.cpr.AtmosphereFilter
- AtmosphereFilterChain - Class in org.atmosphere.util
-
Implementation of
jakarta.servlet.FilterChainused 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
AtmosphereFrameworkis the entry point for the framework. - AtmosphereFramework() - Constructor for class org.atmosphere.cpr.AtmosphereFramework
-
Create an AtmosphereFramework.
- AtmosphereFramework(boolean, boolean) - 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(jakarta.servlet.ServletConfig). - 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
-
Adapter for
AtmosphereFrameworkListener - 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(AtmosphereHandler) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- AtmosphereHandler - Interface in org.atmosphere.cpr
-
Implementation of
AtmosphereHandlerallows creation of event-driven web applications which are hosted in the browser. - AtmosphereHandlerAdapter - Class in org.atmosphere.handler
-
An implementation of
AtmosphereHandlerthat 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(AtmosphereHandler, Broadcaster, AtmosphereConfig) - Constructor for class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
- AtmosphereHandlerWrapper(BroadcasterFactory, AtmosphereHandler, String, AtmosphereConfig) - Constructor for class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
- AtmosphereInterceptor - Interface in org.atmosphere.cpr
-
Intercept the dispatch of
AtmosphereResourcebefore they get dispatched toAtmosphereHandlers. - AtmosphereInterceptorAdapter - Class in org.atmosphere.cpr
-
A Simple
AtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse. - AtmosphereInterceptorAdapter() - Constructor for class org.atmosphere.cpr.AtmosphereInterceptorAdapter
- AtmosphereInterceptorService - Annotation Type in org.atmosphere.config.service
-
An annotation for telling Atmosphere which
AtmosphereInterceptorclass 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
AsyncIOWriterthat delegates the write operation to itsAsyncIOInterceptor. - AtmosphereInterceptorWriter() - Constructor for class org.atmosphere.cpr.AtmosphereInterceptorWriter
- AtmosphereMappingException - Exception in org.atmosphere.cpr
-
Thrown when
AsynchronousProcessoris unable to map the request to anAtmosphereHandler. - 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
- 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
AtmosphereResourceencapsulates the mechanism toAtmosphereResource.suspend(),AtmosphereResource.resume()and broadcast (AtmosphereResource.getBroadcaster()) messages among suspended resources. - ATMOSPHERERESOURCE_INTERCEPTOR_METHOD - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The method used that trigger automatic management of
AtmosphereResourcewhen theAtmosphereResourceLifecycleInterceptoris used. - ATMOSPHERERESOURCE_INTERCEPTOR_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The timeout, in second, for configuring the time an AtmosphereResource is suspended.
- AtmosphereResource.TRANSPORT - Enum in org.atmosphere.cpr
- 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
-
AtmosphereResourceEventimplementation. - AtmosphereResourceEventImpl(AtmosphereResourceImpl) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
- AtmosphereResourceEventImpl(AtmosphereResourceImpl, boolean, boolean) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
- AtmosphereResourceEventImpl(AtmosphereResourceImpl, boolean, boolean, boolean, Throwable) - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventImpl
- AtmosphereResourceEventImpl(AtmosphereResourceImpl, 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() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- AtmosphereResourceEventListener - Interface in org.atmosphere.cpr
-
Receive notifications when resume, client disconnect or broadcast events occur.
- AtmosphereResourceEventListenerAdapter - Class in org.atmosphere.cpr
-
An implementation of
AtmosphereResourceEventListenerwhich 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
AtmosphereResourceinstances. - AtmosphereResourceFactory.Async - Interface in org.atmosphere.cpr
-
An interface to use in order to retrieve an
AtmosphereResourceinside 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
AtmosphereResourceFactoryclass 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
- AtmosphereResourceImpl() - Constructor for class org.atmosphere.cpr.AtmosphereResourceImpl
- AtmosphereResourceImpl(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<AtmosphereResourceImpl>, 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
AtmosphereInterceptorimplementation automatically suspends the interceptedAtmosphereResourceand takes care of managing the response's state (flushing, resuming, etc.) when aBroadcaster.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
AtmosphereResourcegets suspended and disconnected. - AtmosphereResourceListenerAdapter - Class in org.atmosphere.cpr
-
Adapter for
AtmosphereResourceListener - 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
-
Install an
AtmosphereResourceListener - 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
AtmosphereResourceSessioninstances - AtmosphereResourceSessionFactoryInjectable - Class in org.atmosphere.inject
- AtmosphereResourceSessionFactoryInjectable() - Constructor for class org.atmosphere.inject.AtmosphereResourceSessionFactoryInjectable
- AtmosphereResourceStateRecovery - Class in org.atmosphere.interceptor
-
This interceptor associates a
AtmosphereResourceto allBroadcasterthe 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(HttpServletResponse, AsyncIOWriter, AtmosphereRequest, boolean) - Constructor for class org.atmosphere.cpr.AtmosphereResponseImpl
- AtmosphereResponseImpl(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
ManagedServiceannotated 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
Servletfrom anAtmosphereHandler. - AtmosphereSession - Class in org.atmosphere.cpr
-
An AtmosphereSession allow an application to keep track of the AtmosphereResource associated with a remote client.
- AtmosphereSession(AtmosphereResource) - Constructor for class org.atmosphere.cpr.AtmosphereSession
-
Track the current
AtmosphereResourcewith all createdBroadcaster - AtmosphereSession(AtmosphereResource, Broadcaster...) - Constructor for class org.atmosphere.cpr.AtmosphereSession
- AtmosphereThreadFactory(boolean, String) - Constructor for class org.atmosphere.util.ExecutorsFactory.AtmosphereThreadFactory
- attach(Object) - Method in class org.atmosphere.cpr.Meteor
-
Attach an
Objectwith thisMeteor. - attachement() - Method in class org.atmosphere.cpr.Meteor
-
Return an
Objectwith thisMeteor. - attachment() - Method in class org.atmosphere.websocket.WebSocket
-
Return the attachment
- attachment(Object) - Method in class org.atmosphere.websocket.WebSocket
-
Attach an object.
- attributes() - Method in interface org.atmosphere.cpr.AtmosphereRequest
-
Deprecated.
- attributes() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- attributes() - Method in class org.atmosphere.websocket.WebSocket
-
Return the attribute that was set during the websocket's open operation.
- attributes(Map<String, Object>) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
- attributes(Map<String, Object>) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- 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
- AUTHORITY - org.atmosphere.util.uri.UriComponent.Type
-
The URI authority component type.
- 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 - autoDetectAtmosphereHandlers(ServletContext, ClassLoader) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Auto detect instance of
AtmosphereHandlerin 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, ClassLoader) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Auto detect instance of
WebSocketHandlerin case META-INF/atmosphere.xml is missing. - available(AtmosphereResource) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory.Async
-
A stub representing an
AtmosphereResourcelocated somewhere in a cluster - awaitAndBroadcast(Object, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
-
Await for available
AtmosphereResourcebefore 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(Object) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
- B() - Constructor for class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.B
- BACKWARD_COMPATIBLE_WEBSOCKET_BEHAVIOR - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Before 1.0.12, WebSocket's AtmosphereResource manually added to
Broadcasterwere added without checking if the parent, e.g the AtmosphereResource's created on the first request was already added to the Broadcaster. - bb - Variable in class org.atmosphere.websocket.WebSocket
- bc - Variable in class org.atmosphere.cpr.DefaultBroadcaster
- BEFORE_DEFAULT - org.atmosphere.interceptor.InvokationOrder.PRIORITY
-
The AtmosphereInterceptor must be executed before the default set of AtmosphereInterceptor.
- 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
AtmosphereFrameworkfails to autodetect the Servlet Container we are running on. - BlockingIOCometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.BlockingIOCometSupport
- body - Variable in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- body() - Method in interface org.atmosphere.cpr.AtmosphereRequest
-
Return the request's body.
- body() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- body(byte[]) - Method in interface org.atmosphere.cpr.AtmosphereRequest
- body(byte[]) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
- body(byte[]) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- body(byte[]) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- body(byte[], int, int) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
- body(byte[], int, int) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- body(InputStream) - Method in interface org.atmosphere.cpr.AtmosphereRequest
- body(InputStream) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- body(Reader) - Method in interface org.atmosphere.cpr.AtmosphereRequest
- body(Reader) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- body(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest
- body(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
- body(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- body(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- Body(String, byte[], int, int) - Constructor for class org.atmosphere.cpr.AtmosphereRequestImpl.Body
- 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(Object) - Method in interface org.atmosphere.cpr.Broadcaster
-
Broadcast the
Objectto all suspended responses, eg. - broadcast(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
- broadcast(Object) - Method in class org.atmosphere.cpr.Meteor
-
Broadcast an
Objectto all suspended responses. - broadcast(Object) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
- broadcast(Object) - Method in class org.atmosphere.util.SimpleBroadcaster
- broadcast(Object) - Method in class org.atmosphere.websocket.WebSocket
-
Broadcast, using the
AtmosphereResource.getBroadcaster()the object to allWebSocketassociated with theBroadcaster. - broadcast(Object, HttpSession) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
-
session 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, Set<AtmosphereResource>) - Method in interface org.atmosphere.cpr.Broadcaster
-
Broadcast the
Objectto all suspended response, eg. - broadcast(Object, Set<AtmosphereResource>) - Method in class org.atmosphere.cpr.DefaultBroadcaster
- broadcast(Object, Set<AtmosphereResource>) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
- broadcast(Object, Set<AtmosphereResource>) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
-
the AtmosphereResources subset will be exclude for this broadcast
- broadcast(Object, Set<AtmosphereResource>) - Method in class org.atmosphere.util.SimpleBroadcaster
- broadcast(Object, AtmosphereResource) - Method in interface org.atmosphere.cpr.Broadcaster
-
Broadcast the
Objectto all suspended responses, eg. - broadcast(Object, AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultBroadcaster
- broadcast(Object, 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, AtmosphereResource) - Method in class org.atmosphere.util.SimpleBroadcaster
- broadcast(String, Object, int, TimeUnit, boolean, boolean) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
- BROADCAST_FILTER_CLASSES - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
A list of
BroadcastFilterseparated by comma that will be added to every newBroadcaster. - BroadcastAction(Object) - Constructor for class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
- BroadcastAction(BroadcastFilter.BroadcastAction.ACTION, Object) - Constructor for class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
- broadcaster - Variable in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
- broadcaster - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
- broadcaster() - Method in interface org.atmosphere.config.managed.ManagedServiceInterceptor.ManagedAnnotation
- broadcaster() - Method in annotation type org.atmosphere.config.service.AtmosphereHandlerService
-
The
Broadcasterclass name - broadcaster() - Method in annotation type org.atmosphere.config.service.AtmosphereService
-
The
Broadcasterclass name - broadcaster() - Method in annotation type org.atmosphere.config.service.ManagedService
-
The
Broadcasterclass name - broadcaster() - Method in annotation type org.atmosphere.config.service.MeteorService
-
The
Broadcasterclass name - broadcaster() - Method in annotation type org.atmosphere.config.service.WebSocketHandlerService
-
The
Broadcasterclass name - broadcaster() - Method in interface org.atmosphere.cpr.AtmosphereResourceEvent
-
Return the broadcaster associated with the
AtmosphereResourcethis object contains. - broadcaster() - Method in class org.atmosphere.cpr.AtmosphereResourceEventImpl
- broadcaster(AtmosphereFramework, Class<? extends Broadcaster>, String) - Static method in class org.atmosphere.annotation.AnnotationUtil
- Broadcaster - Interface in org.atmosphere.cpr
-
A Broadcaster is responsible for delivering messages to its subscribed
AtmosphereResources, which are representing suspended responses. - BROADCASTER - org.atmosphere.config.service.DeliverTo.DELIVER_TO
- BROADCASTER - org.atmosphere.config.service.Ready.DELIVER_TO
-
Deprecated.
- 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
BroadcasterCacheclass. - 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
Broadcasterclass. - BROADCASTER_FACTORY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The default
BroadcasterFactoryclass. - 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 - BROADCASTER_FACTORY_POOL_SIZE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The size of the pool powering
BoundedApachePoolableProvider - BROADCASTER_LIFECYCLE_POLICY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The
BroadcasterLifeCyclePolicypolicy 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
Broadcasterto share the sameExecutorServiceamong them. - BROADCASTER_SHAREABLE_LISTENERS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Share between Broadcaster the same List of
BroadcasterListenerandBroadcasterLifeCyclePolicyListener. - 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
DefaultBroadcasterrelease its reactive thread for pushing message and execute async write. - Broadcaster.POLICY - Enum in org.atmosphere.cpr
- Broadcaster.SCOPE - Enum in org.atmosphere.cpr
- broadcasterCache() - Method in annotation type org.atmosphere.config.service.AtmosphereHandlerService
-
The
BroadcasterCacheclass name. - broadcasterCache() - Method in annotation type org.atmosphere.config.service.AtmosphereService
-
The
BroadcasterCacheclass name - broadcasterCache() - Method in annotation type org.atmosphere.config.service.ManagedService
-
The
BroadcasterCacheclass name - broadcasterCache() - Method in annotation type org.atmosphere.config.service.MeteorService
-
The
BroadcasterCacheclass name. - broadcasterCache() - Method in annotation type org.atmosphere.config.service.WebSocketHandlerService
-
The
BroadcasterCacheclass name. - 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
BroadcasterCacheclass 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
- BroadcasterConfig(ExecutorService, ExecutorService, ScheduledExecutorService, 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(List<String>, 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 - broadcasterFactory - Variable in class org.atmosphere.cpr.AtmosphereFramework
- broadcasterFactory() - Static method in class org.atmosphere.cpr.Universe
-
Return the
BroadcasterFactory - broadcasterFactory(BroadcasterFactory) - Static method in class org.atmosphere.cpr.Universe
-
Set the must be unique
BroadcasterFactory - BroadcasterFactory - Interface in org.atmosphere.cpr
-
Factory for
Broadcasterused by Atmosphere when creating broadcasters. - 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
BroadcasterFactoryclass 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
-
Add a
BroadcastFilter. - BroadcasterFilterService - Annotation Type in org.atmosphere.config.service
-
An annotation for telling Atmosphere to add the
BroadcastFilterto all createdBroadcaster - BroadcasterFuture<E> - Class in org.atmosphere.cpr
-
Simple
Futurethat can be used when awaiting for aBroadcasterto finish its broadcast operation toAtmosphereHandler. - BroadcasterFuture(E) - Constructor for class org.atmosphere.cpr.BroadcasterFuture
- BroadcasterFuture(E, int) - Constructor for class org.atmosphere.cpr.BroadcasterFuture
- BroadcasterFuture(Future<?>, E) - 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
-
BroadcasterandNamedinjection 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
BroadcasterLifeCyclePolicyevents. - BroadcasterLifeCyclePolicyListenerAdapter - Class in org.atmosphere.cpr
-
Simple adapter listener to be used to track
BroadcasterLifeCyclePolicyevents. - 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 - Variable in class org.atmosphere.cpr.DefaultBroadcaster
- broadcasterListeners - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
- broadcasterListeners() - Method in class org.atmosphere.cpr.AtmosphereFramework
- broadcasterListeners() - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Return all
BroadcasterListener - broadcasterListeners() - Method in class org.atmosphere.cpr.DefaultBroadcaster
- broadcasterListeners() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
-
Return all
BroadcasterListener. - 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
- broadcasters - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
- broadcasters() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Return an unmodifiable list of
Broadcasters associated with this resource - broadcasters() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- broadcasters(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Deprecated.Use
AtmosphereResourceFactory.find(String).broadcasters() instead - 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
Broadcasterclass to use by default. - BroadcasterServiceProcessor - Class in org.atmosphere.annotation
- BroadcasterServiceProcessor() - Constructor for class org.atmosphere.annotation.BroadcasterServiceProcessor
- 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
Broadcasterto broadcast or not the transformed value. - BroadcastFilter.BroadcastAction.ACTION - Enum in org.atmosphere.cpr
- BroadcastFilterAdapter - Class in org.atmosphere.cpr
-
Adapter for
PerRequestBroadcastFilter. - BroadcastFilterAdapter() - Constructor for class org.atmosphere.cpr.BroadcastFilterAdapter
- BroadcastFilterLifecycle - Interface in org.atmosphere.cpr
-
Add lifecycle method to the
BroadcastFilterinterface. - broadcastFilters() - Method in annotation type org.atmosphere.config.service.AtmosphereHandlerService
-
A list of
BroadcastFilter - broadcastFilters() - Method in annotation type org.atmosphere.config.service.AtmosphereService
-
A list of
BroadcastFilter - broadcastFilters() - Method in annotation type org.atmosphere.config.service.ManagedService
-
A list of
BroadcastFilter - broadcastFilters() - Method in annotation type org.atmosphere.config.service.MeteorService
-
A list of
BroadcastFilter - broadcastFilters() - Method in annotation type org.atmosphere.config.service.WebSocketHandlerService
-
A list of
BroadcastFilter - 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(Object) - Constructor for class org.atmosphere.cache.BroadcastMessage
- BroadcastMessage(String, Object) - Constructor for class org.atmosphere.cache.BroadcastMessage
- BroadcastOnPostAtmosphereInterceptor - Class in org.atmosphere.interceptor
-
This read the request's body and invoke the associated
Broadcasterof anAtmosphereResource. - BroadcastOnPostAtmosphereInterceptor() - Constructor for class org.atmosphere.interceptor.BroadcastOnPostAtmosphereInterceptor
- broadcastOnResume - Variable in class org.atmosphere.cpr.DefaultBroadcaster
- broadcastOnResume(Object) - Method in interface org.atmosphere.cpr.Broadcaster
-
Broadcast the
Objectwhen anAtmosphereResourceis resumed by a timeout or when usingAtmosphereResource.resume(). - 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) - 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 class org.atmosphere.cpr.DefaultMetaBroadcaster
- 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
Meteorusing theHttpServletRequest. - build(HttpServletRequest, List<BroadcastFilter>, Serializer) - Static method in class org.atmosphere.cpr.Meteor
-
Create a
Meteorusing theHttpServletRequestand use a list ofBroadcastFilterandSerializerfor writing the result of a broadcast operation theHttpServletResponse. - build(HttpServletRequest, Broadcaster.SCOPE, List<BroadcastFilter>, Serializer) - Static method in class org.atmosphere.cpr.Meteor
-
Create a
Meteorusing theHttpServletRequestand use a list ofBroadcastFilterandSerializerfor writing the result of a broadcast operation theHttpServletResponse. - build(HttpServletRequest, Serializer) - Static method in class org.atmosphere.cpr.Meteor
-
Create a
Meteorusing theHttpServletRequestand use theSerializerfor writing the result of a broadcast operation using theHttpServletResponse. - 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
HttpSessionwhen using native WebSocket implementation. - ByteArrayAsyncWriter - Class in org.atmosphere.util
-
An
AsyncIOWriterbacked by anByteArrayOutputStream - 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
-
The
AtmosphereRequestImpl.Body.asBytes()length - byteOffset() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Body
-
The
AtmosphereRequestImpl.Body.asBytes()offset
C
- cache - Variable in class org.atmosphere.cpr.Deliver
- 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(MetaBroadcaster.MetaBroadcasterCache) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
- cache(MetaBroadcaster.MetaBroadcasterCache) - Method in interface org.atmosphere.cpr.MetaBroadcaster
-
Set the
MetaBroadcaster.MetaBroadcasterCache. - 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 activeAtmosphereResourceMessage 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, Long, Object, String) - Constructor for class org.atmosphere.cache.CacheMessage
- CacheMessage(String, 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.Servlet30CometSupport
- cancelled(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsynchronousProcessor
-
All proprietary Comet based
Servletmust invoke the cancelled method when the underlying WebServer detect that the client closed the connection. - CANCELLED - org.atmosphere.cpr.Action.TYPE
-
Cancel the current connection/response and close it.
- CANCELLED - Static variable in class org.atmosphere.cpr.Action
- 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.
- changeSessionId() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
- 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
- checkOrigin(String) - Method in class org.atmosphere.container.JSR356AsyncSupport.AtmosphereConfigurator
-
Calls
JSR356AsyncSupport.AtmosphereConfigurator.checkOrigin(String)in super class if a Default Configurator could be loaded. - 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
- 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.JSR356WebSocket
- 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() - Method in class org.atmosphere.util.ReaderInputStream
-
Close the stream.
- close() - Method in class org.atmosphere.websocket.WebSocket
-
Close the underlying WebSocket
- close(int, String) - Method in class org.atmosphere.websocket.WebSocket
-
Allow the underlying WebSocket to close with a code and a reason.
- close(Closeable...) - Static method in class org.atmosphere.util.IOUtils
-
Tries to close the given objects and log the
IOExceptionat INFO level to make the code more readable when we assume that theIOExceptionwon't be managed. - 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(AtmosphereResponse) - Method in class org.atmosphere.util.ByteArrayAsyncWriter
- close(AtmosphereResponse) - Method in class org.atmosphere.websocket.WebSocket
- close(WebSocket, int) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
- 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 - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- CLOSE - org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
- CLOSE_STREAM_ON_CANCEL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Close the
AtmosphereResponseImpl.getOutputStream()whenAtmosphereResource.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
AtmosphereResourceclosed. - closeMessage(HttpServletRequest) - Static method in class org.atmosphere.util.Utils
- closeStreamOrWriter() - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Close the associated
PrintWriterorOutputStream - closeStreamOrWriter() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- closingTime() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
- ClusterBroadcastFilter - Interface in org.atmosphere.cpr
-
Specialize
BroadcastFilterused when clustering is enabled. - COMPARATOR - Static variable in class org.atmosphere.util.uri.UriTemplate
-
Order the templates according according to JAX-RS.
- complete(E) - Method in interface org.atmosphere.cpr.AsyncSupport
-
Complete and close the connection associated with an implementation of
AtmosphereResource - complete(AtmosphereResourceImpl) - Method in class org.atmosphere.container.BlockingIOCometSupport
- 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.cpr.AsynchronousProcessor
- 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
AtmosphereResourceby invoking it's associatedAtmosphereHandler.onStateChange(AtmosphereResourceEvent) - CompletionAware - Interface in org.atmosphere.cpr
-
The CompletionAware interface is used by a class implementing the
AtmosphereResponseinterface 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(Class<? extends Broadcaster>, String, AtmosphereConfig) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Configure the factory
- configure(Class<? extends Broadcaster>, String, AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- configure(String) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- configure(String) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
- 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) - 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(AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultAnnotationProcessor
- configure(AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
- configure(AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
- 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(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
- configure(AtmosphereConfig, Object) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
- configure(AtmosphereConfig, Object) - Method in interface org.atmosphere.handler.AnnotatedProxy
-
Configure the proxy.
- 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) - Method in class org.atmosphere.cpr.AtmosphereServlet
- configureFramework(ServletConfig, boolean) - Method in class org.atmosphere.cpr.AtmosphereServlet
- configureFramework(ServletConfig, boolean, boolean, Class<? extends AtmosphereFramework>) - Method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
- 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
- CONNECT - org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
- 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
- CONTENT_TYPE_FIRST_RESPONSE - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Set content-type header in the first response.
- contentLength(Long) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
- contentLength(Long) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- contentType - Variable in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
- contentType - Variable in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
- 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
- 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 - org.atmosphere.cpr.Action.TYPE
-
Continue the processing of the request.
- CONTINUE - org.atmosphere.cpr.BroadcastFilter.BroadcastAction.ACTION
-
Return CONTINUE to invoke all remaining
BroadcastFilters. - CONTINUE - Static variable in class org.atmosphere.cpr.Action
- CONTROL - org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
- 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, String) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Create an
AtmosphereResourceassociated with the uuid. - create(AtmosphereConfig, String) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Create an
AtmosphereResourceassociated with the uuid. - create(AtmosphereConfig, String, AtmosphereRequest) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Create an
AtmosphereResourceassociated with the uuid. - create(AtmosphereConfig, String, AtmosphereRequest) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Create an
AtmosphereResourceassociated with the uuid. - create(AtmosphereConfig, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl - create(AtmosphereConfig, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl - create(AtmosphereConfig, AtmosphereResponse, AsyncSupport<?>) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl. - create(AtmosphereConfig, AtmosphereResponse, AsyncSupport<?>) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl. - create(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl. - create(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl. - create(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler, AtmosphereResource.TRANSPORT) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl. - create(AtmosphereConfig, Broadcaster, AtmosphereRequest, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler, AtmosphereResource.TRANSPORT) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl. - create(AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl. - create(AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Create an
AtmosphereResourceImpl. - create(AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler, AtmosphereResource.TRANSPORT) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
- create(AtmosphereConfig, Broadcaster, AtmosphereResponse, AsyncSupport<?>, AtmosphereHandler, AtmosphereResource.TRANSPORT) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
- 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() - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
- createBroadcaster(Class<T>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- createBroadcasterConfig(AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultBroadcaster
-
Create
BroadcasterConfig. - createBroadcasterConfig(AtmosphereConfig) - Method in class org.atmosphere.util.SimpleBroadcaster
- CREATED - org.atmosphere.cpr.Action.TYPE
-
Mark this action as created.
- CREATED - Static variable in class org.atmosphere.cpr.Action
- createResponse(AtmosphereResponse, byte[]) - Method in class org.atmosphere.interceptor.SimpleRestInterceptor
- 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, 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.
- 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, 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(Map<String, String>) - Method in class org.atmosphere.util.uri.UriTemplate
-
Create a URI by substituting any template variables for corresponding template values.
- 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, 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.
- createURIWithStringValues(String, String, String, String, String, String, String, String, Map<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, Map<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.
- 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(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).
- decode(List<Decoder<?, ?>>, Object) - Static method in class org.atmosphere.config.managed.Invoker
- decode(U) - Method in interface org.atmosphere.config.managed.Decoder
-
Decode the specified object of type U into object of type T
- 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(String, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
-
Decode the path component of a URI as path segments.
- decodePath(URI, 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(String, boolean) - Static method in class org.atmosphere.util.uri.UriComponent
-
Decode the query component of a URI.
- decodeQuery(URI, 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
ManagedServicewith a method annotated withMessage. - decoders() - Method in annotation type org.atmosphere.config.service.Message
-
A list of
Decoder - Default() - Constructor for class org.atmosphere.handler.AbstractReflectorAtmosphereHandler.Default
- DEFAULT - Static variable in interface org.atmosphere.cpr.BroadcasterCache
- 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
SerializerimplementationAtmosphereResources use to serialize broadcasted objects. - DefaultAnnotationProcessor - Class in org.atmosphere.cpr
-
An
AnnotationProcessorthat 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
AtmosphereResourceinstances. - 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
Broadcasterimplementation. - 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
Broadcasterinstances. - 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
EndpointMapperused by theAsynchronousProcessorandDefaultWebSocketProcessor - 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 theirBroadcaster.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
AsynchronousProcessorclass, this class is responsible for dispatching WebSocket request to the properWebSocketimplementation. - 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
- 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) - Method in class org.atmosphere.cpr.DefaultBroadcaster
- delayBroadcast(Object, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
-
Delay the broadcast operation.
- 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
ManagedServiceannotation. - delimiter - Variable in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
- delimiter - Variable in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
- deliver(Object, DeliverTo, DeliverTo.DELIVER_TO, AtmosphereResource) - Static method in class org.atmosphere.util.IOUtils
-
Delivers the given message according to the specified
configuration). - Deliver - Class in org.atmosphere.cpr
-
A Deliver is an
Broadcaster's internal token that is created before the message gets Broadcaster. - Deliver(Object, Set<AtmosphereResource>, BroadcasterFuture<?>, Object) - Constructor for class org.atmosphere.cpr.Deliver
- Deliver(Object, AtmosphereResource, BroadcasterFuture<?>, Object) - Constructor for class org.atmosphere.cpr.Deliver
- Deliver(Object, BroadcasterFuture<?>, boolean) - 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(Deliver.TYPE, Object, Object, AtmosphereResource, BroadcasterFuture<?>, CacheMessage, boolean, Set<AtmosphereResource>, boolean) - Constructor for class org.atmosphere.cpr.Deliver
- 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 BroadcasterDeliverTo.DELIVER_TO.BROADCASTERor to all created BroadcastersDeliverTo.DELIVER_TO.ALL - DeliverTo.DELIVER_TO - Enum in org.atmosphere.config.service
- DEPLOY - org.atmosphere.inject.InjectIntrospector.WHEN
- 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
-
Invoke
AtmosphereConfig.ShutdownHooks. - 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() - 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() - 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() - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Shutdown all
Broadcasters. - destroy() - Method in interface org.atmosphere.cpr.BroadcastFilterLifecycle
-
Destroy this
BroadcastFilterand 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
- destroy(boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest
- destroy(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- destroy(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
- destroy(boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- destroy(boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
- destroyable - Variable in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
- destroyable - Variable in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
- destroyable() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
- 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
- destroyed - Variable in class org.atmosphere.cpr.DefaultBroadcaster
- 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 - org.atmosphere.cpr.Action.TYPE
-
Mark this action as destroyed.
- DESTROYED - Static variable in class org.atmosphere.cpr.Action
- 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(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.
- 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.
- 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() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
-
Return true if
AtmosphereResourceEventListener.onSuspend(AtmosphereResourceEvent)andAtmosphereResourceEventListener.onPreSuspend(AtmosphereResourceEvent)events are disabled. - disableSuspendEvent(boolean) - 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
ManagedServiceannotation. - DISCONNECT - org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
- DISCONNECT_TRANSPORT_MESSAGE - Static variable in interface org.atmosphere.cpr.HeaderConfig
- dispatch() - Method in annotation type org.atmosphere.config.service.AtmosphereService
-
Dispatch the managed
AtmosphereResourceto the mappedAtmosphereHandler.onRequest(org.atmosphere.cpr.AtmosphereResource). - dispatch(WebSocket, AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
-
Dispatch to request/response to the
AsyncSupportimplementation 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() - Method in interface org.atmosphere.cpr.AtmosphereRequest
-
Dispatch the request asynchronously to container.
- dispatchRequestAsynchronously() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- dispatchRequestAsynchronously(boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
- dispatchRequestAsynchronously(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- 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) - 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.cpr.AtmosphereFilter
-
Normal doFilter invocation.
- 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
Broadcastercompleted 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. - 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
WebSocketProcessorthat invoke theBroadcaster.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 - org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
-
If there is no
AtmosphereResourceassociated with the Broadcaster, release all resources. - 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 - org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
-
If there is no
AtmosphereResourceassociated with the Broadcaster, release all resources, and destroy the broadcaster. - 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(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.
- encode(List<Encoder<?, ?>>, Object) - Static method in class org.atmosphere.config.managed.Invoker
- encode(U) - Method in interface org.atmosphere.config.managed.Encoder
-
Encode the object of type U into an object of type T.
- 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
Messageor aManagedServiceannotated class. - encodeRedirectUrl(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
- encodeRedirectUrl(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- encodeRedirectURL(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
- encodeRedirectURL(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- encoders() - Method in annotation type org.atmosphere.config.service.Message
-
A list of
Encoder - encoders() - Method in annotation type org.atmosphere.config.service.Ready
-
A list of
Encoder - 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 class org.atmosphere.cpr.AtmosphereResponseImpl
- encodeURL(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
- 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
EndpointMapperused to map requests toAtmosphereHandler. - endPointMapper(EndpointMapper) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Set the
EndpointMapper. - EndpointMapper<U> - Interface in org.atmosphere.util
-
This class is responsible for mapping request to handler like
AtmosphereHandlerorWebSocketHandler - 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
- escapeJava(Writer, String) - Static method in class org.atmosphere.util.StringEscapeUtils
-
Escapes the characters in a
Stringusing Java String rules to aWriter. - escapeJava(String) - Static method in class org.atmosphere.util.StringEscapeUtils
-
Escapes the characters in a
Stringusing Java String rules. - escapeJavaScript(Writer, String) - Static method in class org.atmosphere.util.StringEscapeUtils
-
Escapes the characters in a
Stringusing JavaScript String rules to aWriter. - escapeJavaScript(String) - Static method in class org.atmosphere.util.StringEscapeUtils
-
Escapes the characters in a
Stringusing JavaScript String rules. - EXCEPTION - org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
- EXCLUDE - org.atmosphere.cpr.AtmosphereFramework.MetaServiceAction
-
Exclude service.
- 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
AtmosphereResourceto received cached message. - excludeInterceptor(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Exclude an
AtmosphereInterceptorfrom being added, at startup, by Atmosphere. - ExcludeSessionBroadcaster - Class in org.atmosphere.util
-
An implementation of
DefaultBroadcasterthat exclude one or moreAtmosphereResource - ExcludeSessionBroadcaster() - Constructor for class org.atmosphere.util.ExcludeSessionBroadcaster
- execute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
-
Call execute() - any ant-like task should work
- execute(Runnable) - Method in class org.atmosphere.util.ForkJoinPool
- 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
ExecutorServiceused 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() - Method 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.
- 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(HttpSession) - Constructor for class org.atmosphere.util.FakeHttpSession
- FakeHttpSession(String, ServletContext, long, int) - 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
- FIFO - org.atmosphere.cpr.Broadcaster.POLICY
- FileIterator - Class in org.atmosphere.util.annotation
-
FileIteratorenables 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
FileIteratorusing the specified 'filesOrDirectories' as root. - filter(Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Invoke
BroadcastFilters in the order they were added. - filter(Object) - Method in class org.atmosphere.cpr.DefaultBroadcaster
-
Invoke the
BroadcastFilter - filter(String, Object, Object) - Method in class org.atmosphere.client.TrackMessageSizeFilter
- filter(String, Object, Object) - Method in interface org.atmosphere.cpr.BroadcastFilter
-
Transform or filter a message.
- filter(String, Object, Object) - Method in class org.atmosphere.cpr.BroadcastFilterAdapter
- 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(String, AtmosphereResource, Object, Object) - Method in class org.atmosphere.client.TrackMessageSizeFilter
- filter(String, AtmosphereResource, Object, Object) - Method in class org.atmosphere.cpr.BroadcastFilterAdapter
- filter(String, AtmosphereResource, Object, Object) - Method in interface org.atmosphere.cpr.PerRequestBroadcastFilter
-
Transform or filter a message per
AtmosphereResource. - filter(AtmosphereResource, Object, Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Invoke
BroadcastFilters in the order they were added, with a uniqueAtmosphereRequest. - FILTER_CLASS - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The Filter's name where
Meteorwill 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
-
FilterConfigimplementation. - 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 - Variable in class org.atmosphere.cpr.AtmosphereInterceptorWriter
- filters - Variable in class org.atmosphere.cpr.BroadcasterConfig
- filters() - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
- filters() - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Return the current list of installed
BroadcastFilters. - filters(Class<? extends BroadcastFilter>[], AtmosphereFramework) - Static method in class org.atmosphere.annotation.AnnotationUtil
- find(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Find an
AtmosphereResourcebased on itsAtmosphereResource.uuid(). - find(String) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Find an
AtmosphereResourcebased on itsAtmosphereResource.uuid(). - find(String) - Method in class org.atmosphere.websocket.DefaultWebSocketFactory
- find(String) - Method in interface org.atmosphere.websocket.WebSocketFactory
-
Retrieve the
WebSocketassociated 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 - org.atmosphere.interceptor.InvokationOrder.PRIORITY
-
The AtmosphereInterceptor must be executed at first, before any AtmosphereInterceptor.
- FIRST_BEFORE_DEFAULT - Static variable in interface org.atmosphere.interceptor.InvokationOrder
- 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
- FLUSH_BUFFER_HEARTBEAT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Invoke flushBuffer when SSE and Streaming is used with the
HeartbeatInterceptor - 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() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Return true when binary write is forced.
- forceBinaryWrite() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- forceBinaryWrite(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Force binary write and never write String value.
- forceBinaryWrite(boolean) - 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
- forceReadEntirelyAsByte(AtmosphereResource) - Static method in class org.atmosphere.util.IOUtils
-
Reads request body as bytes without respect
ApplicationConfig.READ_GET_BODYparameter - ForkJoinPool - Class in org.atmosphere.util
-
Wrapper around a ForkJoinPool for JDK7+ support.
- ForkJoinPool(boolean, String) - Constructor for class org.atmosphere.util.ForkJoinPool
- FRAGMENT - org.atmosphere.util.uri.UriComponent.Type
-
The URI fragment component type.
- framework - Variable in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
- framework() - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Return the
AtmosphereFramework. - framework() - Method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
- framework() - Method in class org.atmosphere.cpr.AtmosphereServlet
- framework() - Static method in class org.atmosphere.cpr.Universe
-
Return the
AtmosphereFramework - framework(AtmosphereFramework) - Static method in class org.atmosphere.cpr.Universe
-
Set the must be unique
AtmosphereFramework - 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 - 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() - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Return an instance of the default
Broadcaster. - get() - Method in class org.atmosphere.cpr.BroadcasterFuture
- get() - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- get() - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
- get() - Method in class org.atmosphere.util.ThreadLocalInvoker
- get(long) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
- get(long, TimeUnit) - Method in class org.atmosphere.cpr.BroadcasterFuture
- get(Class<T>, Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Create a new instance of
Broadcasterand store it for. - get(Class<T>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- get(Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Create a new instance of
Broadcasterand store it for. - get(Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- get(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
- Get - Annotation Type in org.atmosphere.config.service
-
Use this annotation with the
ManagedServiceannotation. - 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
ExecutorServiceto 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
ExecutorServicethisBroadcasteruse 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
AtmosphereConfigvalue. - 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
AtmosphereHandlerassociated 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. - 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
ListofAtmosphereResource. - getAtmosphereResources() - Method in class org.atmosphere.cpr.DefaultBroadcaster
- getAtmosphereResourceSessionFactory() - Method in class org.atmosphere.inject.AtmosphereProducers
- getAttribute(Object, String) - Static method in class org.atmosphere.util.IntrospectionUtils
-
Call void getAttribute( String )
- 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) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSession
- getAttribute(String) - Method in class org.atmosphere.util.FakeHttpSession
- 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, Class<T>) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSession
- 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
- getBoolean(JSONObject, String) - Static method in class org.atmosphere.interceptor.SimpleRestInterceptor
- 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() - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
-
Return the
Broadcaster. - getBroadcaster() - Method in class org.atmosphere.cpr.Meteor
-
Return the underlying
Broadcaster. - getBroadcaster(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- getBroadcasterCache() - Method in class org.atmosphere.config.AtmosphereHandlerConfig
- getBroadcasterCache() - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Get the
BroadcasterCacheused for thisBroadcaster. - getBroadcasterCacheClassName() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Return the
BroadcasterCacheclass 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
BroadcasterFactorywhich is used by Atmosphere to constructBroadcaster. - getBroadcasterFactory() - Method in class org.atmosphere.inject.AtmosphereProducers
- getBroadcasterLifeCyclePolicy() - Method in interface org.atmosphere.cpr.Broadcaster
-
Get the
BroadcasterLifeCyclePolicy. - 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(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.
- getClassPath(Vector<URL>) - Static method in class org.atmosphere.util.IntrospectionUtils
-
Return a URL[] that can be used to construct a class loader
- 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.JSR356AsyncSupport
- getContainerName() - Method in class org.atmosphere.container.Servlet30CometSupport
-
Return "jakarta.servlet".
- 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
- getContentLengthLong() - 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
- 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
Broadcasterclass name. - getDefaultSerializerClass() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Get the default
Serializerclass to use forAtmosphereResources. - getDefaultSerializerClassName() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Get the default
Serializerclass name to use forAtmosphereResources. - 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
- getEndpointInstance(Class<T>) - Method in class org.atmosphere.container.JSR356AsyncSupport.QuarkusAtmosphereConfigurator
- getExecutorService() - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Return the
ExecutorServicethisBroadcastersupports. - getFile() - Method in class org.atmosphere.util.annotation.FileIterator
-
Return the last returned file or
nullif 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() - Method in class org.atmosphere.util.FilterConfigImpl
-
Return the application Filter we are configured for.
- getFilter(int) - Method in class org.atmosphere.util.AtmosphereFilterChain
- 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) - 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
- getHeader(String, boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest
- getHeader(String, boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- 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 class org.atmosphere.util.FakeHttpSession
- getID() - Method in interface org.atmosphere.cpr.Broadcaster
-
Return the ID of this
Broadcaster. - getID() - Method in class org.atmosphere.cpr.DefaultBroadcaster
- 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) - Method in class org.atmosphere.util.FilterConfigImpl
- getInitParameter(String) - Method in class org.atmosphere.util.VoidServletConfig
- 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, String) - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Return an init-param, or its default value.
- 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
- 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
- getMessageDispatcher(AtmosphereConfig, String) - Static method in class org.atmosphere.util.ExecutorsFactory
-
Create an
ExecutorServiceto 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.
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.atmosphere.container.JSR356AsyncSupport.AtmosphereConfigurator
-
Calls
JSR356AsyncSupport.AtmosphereConfigurator.getNegotiatedExtensions(List, List)in super class if a Default Configurator could be loaded. - getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.atmosphere.container.JSR356AsyncSupport.AtmosphereConfigurator
-
Calls
JSR356AsyncSupport.AtmosphereConfigurator.getNegotiatedSubprotocol(List, List)in super class if a Default Configurator could be loaded. - 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
- 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.
- 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
AtmosphereRequestrequest. - getRequest() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- getRequest(boolean) - 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
- 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
AtmosphereResourceassociated 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() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- getResponse() - Method in interface org.atmosphere.cpr.AtmosphereResponse
- getResponse() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- getResponse(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- getResponseCode(HttpURLConnection) - Method in class org.atmosphere.util.analytics.HTTPGetMethod
- getScheduledExecutorService() - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Return the
ScheduledExecutorServicethisBroadcastersupports. - getScheduler(AtmosphereConfig) - Static method in class org.atmosphere.util.ExecutorsFactory
-
Create a
ScheduledExecutorServiceused 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
Serializeror 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() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- getSession() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
- getSession(boolean) - Method in interface org.atmosphere.cpr.AtmosphereRequest
- getSession(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- getSession(boolean) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
- 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) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceSessionFactory
- getSession(AtmosphereResource, boolean) - Method in interface org.atmosphere.cpr.AtmosphereResourceSessionFactory
-
Returns the current session associated with the
AtmosphereResourceor, if there is no current session and create is true, returns a new session. - getSession(AtmosphereResource, boolean) - 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
- getString(JSONObject, String) - Static method in class org.atmosphere.interceptor.SimpleRestInterceptor
- 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
- 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
WebSocketProcessorused 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
- GoogleAnalytics_v1_URLBuildingStrategy - Class in org.atmosphere.util.analytics
-
Fork of https://code.google.com/p/jgoogleanalytics/
- 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
- 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(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
Proxyclass - handle(Object, Method, Object[]) - Method in class org.atmosphere.util.ServletProxyFactory.UTF8Handler
- handle(AtmosphereFramework, Class<Servlet>) - Method in class org.atmosphere.annotation.MeteorServiceProcessor
- handle(AtmosphereFramework, Class<Object>) - Method in class org.atmosphere.annotation.AtmosphereServiceProcessor
- handle(AtmosphereFramework, Class<Object>) - Method in class org.atmosphere.annotation.ManagedServiceProcessor
- handle(AtmosphereFramework, Class<BroadcasterCacheInspector>) - Method in class org.atmosphere.annotation.BroadcasterCacheInspectorServiceProcessor
- handle(AtmosphereFramework, Class<AsyncSupport<AtmosphereResource>>) - Method in class org.atmosphere.annotation.AsyncSupportServiceProcessor
- handle(AtmosphereFramework, Class<AsyncSupportListener>) - Method in class org.atmosphere.annotation.AsyncSupportListenerServiceProcessor
- 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<Broadcaster>) - Method in class org.atmosphere.annotation.BroadcasterServiceProcessor
- handle(AtmosphereFramework, Class<BroadcasterCache>) - Method in class org.atmosphere.annotation.BroadcasterCacheServiceProcessor
- handle(AtmosphereFramework, Class<BroadcasterCacheListener>) - Method in class org.atmosphere.annotation.BroadcasterCacheListenererviceProcessor
- 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<BroadcastFilter>) - Method in class org.atmosphere.annotation.BroadcastFilterServiceProcessor
- handle(AtmosphereFramework, Class<EndpointMapper>) - Method in class org.atmosphere.annotation.EndpointMapperServiceProcessor
- 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(AtmosphereFramework, Class<T>) - Method in interface org.atmosphere.annotation.Processor
-
Invoked by the
AnnotationHandlerwhen an annotation is detected. - 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
-
Return the list of
AtmosphereFramework.AtmosphereHandlerWrappers. - 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
- HANDSHAKE - org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
- 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() - Method in interface org.atmosphere.cpr.AtmosphereResponse
- headers() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- 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
- 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() - Method in class org.atmosphere.interceptor.HeartbeatInterceptor
- heartbeatFrequencyInSeconds(int) - 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
- HOST - org.atmosphere.util.uri.UriComponent.Type
-
The URI host component type.
- HTMLFILE - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- 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 - org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
-
Release all resources associated with the Broadcaster when the idle time expires.
- IDLE - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
- IDLE_DESTROY - org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
-
Release all resources associated with the Broadcaster when the idle time expires and destroy the Broadcaster.
- IDLE_DESTROY - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
- IDLE_EMPTY_DESTROY - org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
-
If there is no
AtmosphereResourceassociated with the Broadcaster when the idle time expires, destroy the Broadcaster. - IDLE_EMPTY_DESTROY - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
- IDLE_RESUME - org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
-
Release all resources associated with the Broadcaster when the idle time expires.
- IDLE_RESUME - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
- IdleResourceInterceptor - Class in org.atmosphere.interceptor
-
An Interceptor that track idle
AtmosphereResourceand 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;
- 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() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Initialize the AtmosphereFramework.
- init() - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Initialize BroadcastFilters and BroadcasterCache.
- init() - Method in class org.atmosphere.util.AtmosphereFilterChain
-
Initialize the
Filter<<<<<<< HEAD - init(FilterConfig) - Method in class org.atmosphere.cpr.AtmosphereFilter
-
Initialize the
Filter. - init(FilterConfig) - Method in class org.atmosphere.websocket.WebSocketHandshakeFilter
- 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(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Initialize the AtmosphereFramework using the
ServletContext. - init(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereServlet
- init(ServletConfig) - Method in class org.atmosphere.cpr.MeteorServlet
- init(ServletConfig, boolean) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Initialize the AtmosphereFramework using the
ServletContext. - init(ServletContext) - Method in class org.atmosphere.util.ServletContextFactory
-
Set the ServletContext
- init(AtmosphereConfig) - Method in interface org.atmosphere.cpr.AtmosphereServletProcessor
-
Initialize the
AtmosphereServletProcessorusing theServletConfig. - init(AtmosphereConfig) - Method in interface org.atmosphere.cpr.BroadcastFilterLifecycle
-
Initialize the
BroadcastFilter. - init(AtmosphereConfig) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
- init(AtmosphereConfig) - Method in class org.atmosphere.handler.ReflectorServletProcessor
- initAtmosphereHandler() - Method in class org.atmosphere.cpr.AtmosphereFramework
- initAtmosphereHandler(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Initialize
AtmosphereServletProcessor. - initClusterExtension() - Method in class org.atmosphere.cpr.BroadcasterConfig
- initComplete() - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Invoke
AtmosphereConfig.ShutdownHooks. - initEndpointMapper() - Method in class org.atmosphere.cpr.AtmosphereFramework
- initializationError(IllegalStateException) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
If a
ContainerInitializerfails, set the field initializationError for later logging purposes. - 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, URI, AtmosphereConfig) - Method in class org.atmosphere.util.AbstractBroadcasterProxy
- initialize(String, AtmosphereConfig) - Method in class org.atmosphere.cpr.DefaultBroadcaster
- initialize(String, AtmosphereConfig) - Method in class org.atmosphere.util.ExcludeSessionBroadcaster
- initialize(String, AtmosphereConfig) - Method in class org.atmosphere.util.SimpleBroadcaster
- 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. - initialized - Variable in class org.atmosphere.cpr.DefaultBroadcaster
- initialized() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Return true if the
AtmosphereFramework.init()has been sucessfully executed. - 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(Object, Class<?>, AtmosphereConfig) - Static method in class org.atmosphere.util.Utils
- inject(Object, Class<?>, AtmosphereResource) - Static method in class org.atmosphere.util.Utils
- inject(AtmosphereResource) - Static method in class org.atmosphere.util.Utils
- inject(T) - Method in class org.atmosphere.inject.InjectableObjectFactory
-
Apply
InjectableandInjectIntrospectorto a class already constructed. - 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(AtmosphereConfig) - Method in class org.atmosphere.inject.AtmosphereResourceFactoryInjectable
- injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.AtmosphereResourceSessionFactoryInjectable
- injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.BroadcasterFactoryInjectable
- injectable(AtmosphereConfig) - Method in interface org.atmosphere.inject.Injectable
-
Returns an instance of the T
- injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.InjectIntrospectorAdapter
- injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.MetaBroadcasterInjectable
- injectable(AtmosphereConfig) - Method in class org.atmosphere.inject.WebSocketFactoryInjectable
- injectable(AtmosphereResource) - Method in class org.atmosphere.inject.AtmosphereRequestIntrospector
- injectable(AtmosphereResource) - Method in class org.atmosphere.inject.AtmosphereResourceEventIntrospector
- injectable(AtmosphereResource) - Method in class org.atmosphere.inject.AtmosphereResourceIntrospector
- injectable(AtmosphereResource) - Method in class org.atmosphere.inject.AtmosphereResponseIntrospector
- injectable(AtmosphereResource) - Method in class org.atmosphere.inject.BroadcasterIntrospector
- 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(AtmosphereResource) - Method in class org.atmosphere.inject.PathParamIntrospector
- Injectable<T> - Interface in org.atmosphere.inject
-
An Injectable class allow the
InjectableObjectFactoryto assign a value to a field annotated with theInjectannotation. - InjectableObjectFactory - Class in org.atmosphere.inject
-
Support injection of Atmosphere's Internal object using
AtmosphereConfig,AtmosphereFramework,{@link org.atmosphere.cpr.BroadcasterFactory,AtmosphereResourceFactory,DefaultMetaBroadcasterandAtmosphereResourceSessionFactoryand classes implementing theInjectabledefined 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
AtmosphereResourcecreated by an external component and injected inside theAsynchronousProcessor. - 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
InjectableObjectFactoryto 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
-
InjectableObjectFactorylisteners. - INJECTION_TRY - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
How many times the
InjectableObjectFactorywill try to construct and inject an object from anInjectable. - 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
-
FileIteratorenables 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
FileIteratorusing 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
BroadcastMessageand 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
AtmosphereResourcegets dispatched toAtmosphereHandler. - 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
AtmosphereResourcebased onAtmosphereResource.TRANSPORTvalue. - 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.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
BroadcasterCacheInspectorthat 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 - Variable in class org.atmosphere.cpr.AtmosphereFramework
- inspectors() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
- inspectors() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Return the list of
BroadcasterCacheInspectors. - INSTALL - org.atmosphere.cpr.AtmosphereFramework.MetaServiceAction
-
Install service.
- installAnnotationProcessor(ServletConfig) - Method in class org.atmosphere.cpr.AtmosphereFramework
- interceptor(Class<T>) - Method in class org.atmosphere.cpr.AtmosphereFramework
- interceptor(AsyncIOInterceptor) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
-
Add an
AsyncIOInterceptorthat will be invoked in the order it was added. - interceptor(AsyncIOInterceptor, int) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
-
Add an
AsyncIOInterceptorthat will be invoked at the specified index position. - interceptor(AtmosphereInterceptor) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Add an
AtmosphereInterceptorimplementation. - INTERCEPTOR_ADDED - Static variable in class org.atmosphere.interceptor.HeartbeatInterceptor
- interceptors - Variable in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
- interceptors - Variable in class org.atmosphere.cpr.AtmosphereFramework
- interceptors() - Method in annotation type org.atmosphere.config.service.AtmosphereHandlerService
-
A list of
AtmosphereInterceptorto install - interceptors() - Method in annotation type org.atmosphere.config.service.AtmosphereService
-
A list of
AtmosphereInterceptorto install. - interceptors() - Method in annotation type org.atmosphere.config.service.ManagedService
-
A list of
AtmosphereInterceptorto install. - interceptors() - Method in annotation type org.atmosphere.config.service.MeteorService
-
A list of
AtmosphereInterceptorto install - interceptors() - Method in annotation type org.atmosphere.config.service.WebSocketHandlerService
-
A list of
AtmosphereInterceptorto install - interceptors() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Return the list of
AtmosphereInterceptor. - interceptors(Class<? extends AtmosphereInterceptor>[], AtmosphereFramework) - Static method in class org.atmosphere.annotation.AnnotationUtil
- 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<T>, Field) - Method in interface org.atmosphere.inject.InjectIntrospector
-
Introspect the field
- introspectField(Class, Field) - Method in class org.atmosphere.inject.BroadcasterIntrospector
- 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
AtmosphereInterceptorin 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) - Static method in class org.atmosphere.util.Utils
-
Manages the invocation of the given method on the specified 'proxied' instance.
- invoke(Object, Method, Object[]) - Method in class org.atmosphere.util.ThreadLocalInvoker
- 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() - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
- invokeInterceptors(List<AtmosphereInterceptor>, AtmosphereResource, int) - Method in class org.atmosphere.cpr.AsynchronousProcessor
- 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.util.AbstractBroadcasterProxy
- invokeProperty(Object, String, String, String) - Static method in class org.atmosphere.util.IntrospectionUtils
- Invoker - Class in org.atmosphere.config.managed
- Invoker() - Constructor for class org.atmosphere.config.managed.Invoker
- invokeWebSocketProtocol(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
- 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, byte[], int, int) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
- invokeWebSocketProtocol(WebSocket, InputStream) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
- invokeWebSocketProtocol(WebSocket, InputStream) - Method in interface org.atmosphere.websocket.WebSocketProcessor
-
Invoked when a WebSocket message gets received from the underlying container
- invokeWebSocketProtocol(WebSocket, InputStream) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
- invokeWebSocketProtocol(WebSocket, Reader) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
- invokeWebSocketProtocol(WebSocket, Reader) - Method in interface org.atmosphere.websocket.WebSocketProcessor
-
Invoked when a WebSocket message gets received from the underlying container
- invokeWebSocketProtocol(WebSocket, Reader) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
- invokeWebSocketProtocol(WebSocket, String) - 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, String) - Method in class org.atmosphere.websocket.WebSocketProcessorAdapter
- IOUtils - Class in org.atmosphere.util
- IOUtils() - Constructor for class org.atmosphere.util.IOUtils
- 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
Broadcasterdefined 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
Broadcasterhas been destroyed. - isDestroyed() - Method in class org.atmosphere.cpr.DefaultBroadcaster
- 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
AtmosphereRequeststill is valid. - isJSONObject(byte[]) - Static method in class org.atmosphere.interceptor.SimpleRestInterceptor
- isLastResponse(AtmosphereRequest, AtmosphereResponse) - Static method in class org.atmosphere.interceptor.SimpleRestInterceptor
- isMessageAlreadyEncoded(String) - Method in class org.atmosphere.interceptor.TrackMessageSizeB64Interceptor
- isNew() - Method in class org.atmosphere.util.FakeHttpSession
- isOpen() - Method in class org.atmosphere.container.version.JSR356WebSocket
- 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 class org.atmosphere.cpr.AtmosphereRequestImpl
- isRequestedSessionIdFromUrl() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
- isRequestedSessionIdFromURL() - Method in interface org.atmosphere.cpr.AtmosphereRequest
- isRequestedSessionIdFromURL() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- 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
trueif the current file is one of the files originally specified as one of the constructor file parameters, i.e. - isRunningTest() - Static method in class org.atmosphere.util.Utils
- 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
ExecutorServiceis 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
HttpSessionsupported. - 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
- 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.
- JERSEY2_SCANNING_PACKAGE - Static variable in interface org.atmosphere.cpr.FrameworkConfig
-
The Jersey package used for scanning annotation.
- JETTY_WEBSOCKET_MIN_VERSION - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Set the minimum WebSocket version that Jetty should accept.
- 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 - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- 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
- JSR356AsyncSupport.QuarkusAtmosphereConfigurator - 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
Sessionwebsocket - 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
AsyncIOWriterinterface to indicate the closing of the underlining stream is managed elsewhere and invoking theAsyncIOWriter.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 - Variable in class org.atmosphere.cpr.AtmosphereSession
- LATCH - Static variable in class org.atmosphere.container.BlockingIOCometSupport
- 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 - 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 annotation type org.atmosphere.config.service.AtmosphereHandlerService
-
Add
AtmosphereResourceEventListenerto track internal events. - listeners() - Method in annotation type org.atmosphere.config.service.AtmosphereService
-
Add
AtmosphereResourceEventListenerto track internal events. - listeners() - Method in annotation type org.atmosphere.config.service.ManagedService
-
Add
AtmosphereResourceEventListenerto track internal events. - listeners() - Method in annotation type org.atmosphere.config.service.MeteorService
-
Add
AtmosphereResourceEventListenerto track internal events. - listeners() - Method in annotation type org.atmosphere.config.service.WebSocketHandlerService
-
Add
AtmosphereResourceEventListenerto track internal events. - listeners() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- listeners(Class<? extends AtmosphereResourceEventListener>[], AtmosphereFramework) - Static method in class org.atmosphere.annotation.AnnotationUtil
- loadAtmosphereDotXml(InputStream, ClassLoader) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Load AtmosphereHandler defined under META-INF/atmosphere.xml.
- loadAtmosphereHandlersFromPath(ClassLoader, 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(ClassLoader, 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() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- LocalAttributes() - Constructor for class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
- LocalAttributes(Map<String, Object>) - Constructor for class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
- 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 itsAtmosphereResource.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 - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- LONG_POLLING_TRANSPORT - Static variable in interface org.atmosphere.cpr.HeaderConfig
- lookup(HttpServletRequest) - Static method in class org.atmosphere.cpr.Meteor
-
Retrieve an instance of
Meteorbased on theHttpServletRequest. - lookup(Class<T>, Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Lookup a
Broadcasterinstance usingBroadcaster.getID()or ID - lookup(Class<T>, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- lookup(Class<T>, Object, boolean) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Lookup a
Broadcasterinstance usingBroadcaster.getID()or ID - 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(Class<T>, Object, boolean, boolean) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
- lookup(Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Lookup a
Broadcasterinstance usingBroadcaster.getID()or ID - lookup(Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- lookup(Object, boolean) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Lookup a
Broadcasterinstance usingBroadcaster.getID()or ID - lookup(Object, boolean) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- lookupAll() - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Return an immutable Collection of
Broadcasterthis 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(AnnotatedProxy, AtmosphereResource) - Method in class org.atmosphere.config.managed.ManagedServiceInterceptor
- Managed(Object) - Constructor for class org.atmosphere.config.managed.ManagedAtmosphereHandler.Managed
- ManagedAtmosphereHandler - Class in org.atmosphere.config.managed
-
An internal implementation of
AtmosphereHandlerthat 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
SingletonforManagedServiceprocessing. - 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(String, Object, int, TimeUnit, boolean, boolean) - Method in class org.atmosphere.cpr.DefaultMetaBroadcaster
- map(String, Map<String, U>) - Method in class org.atmosphere.util.DefaultEndpointMapper
- map(String, Map<String, U>) - Method in interface org.atmosphere.util.EndpointMapper
-
Mape the request to its associated endpoint.
- map(AtmosphereRequest) - Method in class org.atmosphere.cpr.AsynchronousProcessor
-
Return the
AtmosphereHandlermapped to the passed servlet-path. - map(AtmosphereRequest, 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.
- 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(boolean, String, AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper) - Method in class org.atmosphere.config.managed.ServiceInterceptor
- mapAnnotatedService(AtmosphereRequest, AtmosphereFramework.AtmosphereHandlerWrapper) - Method in class org.atmosphere.config.managed.ServiceInterceptor
-
Inspect the request and its mapped
AtmosphereHandlerto determine if the '{}' was used when defined the annotation's path value. - 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 - Variable in class org.atmosphere.cpr.AtmosphereFramework.AtmosphereHandlerWrapper
- MAPPING - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The Servlet's mapping value to the SERVLET_CLASS.
- 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(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>) - Method in class org.atmosphere.util.uri.UriTemplate
-
Match a URI against the template.
- 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(String, Map<String, U>) - Method in class org.atmosphere.util.DefaultEndpointMapper
- 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
- MATRIX_PARAM - org.atmosphere.util.uri.UriComponent.Type
-
The URI path component type that is a matrix parameter.
- 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 - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
- message - Variable in class org.atmosphere.cpr.Deliver
- message() - Method in class org.atmosphere.cache.BroadcastMessage
- message() - Method in class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
- message() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
-
The received message if the message was a String.
- Message - Annotation Type in org.atmosphere.config.service
-
Annotate a method that will get invoked when String messages are broadcasted using the
Broadcasterassociated with the class where the annotation is associated. - MESSAGE - org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
- MESSAGE_DELIMITER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The token used to separate broadcasted messages.
- 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 - Variable in class org.atmosphere.cpr.DefaultBroadcaster
- messages() - Method in class org.atmosphere.cache.UUIDBroadcasterCache
- 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 - Variable in class org.atmosphere.cpr.AtmosphereFramework
- metaBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Return the
DefaultMetaBroadcaster - metaBroadcaster() - Method in class org.atmosphere.cpr.AtmosphereFramework
- metaBroadcaster() - Static method in class org.atmosphere.cpr.Universe
-
Return the
DefaultMetaBroadcaster - metaBroadcaster(DefaultMetaBroadcaster) - Static method in class org.atmosphere.cpr.Universe
-
Set the must be unique
DefaultMetaBroadcaster - MetaBroadcaster - Interface in org.atmosphere.cpr
-
Broadcast events to all or a subset of available
Broadcasters based on theirBroadcaster.getID()value. - MetaBroadcaster.MetaBroadcasterCache - Interface in org.atmosphere.cpr
-
Cache message if no
Broadcastermaps theMetaBroadcaster.broadcastTo(String, Object) - 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 - Class in org.atmosphere.cpr
-
A
Meteoris a simple class that can be used from aServletto suspend, broadcast and resume responses. - METEOR - Static variable in class org.atmosphere.cpr.AtmosphereResourceImpl
- MeteorService - Annotation Type in org.atmosphere.config.service
-
Annotate a
Meteorimplementation so Atmosphere can install it at runtime. - MeteorServiceInterceptor - Class in org.atmosphere.config.managed
-
Handle
Singleton,MeteorServiceprocessing. - 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
Meteorare 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() - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
- 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(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
- modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.atmosphere.container.JSR356AsyncSupport.QuarkusAtmosphereConfigurator
- 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
AsyncSupportand framework running on top of it, like vert.x and Play! - NettyCometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.NettyCometSupport
- NEVER - org.atmosphere.cpr.BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY
-
Never release or destroy the
Broadcaster. - NEVER - Static variable in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy
- NEW_MAPPING - Static variable in interface org.atmosphere.cpr.FrameworkConfig
-
True if the
AtmosphereFramework.AtmosphereHandlerWrapperhas been modified by anAtmosphereInterceptor. - 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() - Method in class org.atmosphere.cpr.AtmosphereServlet
- newAtmosphereFramework(ServletContext, boolean, boolean) - Static method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
- newAtmosphereFramework(Class<? extends AtmosphereFramework>) - Method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
- newAtmosphereFramework(Class<? extends AtmosphereFramework>, boolean, boolean) - Static method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
- newAtmosphereFramework(Class<? extends AtmosphereFramework>, boolean, boolean, ServletContext) - Static method in class org.atmosphere.cpr.AtmosphereFrameworkInitializer
- 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(AtmosphereConfig, AtmosphereRequest, WebSocket) - Static method in class org.atmosphere.cpr.AtmosphereResponseImpl
-
Create a new instance to use with WebSocket.
- newInstance(AtmosphereRequest) - 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
Fileobject ornullif no more files are available. - next() - Method in class org.atmosphere.util.annotation.InputStreamIterator
-
Return the next
Fileobject ornullif 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 theAtmosphereResponsebefore 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.WebSocketProcessorAdapter
- notifyListener(WebSocket, WebSocketEventListener.WebSocketEvent<?>) - Method in class org.atmosphere.websocket.DefaultWebSocketProcessor
- notifyListener(WebSocket, WebSocketEventListener.WebSocketEvent<?>) - Method in interface org.atmosphere.websocket.WebSocketProcessor
-
Notify all
WebSocketEventListener - notifyListeners() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Notify all
AtmosphereResourceEventListeners. - notifyListeners() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- notifyListeners(AtmosphereResourceEvent) - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Notify all
AtmosphereResourceEventListener. - 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
AtmosphereObjectFactoryclass. - objectFactory - Variable in class org.atmosphere.cpr.AtmosphereFramework
- objectFactory() - Method in class org.atmosphere.cpr.AtmosphereFramework
- objectFactory(AtmosphereObjectFactory) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Set an object used for class instantiation.
- 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
AtmosphereResourceis getting associated to aBroadcaster. - onAddAtmosphereResource(Broadcaster, AtmosphereResource) - Method in class org.atmosphere.cpr.BroadcasterListenerAdapter
-
Invoked when an
AtmosphereResourceis getting associated to aBroadcaster. - 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
- 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.asyncSupportor 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
-
Invoked when a
Broadcaster.broadcast(java.lang.Object)occurs. - onBroadcast(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter
- onBroadcast(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnBroadcast
- onBroadcast(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
- OnBroadcast() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnBroadcast
- 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(Session, CloseReason) - Method in class org.atmosphere.container.JSR356Endpoint
- onClose(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupportListener
-
Invoked when an
AtmosphereResourcegets 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(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnClose
- onClose(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
- 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(WebSocket) - Method in interface org.atmosphere.websocket.WebSocketHandler
-
Invoked when a
WebSocketis 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
- 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() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnClose
- onComplete() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- onComplete() - Method in interface org.atmosphere.cpr.CompletionAware
- 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. - 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(WebSocketEventListener.WebSocketEvent<?>) - Method in interface org.atmosphere.websocket.WebSocketEventListener
-
When the control occurs
- onControl(WebSocketEventListener.WebSocketEvent<?>) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
- onDestroy() - Method in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener
-
Both
Broadcaster.releaseExternalResources()andBroadcaster.destroy()are about to be invoked. - onDestroy() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerAdapter
- onDestroyed(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupportListener
-
Invoked when an
AtmosphereResourcegets destroyed. - onDestroyed(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsyncSupportListenerAdapter
- onDisconnect(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceListener
-
Ibnvoked when the
AtmosphereResourcegets disconnected - onDisconnect(String) - Method in class org.atmosphere.cpr.AtmosphereResourceListenerAdapter
- 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(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnDisconnect
- onDisconnect(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
- 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() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnDisconnect
- 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 ofAtmosphereResourcebecomes empty, eg. - onEmpty() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerAdapter
- onError(Session, Throwable) - Method in class org.atmosphere.container.JSR356Endpoint
- 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
WebSocketproduces 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
- 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(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
- OnHeartbeat() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnHeartbeat
- onIdle() - Method in interface org.atmosphere.cpr.BroadcasterLifeCyclePolicyListener
-
Invoke when a
Broadcasterhas no activity. - onIdle() - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicyListenerAdapter
- 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(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(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, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
- onMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
- onMessage(WebSocket, byte[], int, int) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
- onMessage(WebSocket, byte[], int, int) - Method in interface org.atmosphere.websocket.WebSocketProtocol
-
Parse the WebSocket message, and delegate the processing to the
AtmosphereFramework.asyncSupportor to any existing technology. - onMessage(WebSocket, String) - Method in class org.atmosphere.websocket.protocol.EchoProtocol
- onMessage(WebSocket, String) - Method in class org.atmosphere.websocket.protocol.SimpleHttpProtocol
- onMessage(WebSocket, String) - Method in class org.atmosphere.websocket.protocol.StreamingHttpProtocol
- onMessage(WebSocket, String) - Method in interface org.atmosphere.websocket.WebSocketProtocol
-
Parse the WebSocket message, and delegate the processing to the
AtmosphereFramework.asyncSupportor to any existing technology. - OnMessage<T> - Class in org.atmosphere.handler
-
Simple
AtmosphereHandlerthat must be used with theAtmosphereResourceLifecycleInterceptorandBroadcastOnPostAtmosphereInterceptorto reduce the handling of the suspend/resume/disconnect and broadcast operation. - OnMessage() - Constructor for class org.atmosphere.handler.OnMessage
- onOpen(Session, EndpointConfig) - Method in class org.atmosphere.container.JSR356Endpoint
- 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
WebSocketis 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[], 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[], 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
Broadcasterhas been created. - onPostCreate(Broadcaster) - Method in class org.atmosphere.cpr.BroadcasterListenerAdapter
-
Invoked just after the
Broadcasterhas been created. - onPostCreate(Broadcaster) - Method in class org.atmosphere.lifecycle.BroadcasterLifecyclePolicyHandler
-
Invoked just after the
Broadcasterhas 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(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
- OnPreSuspend() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnPreSuspend
- onRemoveAtmosphereResource(Broadcaster, AtmosphereResource) - Method in interface org.atmosphere.cpr.BroadcasterListener
-
Invoked when an
AtmosphereResourceis getting removed to aBroadcaster. - onRemoveAtmosphereResource(Broadcaster, AtmosphereResource) - Method in class org.atmosphere.cpr.BroadcasterListenerAdapter
-
Invoked when an
AtmosphereResourceis getting removed to aBroadcaster. - onRemoveAtmosphereResource(Broadcaster, AtmosphereResource) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.B
- onRemoveAtmosphereResource(Broadcaster, AtmosphereResource) - Method in class org.atmosphere.lifecycle.BroadcasterLifecyclePolicyHandler
-
Invoked when an
AtmosphereResourceis getting removed to aBroadcaster. - 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
AtmosphereResourceto the {@link HttpServletRequest#setAttribute(java.lang.String, java.lang.Object))}. - onResume(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupportListener
-
Invoked when an
AtmosphereResourcegets 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(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnResume
- onResume(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
- onResume(AtmosphereResponse) - Method in class org.atmosphere.handler.OnMessage
-
This method will be invoked during the process of resuming a connection.
- OnResume() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnResume
- onRuntimeMethod - Variable in class org.atmosphere.config.managed.ManagedAtmosphereHandler
- 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
Broadcasterexecutes a broadcast operation. - onStateChange(AtmosphereResourceEvent) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
-
Write the
AtmosphereResourceEvent.getMessage()back to the client using theAtmosphereResponseImpl.getOutputStream()orAtmosphereResponseImpl.getWriter(). - 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
AtmosphereResourcegets 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(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
- OnSuspend() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnSuspend
- onSuspended(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceListener
-
Ibnvoked when the
AtmosphereResourcegets suspended - onSuspended(String) - Method in class org.atmosphere.cpr.AtmosphereResourceListenerAdapter
- 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.asyncSupportor 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(Throwable) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
-
Notify
AtmosphereResourceEventListenerthah an unexpected exception occured. - 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(AtmosphereResourceEvent) - Method in class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnThrowable
- onThrowable(AtmosphereResourceEvent) - Method in class org.atmosphere.websocket.WebSocketEventListenerAdapter
- OnThrowable() - Constructor for class org.atmosphere.cpr.AtmosphereResourceEventListenerAdapter.OnThrowable
- onTimeout(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupportListener
-
Invoked when an
AtmosphereResourcetimes 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.
- 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.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 - Variable in class org.atmosphere.cpr.Deliver
- originalMessage() - Method in class org.atmosphere.cpr.BroadcastFilter.BroadcastAction
- 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
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, InputStream) - Method in class org.atmosphere.util.AtmosphereConfigReader
- parse(AtmosphereConfig, String) - Method in class org.atmosphere.util.AtmosphereConfigReader
- parseJsonPart(Reader) - Static method in class org.atmosphere.interceptor.SimpleRestInterceptor
- 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 annotation type org.atmosphere.config.service.AtmosphereHandlerService
-
The mapping path or context-root used to map this AtmosphereHandler
- path() - Method in annotation type org.atmosphere.config.service.AtmosphereService
-
The Servlet path instance to instantiate at startup.
- path() - Method in annotation type org.atmosphere.config.service.ManagedService
-
The mapping path or context-root used to map this AtmosphereHandler
- path() - Method in annotation type org.atmosphere.config.service.MeteorService
-
The url mapping for the associated
Meteor - path() - Method in annotation type org.atmosphere.config.service.WebSocketHandlerService
-
The mapping path or context-root used to map this WebSocketHandler
- path() - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
- path(String) - Method in class org.atmosphere.websocket.WebSocketProcessor.WebSocketHandlerProxy
- PATH - org.atmosphere.util.uri.UriComponent.Type
-
The URI path component type.
- PATH_SEGMENT - org.atmosphere.util.uri.UriComponent.Type
-
The URI path component type that is a path segment.
- 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
ManagedServiceannotation. - PathParamIntrospector - Class in org.atmosphere.inject
-
PathParaminjection 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() - Method in interface org.atmosphere.handler.AnnotatedProxy
-
Return true if
PathParamare supported. - pathParams(Object) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
- PerRequestBroadcastFilter - Interface in org.atmosphere.cpr
-
An extended
BroadcastFilterthat can be used to filter based onAtmosphereResource. - perRequestFilter(AtmosphereResource, Deliver) - Method in class org.atmosphere.cpr.DefaultBroadcaster
- perRequestFilters - Variable in class org.atmosphere.cpr.BroadcasterConfig
- policy - Variable in class org.atmosphere.cpr.DefaultBroadcasterFactory
- policy() - Method in class org.atmosphere.cpr.DefaultBroadcaster
- policy(BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY) - Method in class org.atmosphere.cpr.BroadcasterLifeCyclePolicy.Builder
- pollableTransport(AtmosphereResource.TRANSPORT) - Static method in class org.atmosphere.util.Utils
- POLLING - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- 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
PoolableProviderto retrieve instance ofBroadcaster. - 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
PoolableBroadcasterFactorywithBroadcaster - poolConfig - Variable in class org.atmosphere.pool.UnboundedApachePoolableProvider
- POOLEABLE_PROVIDER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The
PoolableProviderused by thePoolableBroadcasterFactory - 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) - Method in class org.atmosphere.config.managed.ManagedAtmosphereHandler
- PORT - org.atmosphere.util.uri.UriComponent.Type
-
The URI port component type.
- possibleComponentsCandidate - Variable in class org.atmosphere.cpr.AtmosphereFramework
- Post - Annotation Type in org.atmosphere.config.service
-
Use this annotation with the
ManagedServiceannotation. - 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
AtmosphereResourcegets dispatched toAtmosphereHandler. - 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
AtmosphereAnnotationmust implement this interface in order to get invoked when theAtmosphereFramework.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 annotation type org.atmosphere.config.service.AtmosphereHandlerService
-
Properties that will be passed to the associated
AtmosphereHandler. - properties() - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Return the
Mapof 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
AsyncSupportimplementation 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
HttpSessionwhen starting and whenApplicationConfig.PROPERTY_SESSION_SUPPORTis 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
- 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
-
Deprecated.always use detached mode
- 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
- push(Deliver) - Method in class org.atmosphere.cpr.DefaultBroadcaster
- pushMessage(AtmosphereResource.TRANSPORT) - Static method in class org.atmosphere.util.Utils
- put(String, Object) - Method in class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
- put(BroadcastMessage, Long, String) - Method in class org.atmosphere.cache.AbstractBroadcasterCache
- Put - Annotation Type in org.atmosphere.config.service
-
Use this annotation with the
ManagedServiceannotation. - putValue(String, Object) - Method in class org.atmosphere.util.FakeHttpSession
Q
- QuarkusAtmosphereConfigurator(AtmosphereFramework) - Constructor for class org.atmosphere.container.JSR356AsyncSupport.QuarkusAtmosphereConfigurator
- QUERY - org.atmosphere.util.uri.UriComponent.Type
-
The URI query component type.
- QUERY_PARAM - org.atmosphere.util.uri.UriComponent.Type
-
The URI query component type that is a query parameter.
- 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, String) - Constructor for class org.atmosphere.util.QueryStringDecoder
-
Deprecated.Use
QueryStringDecoder(String, Charset)instead. - 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(URI) - Constructor for class org.atmosphere.util.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(URI, String) - Constructor for class org.atmosphere.util.QueryStringDecoder
-
Deprecated.Use
QueryStringDecoder(URI, Charset)instead. - 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.
- 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() - Method in class org.atmosphere.util.ReaderInputStream
-
Read a single byte.
- read(byte[]) - Method in class org.atmosphere.util.ReaderInputStream
-
Read the specified number of bytes into an array.
- read(byte[], int, int) - Method in class org.atmosphere.util.ReaderInputStream
-
Read the specified number of bytes into an array.
- 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
-
InputStreamimplementation that reads a character stream from aReaderand transforms it to a byte stream using a specified charset encoding. - ReaderInputStream(Reader) - Constructor for class org.atmosphere.util.ReaderInputStream
-
Construct a new
ReaderInputStreamthat uses the default character encoding with a default input buffer size of 1024 characters. - ReaderInputStream(Reader, String) - Constructor for class org.atmosphere.util.ReaderInputStream
-
Construct a new
ReaderInputStreamwith 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, Charset) - Constructor for class org.atmosphere.util.ReaderInputStream
-
Construct a new
ReaderInputStreamwith a default input buffer size of 1024 characters. - 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. - 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
actionsto 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
ManagedServiceannotation. - 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
Broadcasterthat 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
-
An implementation of
AbstractReflectorAtmosphereHandler. - ReflectorServletProcessor - Class in org.atmosphere.handler
-
An implementation of
AtmosphereHandlerusing theAtmosphereServletProcessorthat delegate theAtmosphereHandler.onRequest(org.atmosphere.cpr.AtmosphereResource)to a set ofFilterChainandServlet.service(jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse)and store theAtmosphereResourceas aAtmosphereRequestImpl.getAttribute(String)attribute namedFrameworkConfig.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
AtmosphereResourcefor being a candidate toAtmosphereResourceFactory.find(String)operation. - registerUuidForFindCandidate(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Register an
AtmosphereResourcefor being a candidate toDefaultAtmosphereResourceFactory.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
- REJECT - org.atmosphere.cpr.Broadcaster.POLICY
- 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(Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Remove the associated
Broadcaster. - remove(Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- remove(Object) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
- remove(String) - Method in class org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
- remove(String) - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
-
Remove the
AtmosphereResourcefrom all instances ofBroadcaster. - remove(String) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Remove the
AtmosphereResourcefrom all instances ofBroadcaster. - remove(Broadcaster) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery.BroadcasterTracker
- remove(Broadcaster, Object) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Remove a
Broadcasterfrom the list. - remove(Broadcaster, Object) - Method in class org.atmosphere.cpr.DefaultBroadcasterFactory
- remove(Broadcaster, 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
-
Remove an
AtmosphereHandler. - removeAtmosphereResource(AtmosphereResource) - Method in interface org.atmosphere.cpr.Broadcaster
-
Remove a
AtmosphereResourcefrom the list of s to be notified when theBroadcaster.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
Broadcasterwith 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
-
Remove a
BroadcasterCacheListener - removeBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in interface org.atmosphere.cpr.Broadcaster
-
Remove a
BroadcasterLifeCyclePolicyListener. - removeBroadcasterLifeCyclePolicyListener(BroadcasterLifeCyclePolicyListener) - Method in class org.atmosphere.cpr.DefaultBroadcaster
- removeBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.Broadcaster
-
Remove a
BroadcasterListener. - removeBroadcasterListener(BroadcasterListener) - Method in interface org.atmosphere.cpr.BroadcasterFactory
-
Remove a
BroadcasterListener - 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
-
Remove the
BroadcasterListener. - removeEventListener(AtmosphereResourceEventListener) - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Remove a
AtmosphereResourceEventListener. - removeEventListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- removeEventListeners() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Remove all
AtmosphereResourceEventListeners. - 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
AtmosphereResourcefrom allBroadcaster - removeFromAllBroadcasters() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- removeListener(AtmosphereResourceEventListener) - Method in class org.atmosphere.cpr.Meteor
-
Remove a
AtmosphereResourceEventListenerwhich gets invoked when a response is resuming, when the remote client closes the connection or when the aBroadcaster.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() - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Return the associated
AtmosphereRequest. - request() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- request(HttpServletRequest) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
- request(HttpServletRequest) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- request(String) - Method in class org.atmosphere.util.analytics.HTTPGetMethod
- request(AtmosphereRequest) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
- request(AtmosphereRequest) - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Set the associated
AtmosphereRequest. - request(AtmosphereRequest) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
- request(AtmosphereRequest) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- REQUEST - org.atmosphere.cpr.Broadcaster.SCOPE
- REQUEST_DISPATCHED - Static variable in class org.atmosphere.interceptor.SimpleRestInterceptor
- REQUEST_ID - Static variable in class org.atmosphere.interceptor.SimpleRestInterceptor
- requestScoped(Object, Class) - Method in class org.atmosphere.inject.InjectableObjectFactory
- requestScoped(Object, Class, AtmosphereResource) - Method in class org.atmosphere.inject.InjectableObjectFactory
- RequestScoped - Annotation Type in org.atmosphere.inject.annotation
-
An annotation for
InjectIntrospectorused to decide when the injection must happens. - requestScopedInjection(AtmosphereConfig, Object) - Static method in class org.atmosphere.util.Utils
-
Inject custom object.
- requestScopedInjection(AtmosphereConfig, AtmosphereHandler) - Static method in class org.atmosphere.util.Utils
- 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() - Method in interface org.atmosphere.cpr.AtmosphereRequest
- requestURL() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- requestURL(String) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
- requestURL(String) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- 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) - Method in class org.atmosphere.cpr.DefaultAsyncSupportResolver
-
This method is the general interface to the outside world.
- resolve(boolean, boolean, boolean) - Method in interface org.atmosphere.cpr.AsyncSupportResolver
- 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
targetTyperesolved upwards from theinitialType. - resolveArgument(Type, Class<?>) - Static method in class org.atmosphere.config.managed.TypeResolver
-
Resolves the type argument for the
genericTypeusing type variable information from thesourceType. - 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
targetTyperesolved upwards from theinitialType. - resolveArguments(Type, Class<?>) - Static method in class org.atmosphere.config.managed.TypeResolver
-
Resolves the arguments for the
genericTypeusing the type variable information for thetargetType. - resolveBound(TypeVariable<?>) - Static method in class org.atmosphere.config.managed.TypeResolver
-
Resolves the first bound for the
typeVariable, returningUnknown.classif 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 thetargetType. - resolveGenericType(Type, Class<?>) - Static method in class org.atmosphere.config.managed.TypeResolver
-
Resolves the generic Type for the
targetTypeby walking the type hierarchy upwards from theinitialType. - 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 - Variable in class org.atmosphere.cpr.AtmosphereResourceEventImpl
- resource - Variable in class org.atmosphere.cpr.AtmosphereSession
- resource - Variable in class org.atmosphere.cpr.Deliver
- resource() - Method in interface org.atmosphere.cpr.AtmosphereRequest
-
The
AtmosphereResourceassociated with this request. - resource() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- resource() - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
The
AtmosphereResourceassociated with this request. - resource() - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- resource() - Method in class org.atmosphere.websocket.WebSocket
-
Return the an
AtmosphereResourceused by this WebSocket, or null if the WebSocket has been closed before the WebSocket message has been processed. - resource(AtmosphereResource) - Method in class org.atmosphere.websocket.WebSocket
-
Associate an
AtmosphereResourceto this WebSocket - RESOURCE - org.atmosphere.config.service.DeliverTo.DELIVER_TO
- RESOURCE - org.atmosphere.config.service.Ready.DELIVER_TO
-
Deprecated.
- RESOURCE - org.atmosphere.cpr.Deliver.TYPE
- resourceFactory() - Static method in class org.atmosphere.cpr.Universe
-
Return the
AtmosphereResourceFactory - resourceFactory(AtmosphereResourceFactory) - Static method in class org.atmosphere.cpr.Universe
-
Set the must be unique
AtmosphereResourceFactory - resources - Variable in class org.atmosphere.cpr.DefaultBroadcaster
- resources - Variable in class org.atmosphere.cpr.Deliver
- resources() - Method in interface org.atmosphere.cpr.AtmosphereResourceFactory
- resources() - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
- resourcesFactory - Variable in class org.atmosphere.config.managed.ManagedAtmosphereHandler
- resourcesFactory() - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Return the
AtmosphereResourceFactory - response() - Method in exception org.atmosphere.websocket.WebSocketProcessor.WebSocketException
- response(HttpServletResponse) - Method in interface org.atmosphere.cpr.AtmosphereResponse.Builder
- response(HttpServletResponse) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl.Builder
- 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(HttpServletRequest) - Static method in class org.atmosphere.cpr.SessionTimeoutSupport
- restoreTimeout(HttpSession) - Static method in class org.atmosphere.cpr.SessionTimeoutSupport
-
Try to restore HTTP session timeout that was set before disabling it.
- resumableTransport(AtmosphereResource.TRANSPORT) - Static method in class org.atmosphere.util.Utils
- resume() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Complete the
AtmosphereResponseand finish/commit it. - resume() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- resume() - Method in class org.atmosphere.cpr.Meteor
-
Resume the underlying
HttpServletResponse. - Resume - Annotation Type in org.atmosphere.config.service
-
Use this annotation with the
ManagedServiceannotation. - RESUME - org.atmosphere.cpr.Action.TYPE
-
Resume the underlying connection/response.
- RESUME - Static variable in class org.atmosphere.container.NettyCometSupport
- RESUME - Static variable in class org.atmosphere.cpr.Action
- RESUME_ON_BROADCAST - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Force Atmosphere to invoke
AtmosphereResource.resume()after the firstBroadcaster.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).
- resumeAll() - Method in interface org.atmosphere.cpr.Broadcaster
-
Resume all suspended responses (
AtmosphereResource) added viaBroadcaster.addAtmosphereResource(org.atmosphere.cpr.AtmosphereResource). - resumeAll() - Method in class org.atmosphere.cpr.DefaultBroadcaster
- resumed(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsynchronousProcessor
-
All proprietary Comet based
Servletmust invoke the resume method when the Atmosphere's application decide to resume theAtmosphereResponse. - RESUMED_ON_TIMEOUT - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
A request attribute telling a
AsyncSupportif the AtmosphereResource was resumed on timeout or by an application. - resumeOnBroadcast() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Return true if this AtmosphereResource is resumed after the first broadcast.
- resumeOnBroadcast() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- resumeOnBroadcast(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Set to true to resume the response after the first broadcast.
- resumeOnBroadcast(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- resumeOnBroadcast(boolean) - Method in class org.atmosphere.cpr.Meteor
-
Resume the Meteor after the first broadcast operation.
- 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(Broadcaster) - Method in class org.atmosphere.pool.UnboundedApachePoolableProvider
- returnBroadcaster(T) - Method in interface org.atmosphere.pool.PoolableProvider
-
Return a destroyed
Broadcasterinstance. - 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
- RUNTIME - org.atmosphere.inject.InjectIntrospector.WHEN
S
- scan(File) - Method in interface org.atmosphere.cpr.AnnotationProcessor
-
Scan the
Filelooking for classes annotated with Atmosphere's Service annotation. - scan(File) - Method in class org.atmosphere.cpr.DefaultAnnotationProcessor
- scan(File) - Method in class org.atmosphere.util.VoidAnnotationProcessor
- scan(String) - Method in interface org.atmosphere.cpr.AnnotationProcessor
-
Scan the package looking for classes annotated with Atmosphere's Service annotation.
- scan(String) - Method in class org.atmosphere.cpr.DefaultAnnotationProcessor
- 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(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, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
-
Broadcast periodically.
- scheduleFixedBroadcast(Object, long, long, TimeUnit) - Method in class org.atmosphere.cpr.DefaultBroadcaster
- scheduleFixedBroadcast(Object, long, TimeUnit) - Method in interface org.atmosphere.cpr.Broadcaster
-
Broadcast periodically.
- scheduleFixedBroadcast(Object, 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. - SCHEME - org.atmosphere.util.uri.UriComponent.Type
-
The URI scheme component type.
- scope - Variable in class org.atmosphere.cpr.DefaultBroadcaster
- SECURITY_SUBJECT - Static variable in interface org.atmosphere.cpr.FrameworkConfig
-
The subject for the current request.
- sendError(int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
- sendError(int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- sendError(int, String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
- sendError(int, String) - 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
Objectthat was used as parameter toBroadcaster.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.NettyCometSupport
- service(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.Servlet30CometSupport
- service(AtmosphereRequest, AtmosphereResponse) - Method in interface org.atmosphere.cpr.AsyncSupport
- ServiceInterceptor - Class in org.atmosphere.config.managed
- ServiceInterceptor() - Constructor for class org.atmosphere.config.managed.ServiceInterceptor
- servlet() - Method in annotation type org.atmosphere.config.service.AtmosphereService
-
The Servlet instance to instantiate at startup.
- 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
Meteorwill be available. - SERVLET_NAME - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The web.xml servlet-name.
- Servlet30CometSupport - Class in org.atmosphere.container
-
This class is used when the
AtmosphereFrameworkdetect the container detect Servlet 3.0 Asynch API. - Servlet30CometSupport(AtmosphereConfig) - Constructor for class org.atmosphere.container.Servlet30CometSupport
- 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
- session - Variable in class org.atmosphere.cpr.AtmosphereResourceImpl
- session() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Return the
HttpSessionif supported, null if not - session() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- session(boolean) - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Return the
HttpSessionif supported, and creates it if not already created. - session(boolean) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- session(HttpSession) - Method in interface org.atmosphere.cpr.AtmosphereRequest.Builder
- session(HttpSession) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.Builder
- 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) - SessionBroadcasterCache - Class in org.atmosphere.cache
-
Simple
BroadcasterCachethat use anHttpSessionto 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
HttpSessionon 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 - Variable in class org.atmosphere.cpr.AtmosphereFramework
- sessionFactory() - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Return the
AtmosphereResourceSessionFactory - sessionFactory() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Return the
AtmosphereResourceSessionFactory - sessionFactory() - Static method in class org.atmosphere.cpr.Universe
-
<<<<<<< HEAD:modules/cpr/src/main/java/org/atmosphere/cpr/Universe.java Return the
AtmosphereResourceSessionFactoryThrow exception if Universe methods are used when they are not reliable:modules/runtime/src/main/java/org/atmosphere/runtime/Universe.java - sessionResourceFactory(AtmosphereResourceSessionFactory) - Static method in class org.atmosphere.cpr.Universe
-
<<<<<<< HEAD:modules/cpr/src/main/java/org/atmosphere/cpr/Universe.java 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
- SET - org.atmosphere.cpr.Deliver.TYPE
- 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
AsyncSupportimplementation. - setAsyncWriteService(ExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Set an
ExecutorServicewhich can be used to writeAtmosphereResourceEvent.getMessage(). - setAsyncWriteService(ExecutorService, boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Set an
ExecutorServicewhich can be used to writeAtmosphereResourceEvent.getMessage(). - setAtmosphereDotXmlPath(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
- setAtmosphereInterceptorClasses(List<String>) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
- setAttribute(Object, String, Object) - Static method in class org.atmosphere.util.IntrospectionUtils
-
Call void setAttribute( String ,Object )
- 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
- setBroadcaster(String) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
- setBroadcaster(Broadcaster) - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Set the first
Broadcasterassociated with this resource. - setBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- setBroadcaster(Broadcaster) - Method in interface org.atmosphere.cpr.ClusterBroadcastFilter
-
The
Broadcasterto use. - setBroadcaster(Broadcaster) - Method in class org.atmosphere.cpr.Meteor
-
Set a
Broadcasterinstance. - setBroadcasterCache(String) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
- setBroadcasterCache(BroadcasterCache) - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Set a
BroadcasterCache. - setBroadcasterCacheClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Set the
BroadcasterCacheclass name. - setBroadcasterConfig(BroadcasterConfig) - Method in interface org.atmosphere.cpr.Broadcaster
-
Set the
BroadcasterConfiginstance. - 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
BroadcasterFactorywhich is used by Atmosphere to constructBroadcaster. - setBroadcasterLifeCyclePolicy(BroadcasterLifeCyclePolicy) - Method in interface org.atmosphere.cpr.Broadcaster
-
Set the
BroadcasterLifeCyclePolicy. - 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
Broadcasterclass name. - setDefaultSerializerClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Set the default
Serializerclass name to use forAtmosphereResources. - setExecutorService(ExecutorService) - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Set an
ExecutorServicewhich can be used to dispatchAtmosphereResourceEvent. - setExecutorService(ExecutorService, boolean) - Method in class org.atmosphere.cpr.BroadcasterConfig
-
Set an
ExecutorServicewhich can be used to dispatchAtmosphereResourceEvent. - setFilter(Filter) - Method in class org.atmosphere.util.FilterConfigImpl
-
Set the
Filterassociated 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) - Static method in class org.atmosphere.util.IntrospectionUtils
- 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).
- 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
ExecutorServicewhich can be used to dispatchAtmosphereResourceEvents. - 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
Serializerto use whenAtmosphereResource.write(java.lang.String)execute the operation. - setSerializer(Serializer) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
-
Set the
Serializerused 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
HttpSessiontimeout removal when a connection exists. - setStatus(int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
- setStatus(int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- setStatus(int, String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
- setStatus(int, String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- setSupportSession(boolean) - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Enable/Disable
HttpSession. - setSupportSession(String) - Method in class org.atmosphere.config.AtmosphereHandlerConfig
- 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. - setUUID(String) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- setValue(String) - Method in class org.atmosphere.config.AtmosphereHandlerProperty
- setWebsocketProcessorClassName(String) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Set the
WebSocketProcessorclass 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
ExecutorServiceshared among all components. - shiftAttributes() - Method in class org.atmosphere.websocket.WebSocket
-
Copy
AtmosphereRequestImpl.localAttributes()that where set when the websocket was opened. - 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 - Variable in class org.atmosphere.cpr.AtmosphereFramework
- shutdownHook(AtmosphereConfig.ShutdownHook) - Method in class org.atmosphere.cpr.AtmosphereConfig
- 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
Broadcasterimplementation 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
AsynchronousProcessorclass, this class is responsible for dispatching WebSocket messages to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest. - 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 - org.atmosphere.cpr.BroadcastFilter.BroadcastAction.ACTION
-
Return SKIP to stop invoking any remaining
BroadcastFilter, but deliver the last transformed message. - SKIP_ATMOSPHEREHANDLER - org.atmosphere.cpr.Action.TYPE
-
Skip the invocation of
AtmosphereHandlerand interrupt the invocation of allAtmosphereInterceptor. - 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 - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- 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() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
- startAsync() - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- startAsync(ServletRequest, ServletResponse) - Method in interface org.atmosphere.cpr.AtmosphereRequest
- startAsync(ServletRequest, ServletResponse) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
- startAsync(ServletRequest, ServletResponse) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl
- started - Variable in class org.atmosphere.cpr.DefaultBroadcaster
- started(AtmosphereFramework) - Method in interface org.atmosphere.cpr.AtmosphereConfig.StartupHook
- startStateTracker() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
- startupHook(AtmosphereConfig.StartupHook) - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Add a
AtmosphereConfig.StartupHook. - startUpHook - Variable 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
- STREAM - org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
- STREAMING - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- 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
AsynchronousProcessorclass, this class is responsible for dispatching WebSocket stream to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest. - 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
-
StringEscapeUtilsinstances 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(Runnable) - Method in class org.atmosphere.util.VoidExecutorService
- submit(Runnable, T) - Method in class org.atmosphere.util.VoidExecutorService
- submit(Callable<T>) - Method in class org.atmosphere.util.VoidExecutorService
- 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
AsyncSupportit can support session or not. - SUPPORT_TRACKED_BROADCASTER - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
When the
PoolableBroadcasterFactoryis enabled, set to true for tracking createdBroadcasterand 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 annotation type org.atmosphere.config.service.AtmosphereHandlerService
-
Set to true if this
AtmosphereHandlersupports sessions - supportSession() - Method in annotation type org.atmosphere.config.service.MeteorService
-
Set to true if this
AtmosphereHandlersupports sessions - supportSession() - Method in class org.atmosphere.cpr.AsynchronousProcessor
-
Is
HttpSessionsupported - supportWebSocket() - Method in class org.atmosphere.container.JSR356AsyncSupport
- supportWebSocket() - Method in class org.atmosphere.container.NettyCometSupport
- 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() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Suspend the
AtmosphereResponseindefinitely. - suspend() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- suspend(long) - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Suspend the
AtmosphereResponse. - 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 interface org.atmosphere.cpr.AtmosphereResource
-
Suspend the
AtmosphereResponse. - suspend(long, TimeUnit) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- suspend(long, TimeUnit) - Method in class org.atmosphere.cpr.Meteor
-
Suspend the underlying
HttpServletResponse. - suspend(Action, AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.container.BlockingIOCometSupport
-
Suspend the connection by blocking the current
Thread - SUSPEND - org.atmosphere.cpr.Action.TYPE
-
SUSPEND the underlying connection/response.
- SUSPEND - Static variable in class org.atmosphere.container.NettyCometSupport
- SUSPEND - Static variable in class org.atmosphere.cpr.Action
- SUSPEND_MESSAGE - org.atmosphere.cpr.Action.TYPE
-
Fake suspend for WebSocket Message
- suspended(AtmosphereRequest, AtmosphereResponse) - Method in class org.atmosphere.cpr.AsynchronousProcessor
-
All proprietary Comet based
Servletmust 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_IDbut available to all transport. - SuspendTrackerInterceptor - Class in org.atmosphere.interceptor
-
An interceptor that keep track of
AtmosphereResource.uuid()and disable invocation ofAtmosphereResourceEventListenerAdapter.onSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)andAtmosphereResourceEventListenerAdapter.onPreSuspend(org.atmosphere.cpr.AtmosphereResourceEvent) - 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
AtmosphereHandleris 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
Throwableif 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
Servletmust invoke the timedout method when the underlying WebServer time out theAtmosphereResponse. - timedoutAction - Static variable in class org.atmosphere.cpr.AsynchronousProcessor
- timeout() - Method in class org.atmosphere.cpr.Action
- timeout() - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
- timeout(long) - Method in class org.atmosphere.cpr.Action
- timeout(long) - Method in class org.atmosphere.interceptor.AtmosphereResourceStateRecovery
- TIMEOUT - org.atmosphere.cpr.Action.TYPE
-
Timeout the underlying connection/response and invoke the
AtmosphereResource.resume(). - timeoutInSeconds() - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
- timeoutInSeconds(int) - Method in class org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor
- 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.
- toString() - Method in class org.atmosphere.cache.CacheMessage
- 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.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() - 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
- toString(Cookie) - Static method in class org.atmosphere.util.CookieUtil
- trackedUUID() - Method in class org.atmosphere.interceptor.SuspendTrackerInterceptor
- TrackMessageSizeB64Interceptor - Class in org.atmosphere.interceptor
-
An
AtmosphereInterceptorthat 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
PerRequestBroadcastFilterimplementation that add the expected length of the message. - TrackMessageSizeFilter() - Constructor for class org.atmosphere.client.TrackMessageSizeFilter
- TrackMessageSizeInterceptor - Class in org.atmosphere.client
-
An
AtmosphereInterceptorthat add a message size and delimiter. - TrackMessageSizeInterceptor() - Constructor for class org.atmosphere.client.TrackMessageSizeInterceptor
- trackPooledBroadcaster() - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
-
Return true is
Broadcasterinstance are tracked, e.g stored in a Collection for duplicate id. - trackPooledBroadcaster(boolean) - Method in class org.atmosphere.pool.PoolableBroadcasterFactory
-
Set to true to enable tracking of
Broadcaster.getID()duplication. - 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
- transport() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Return the current
AtmosphereResource.TRANSPORT. - transport() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- transport() - Method in class org.atmosphere.cpr.Meteor
-
Return the current
AtmosphereResource.TRANSPORT. - transport(AtmosphereResource.TRANSPORT) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
-
Manually set the
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
AtmosphereResourceassociated with this session. - tryAcquire(int) - Method in class org.atmosphere.cpr.AtmosphereSession
-
Retrieve the
AtmosphereResourceassociated 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 - Variable in class org.atmosphere.cpr.Deliver
- type() - Method in class org.atmosphere.cpr.Action
- type() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
-
The type of the last Websocket's event.
- type(Action.TYPE) - Method in class org.atmosphere.cpr.Action
- 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
- UNDEFINED - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- unescapeJava(Writer, String) - Static method in class org.atmosphere.util.StringEscapeUtils
-
Unescapes any Java literals found in the
Stringto aWriter. - unescapeJava(String) - Static method in class org.atmosphere.util.StringEscapeUtils
-
Unescapes any Java literals found in the
String. - unescapeJavaScript(Writer, String) - Static method in class org.atmosphere.util.StringEscapeUtils
-
Unescapes any JavaScript literals found in the
Stringto aWriter. - unescapeJavaScript(String) - Static method in class org.atmosphere.util.StringEscapeUtils
-
Unescapes any JavaScript literals found in the
String. - 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
AtmosphereResourcefor being a candidate toAtmosphereResourceFactory.find(String)operation. - unRegisterUuidForFindCandidate(AtmosphereResource) - Method in class org.atmosphere.cpr.DefaultAtmosphereResourceFactory
-
Un register an
AtmosphereResourcefor being a candidate toDefaultAtmosphereResourceFactory.find(String)operation. - UNRESERVED - org.atmosphere.util.uri.UriComponent.Type
-
ALPHA / DIGIT / "-" / "." / "_" / "~" characters
- unwrap(Object) - Method in interface org.atmosphere.cpr.BroadcasterConfig.FilterManipulator
- unwrap(Object) - Method in class org.atmosphere.cpr.BroadcasterConfig
- upgrade(Class<T>) - Method in class org.atmosphere.cpr.AtmosphereRequestImpl.NoOpsRequest
- 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
ForkJoinPoolfor 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
- USER_INFO - org.atmosphere.util.uri.UriComponent.Type
-
The URI user info component type.
- 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
- UTF_8 - Static variable in class org.atmosphere.util.QueryStringDecoder
- UTF8Handler() - Constructor for class org.atmosphere.util.ServletProxyFactory.UTF8Handler
- Utils - Class in org.atmosphere.util
-
Utils class.
- Utils() - Constructor for class org.atmosphere.util.Utils
- uuid - Variable in class org.atmosphere.cpr.AtmosphereSession
- uuid - Variable in class org.atmosphere.websocket.WebSocket
- uuid() - Method in class org.atmosphere.cache.CacheMessage
-
Return the
AtmosphereResource.uuid() - 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() - Method in class org.atmosphere.cpr.AtmosphereSession
- uuid() - Method in class org.atmosphere.websocket.WebSocket
- uuid(AtmosphereResource) - Method in class org.atmosphere.cache.UUIDBroadcasterCache
- UUIDBroadcasterCache - Class in org.atmosphere.cache
-
An improved
BroadcasterCacheimplementation that is based on the unique identifier (UUID) that allAtmosphereResources have. - UUIDBroadcasterCache() - Constructor for class org.atmosphere.cache.UUIDBroadcasterCache
- 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 - UUIDBROADCASTERCACHE_IDLE_CACHE_INTERVAL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
The frequency, in seconds, for the
UUIDBroadcasterCacheis pruning cached messages. - uuidProvider() - Method in class org.atmosphere.cpr.AtmosphereConfig
-
Return the
UUIDProvider - uuidProvider() - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Return the
UUIDProvider - uuidProvider(UUIDProvider) - Method in class org.atmosphere.cpr.AtmosphereFramework
-
Set a
UUIDlike implementation for generating random UUID String - 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 annotation type org.atmosphere.config.AtmosphereAnnotation
-
Return the handled annotation associated with the
Processor - value() - Method in annotation type org.atmosphere.config.service.DeliverTo
- value() - Method in annotation type org.atmosphere.config.service.PathParam
-
The URI template variable to bind to.
- value() - Method in annotation type org.atmosphere.config.service.Ready
-
Deprecated.
- value() - Method in annotation type org.atmosphere.inject.annotation.RequestScoped
- 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.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.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.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
- VM - org.atmosphere.cpr.Broadcaster.SCOPE
- 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
BroadcastFilterare defined, and when noAtmosphereResourceis available, a no-opAtmosphereResourcewith uuid == -1 will be used to invoke BroadcastFilter. - VoidAnnotationProcessor - Class in org.atmosphere.util
-
An
AnnotationProcessorthat does nothing. - VoidAnnotationProcessor() - Constructor for class org.atmosphere.util.VoidAnnotationProcessor
- VoidExecutorService - Class in org.atmosphere.util
-
An
ExecutorServicethat 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.
- webSocket() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- webSocket() - Method in class org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent
-
The WebSocket.
- 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 - org.atmosphere.cpr.AtmosphereResource.TRANSPORT
- 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
WebSocketProcessorto use. - WEBSOCKET_PROTOCOL - Static variable in interface org.atmosphere.cpr.ApplicationConfig
-
Tell Atmosphere the
WebSocketProtocolto 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
WebSocketEventListenerwith 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
WebSocketFactoryclass to use by default. - WebSocketFactoryServiceProcessor - Class in org.atmosphere.annotation
- WebSocketFactoryServiceProcessor() - Constructor for class org.atmosphere.annotation.WebSocketFactoryServiceProcessor
- webSocketHandler() - Method in class org.atmosphere.websocket.WebSocket
- webSocketHandler(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
WebSocketHandlerclass 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
WebSocketProcessorclass 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
WebSocketProtocolclass 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
-
An Adapter for
WebSocketStreamingHandlerAdapter - 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(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(byte[]) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- write(byte[]) - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Write the bytes by either using the
PrintWriterorOutputStream. - write(byte[]) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- write(byte[]) - Method in class org.atmosphere.websocket.WebSocket
-
Use the underlying container's websocket to write the byte.
- write(byte[], boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Write the String by either using the
PrintWriterorOutputStream. - write(byte[], boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- write(byte[], int, int) - Method in class org.atmosphere.container.version.JSR356WebSocket
- write(byte[], int, int) - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Write the bytes by either using the
PrintWriterorOutputStream. - write(byte[], int, int) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- write(byte[], int, int) - Method in class org.atmosphere.websocket.WebSocket
-
Use the underlying container's websocket to write the byte.
- write(byte[], int, int, boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Write the String by either using the
PrintWriterorOutputStream. - write(byte[], int, int, boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- write(OutputStream, Object) - Method in interface org.atmosphere.cpr.Serializer
-
Serialize the
Objectusing theOutputStream. - write(String) - Method in class org.atmosphere.container.version.JSR356WebSocket
- write(String) - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Write the String.
- write(String) - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- write(String) - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Write the String by either using the
PrintWriterorOutputStream. - write(String) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- write(String) - Method in class org.atmosphere.websocket.WebSocket
-
Use the underlying container's websocket to write the String.
- write(String, boolean) - Method in interface org.atmosphere.cpr.AtmosphereResponse
-
Write the String by either using the
PrintWriterorOutputStream. - write(String, boolean) - Method in class org.atmosphere.cpr.AtmosphereResponseImpl
- write(AtmosphereResourceEvent, ServletOutputStream, byte[]) - Method in class org.atmosphere.handler.AbstractReflectorAtmosphereHandler
- write(AtmosphereResponse, byte[]) - Method in interface org.atmosphere.cpr.AsyncIOWriter
-
Write a WebSocket message.
- write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
- write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
- write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.util.ByteArrayAsyncWriter
- write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.websocket.WebSocket
- write(AtmosphereResponse, byte[], int, int) - Method in interface org.atmosphere.cpr.AsyncIOWriter
-
Write a WebSocket message.
- write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
- write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
- write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.util.ByteArrayAsyncWriter
- write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.websocket.WebSocket
- write(AtmosphereResponse, String) - Method in interface org.atmosphere.cpr.AsyncIOWriter
-
Write a WebSocket message.
- write(AtmosphereResponse, String) - Method in class org.atmosphere.cpr.AsyncIOWriterAdapter
- write(AtmosphereResponse, String) - Method in class org.atmosphere.cpr.AtmosphereInterceptorWriter
- write(AtmosphereResponse, String) - Method in class org.atmosphere.util.ByteArrayAsyncWriter
- write(AtmosphereResponse, String) - Method in class org.atmosphere.websocket.WebSocket
- 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. - 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() - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Return the object that will be written when the resource times out.
- writeOnTimeout() - Method in class org.atmosphere.cpr.AtmosphereResourceImpl
- writeOnTimeout(Object) - Method in interface org.atmosphere.cpr.AtmosphereResource
-
Set a message that will be written when the resource times out.
- writeOnTimeout(Object) - 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
-
Deprecated.always use detached mode
- 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.
- X_REQUEST_KEY - Static variable in class org.atmosphere.interceptor.SimpleRestInterceptor
-
The internal header consisting of the {tracking-id}#{request-id}
- XMPP_BROADCASTER - Static variable in interface org.atmosphere.cpr.FrameworkConfig
-
The default XMPP Broadcaster class.
- XSSHtmlFilter - Class in org.atmosphere.util
-
Simple
BroadcastFilterwhich 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
All Classes All Packages