Uses of Interface
org.atmosphere.inject.AtmosphereConfigAware

Packages that use AtmosphereConfigAware
org.atmosphere.cache   
org.atmosphere.client   
org.atmosphere.config.managed   
org.atmosphere.cpr   
org.atmosphere.inject   
org.atmosphere.interceptor   
org.atmosphere.pool   
org.atmosphere.util   
org.atmosphere.websocket   
org.atmosphere.websocket.protocol   
 

Uses of AtmosphereConfigAware in org.atmosphere.cache
 

Classes in org.atmosphere.cache that implement AtmosphereConfigAware
 class AbstractBroadcasterCache
          Abstract BroadcasterCache which is used to implement headers, query parameters or session based caching.
 class DefaultBroadcasterCache
           
 class SessionBroadcasterCache
          Simple BroadcasterCache that use an HttpSession to cache messages.
 class UUIDBroadcasterCache
          An improved BroadcasterCache implementation that is based on the unique identifier (UUID) that all AtmosphereResources have.
 

Uses of AtmosphereConfigAware in org.atmosphere.client
 

Classes in org.atmosphere.client that implement AtmosphereConfigAware
 class TrackMessageSizeInterceptor
          An AtmosphereInterceptor that add a message size and delimiter.
 

Uses of AtmosphereConfigAware in org.atmosphere.config.managed
 

Classes in org.atmosphere.config.managed that implement AtmosphereConfigAware
 class AtmosphereHandlerServiceInterceptor
          Handle Singleton,MeteorService and AtmosphereHandlerService processing.
 class ManagedServiceInterceptor
          Handle Singleton for ManagedService processing.
 class MeteorServiceInterceptor
          Handle Singleton,MeteorService processing.
 class ServiceInterceptor
           
 

Uses of AtmosphereConfigAware in org.atmosphere.cpr
 

Subinterfaces of AtmosphereConfigAware in org.atmosphere.cpr
 interface AnnotationProcessor
          An annotation processor for configuring the AtmosphereFramework.
 interface AtmosphereInterceptor
          Intercept the dispatch of AtmosphereResource before they get dispatched to AtmosphereHandlers.
 interface AtmosphereObjectFactory<Z>
          Customization point for Atmosphere to instantiate classes.
 interface AtmosphereResourceFactory
          A Factory used to manage AtmosphereResource instances.
 interface BroadcasterCache
          A BroadcasterCache is a cache for broadcasted messages.
 interface MetaBroadcaster
          Broadcast events to all or a subset of available Broadcasters based on their Broadcaster.getID() value.
 

Classes in org.atmosphere.cpr that implement AtmosphereConfigAware
static class AtmosphereFramework.DefaultAtmosphereObjectFactory
           
 class AtmosphereInterceptorAdapter
          A Simple AtmosphereInterceptor that creates an AtmosphereInterceptorWriter and sets it as the default AsyncIOWriter on an AtmosphereResponse.
 class DefaultAnnotationProcessor
          An AnnotationProcessor that selects between a ServletContextInitializer based scanner, and a bytecode based scanner based on .
 class DefaultAtmosphereResourceFactory
          A Factory used to manage AtmosphereResource instances.
 class DefaultMetaBroadcaster
          Broadcast events to all or a subset of available Broadcasters based on their Broadcaster.getID() value.
 

Uses of AtmosphereConfigAware in org.atmosphere.inject
 

Classes in org.atmosphere.inject that implement AtmosphereConfigAware
 class AtmosphereProducers
          Atmosphere Internal Object Injection for DI supporting JSR 330
 class InjectableObjectFactory
          Support injection of Atmosphere's Internal object using AtmosphereConfig,AtmosphereFramework,{@link AtmosphereFramework,{@link org.atmosphere.cpr.BroadcasterFactory, {@link org.atmosphere.cpr.AtmosphereResourceFactory } ,{@link org.atmosphere.cpr.DefaultMetaBroadcaster } and {@link org.atmosphere.cpr.AtmosphereResourceSessionFactory }
 

Uses of AtmosphereConfigAware in org.atmosphere.interceptor
 

Classes in org.atmosphere.interceptor that implement AtmosphereConfigAware
 class AndroidAtmosphereInterceptor
          Fix for the Android 2.2.x bogus HTTP implementation.
 class AtmosphereResourceLifecycleInterceptor
          This AtmosphereInterceptor implementation automatically suspends the intercepted AtmosphereResource and takes care of managing the response's state (flushing, resuming, etc.) when a Broadcaster.broadcast(java.lang.Object) is invoked.
 class AtmosphereResourceStateRecovery
          This interceptor associates a AtmosphereResource to all Broadcaster the resource was added before the underlying connection got closed and resume.
 class BroadcastOnPostAtmosphereInterceptor
          This read the request's body and invoke the associated Broadcaster of an AtmosphereResource.
 class CacheHeadersInterceptor
          At interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.
 class CorsInterceptor
          CORS support.
 class HeartbeatInterceptor
           An interceptor that send whitespace every in 60 seconds by default.
 class IdleResourceInterceptor
          An Interceptor that track idle AtmosphereResource and close it.
 class JavaScriptProtocol
           An Interceptor that send back to a websocket and http client the value of HeaderConfig.X_ATMOSPHERE_TRACKING_ID.
 class JSONPAtmosphereInterceptor
          JSONP Transport Support.
 class NginxInterceptor
          Add proper header for Nginx's buffering http://wiki.nginx.org/HttpProxyModule#proxy_buffering
This interceptor set the 'X-Accel-Buffering : No' on the AtmosphereResponse before it gets suspended.
 class OldBrowserPaddingInterceptor
          Old 8k Padding interceptor for Browser that needs whitespace when streaming is used.
 class OnDisconnectInterceptor
          When the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.
 class PaddingAtmosphereInterceptor
          Padding interceptor for Browser that needs whitespace when streaming is used.
 class SessionCreationInterceptor
          An interceptor that create an HttpSession on the fist received request so transport like long-polling can share the session with request coming after the suspend operation.
 class ShiroInterceptor
          Shiro Interceptor, it creates a request attribute (subject) that contains the true Subject.
 class SSEAtmosphereInterceptor
          HTML 5 Server-Sent Events implementation.
 class SuspendTrackerInterceptor
          An interceptor that keep track of AtmosphereResource.uuid() and disable invocation of AtmosphereResourceEventListenerAdapter.onSuspend(org.atmosphere.cpr.AtmosphereResourceEvent) and AtmosphereResourceEventListenerAdapter.onPreSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)
 class TrackMessageSizeB64Interceptor
          An AtmosphereInterceptor that adds message size and delimiter, and encodes the message in Base64.
 class WebSocketMessageSuspendInterceptor
          Mark WebSocket Message as suspended.
 

Uses of AtmosphereConfigAware in org.atmosphere.pool
 

Subinterfaces of AtmosphereConfigAware in org.atmosphere.pool
 interface PoolableProvider<T extends Broadcaster,U>
          Implements this interface for provisioning the PoolableBroadcasterFactory with Broadcaster
 

Classes in org.atmosphere.pool that implement AtmosphereConfigAware
 class BoundedApachePoolableProvider
          An Bounder Broadcaster Pool Provider of Broadcaster.
 class UnboundedApachePoolableProvider
          An Unbounded Broadcaster Pool Provider of Broadcaster
 

Uses of AtmosphereConfigAware in org.atmosphere.util
 

Subinterfaces of AtmosphereConfigAware in org.atmosphere.util
 interface EndpointMapper<U>
          This class is responsible for mapping request to handler like AtmosphereHandler or WebSocketHandler
 

Classes in org.atmosphere.util that implement AtmosphereConfigAware
 class DefaultEndpointMapper<U>
          Default implementation of the EndpointMapper used by the AsynchronousProcessor and DefaultWebSocketProcessor
 class VoidAnnotationProcessor
          An AnnotationProcessor that does nothing.
 

Uses of AtmosphereConfigAware in org.atmosphere.websocket
 

Subinterfaces of AtmosphereConfigAware in org.atmosphere.websocket
 interface WebSocketProtocol
          A WebSocket based protocol implementation.
 interface WebSocketProtocolStream
          A streaming API for WebServer that support WebSocket streaming.
 

Uses of AtmosphereConfigAware in org.atmosphere.websocket.protocol
 

Classes in org.atmosphere.websocket.protocol that implement AtmosphereConfigAware
 class EchoProtocol
          Simple WebSocketProcessor that invoke the Broadcaster.broadcast(java.lang.Object) API when a WebSocket message is received.
 class SimpleHttpProtocol
          Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket messages to the proper WebSocket implementation by wrapping the Websocket message's bytes within an HttpServletRequest.
 class StreamingHttpProtocol
          Like the AsynchronousProcessor class, this class is responsible for dispatching WebSocket stream to the proper WebSocket implementation by wrapping the Websocket message's bytes within an HttpServletRequest.
 



Copyright © 2015. All Rights Reserved.