Uses of Interface
org.atmosphere.inject.AtmosphereConfigAware
Packages that use AtmosphereConfigAware
Package
Description
-
Uses of AtmosphereConfigAware in org.atmosphere.cache
Classes in org.atmosphere.cache that implement AtmosphereConfigAwareModifier and TypeClassDescriptionclassAbstractBroadcasterCachewhich is used to implement headers, query parameters or session based caching.classclassSimpleBroadcasterCachethat use anHttpSessionto cache messages.classAn improvedBroadcasterCacheimplementation that is based on the unique identifier (UUID) that allAtmosphereResources have. -
Uses of AtmosphereConfigAware in org.atmosphere.client
Classes in org.atmosphere.client that implement AtmosphereConfigAwareModifier and TypeClassDescriptionclassAnAtmosphereInterceptorthat add a message size and delimiter. -
Uses of AtmosphereConfigAware in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement AtmosphereConfigAwareModifier and TypeClassDescriptionclassclassHandleSingletonforManagedServiceprocessing.classHandleSingleton,MeteorServiceprocessing.class -
Uses of AtmosphereConfigAware in org.atmosphere.cpr
Subinterfaces of AtmosphereConfigAware in org.atmosphere.cprModifier and TypeInterfaceDescriptioninterfaceAn annotation processor for configuring theAtmosphereFramework.interfaceIntercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.interfaceCustomization point for Atmosphere to instantiate classes.interfaceA Factory used to manageAtmosphereResourceinstances.interfaceA BroadcasterCache is a cache for broadcasted messages.interfaceBroadcast events to all or a subset of availableBroadcasters based on theirBroadcaster.getID()value.Classes in org.atmosphere.cpr that implement AtmosphereConfigAwareModifier and TypeClassDescriptionstatic classclassA SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse.classAnAnnotationProcessorthat selects between a ServletContextInitializer based scanner, and a bytecode based scanner based on .classA Factory used to manageAtmosphereResourceinstances.classBroadcast events to all or a subset of availableBroadcasters based on theirBroadcaster.getID()value. -
Uses of AtmosphereConfigAware in org.atmosphere.inject
Subinterfaces of AtmosphereConfigAware in org.atmosphere.injectModifier and TypeInterfaceDescriptioninterfaceA simple marker interface for for the CDI extension.Classes in org.atmosphere.inject that implement AtmosphereConfigAwareModifier and TypeClassDescriptionclassAtmosphere Internal Object Injection for DI supporting JSR 330classSupport injection of Atmosphere's Internal object usingAtmosphereConfig,AtmosphereFramework,invalid @link
{@link org.atmosphere.cpr.BroadcasterFactory,AtmosphereResourceFactory,DefaultMetaBroadcasterandAtmosphereResourceSessionFactoryand classes implementing theInjectabledefined inside META_INF/services/org.atmosphere.inject.Inject -
Uses of AtmosphereConfigAware in org.atmosphere.interceptor
Classes in org.atmosphere.interceptor that implement AtmosphereConfigAwareModifier and TypeClassDescriptionclassFix for the Android 2.2.x bogus HTTP implementation.classThisAtmosphereInterceptorimplementation automatically suspends the interceptedAtmosphereResourceand takes care of managing the response's state (flushing, resuming, etc.) when aBroadcaster.broadcast(java.lang.Object)is invoked.classThis interceptor associates aAtmosphereResourceto allBroadcasterthe resource was added before the underlying connection got closed and resume.classThis read the request's body and invoke the associatedBroadcasterof anAtmosphereResource.classAt interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.classCORS support.classAn interceptor that send whitespace every in 60 seconds by default.classAn Interceptor that track idleAtmosphereResourceand close it.classAn Interceptor that send back to a websocket and http client the value ofHeaderConfig.X_ATMOSPHERE_TRACKING_ID.classJSONP Transport Support.classAdd 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.classOld 8k Padding interceptor for Browser that needs whitespace when streaming is used.classWhen the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.classPadding interceptor for Browser that needs whitespace when streaming is used.classAn interceptor that create anHttpSessionon the fist received request so transport like long-polling can share the session with request coming after the suspend operation.classAn Atmosphere interceptor to enable a simple rest binding protocol.classHTML 5 Server-Sent Events implementation.classAn interceptor that keep track ofAtmosphereResource.uuid()and disable invocation ofAtmosphereResourceEventListenerAdapter.onSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)andAtmosphereResourceEventListenerAdapter.onPreSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)classAnAtmosphereInterceptorthat adds message size and delimiter, and encodes the message in Base64.classMark WebSocket Message as suspended. -
Uses of AtmosphereConfigAware in org.atmosphere.pool
Subinterfaces of AtmosphereConfigAware in org.atmosphere.poolModifier and TypeInterfaceDescriptioninterfacePoolableProvider<T extends Broadcaster,U> Implements this interface for provisioning thePoolableBroadcasterFactorywithBroadcasterClasses in org.atmosphere.pool that implement AtmosphereConfigAwareModifier and TypeClassDescriptionclassAn Bounder Broadcaster Pool Provider ofBroadcaster.classAn Unbounded Broadcaster Pool Provider ofBroadcaster -
Uses of AtmosphereConfigAware in org.atmosphere.util
Subinterfaces of AtmosphereConfigAware in org.atmosphere.utilModifier and TypeInterfaceDescriptioninterfaceThis class is responsible for mapping request to handler likeAtmosphereHandlerorWebSocketHandlerClasses in org.atmosphere.util that implement AtmosphereConfigAwareModifier and TypeClassDescriptionclassDefault implementation of theEndpointMapperused by theAsynchronousProcessorandDefaultWebSocketProcessorclassAnAnnotationProcessorthat does nothing. -
Uses of AtmosphereConfigAware in org.atmosphere.websocket
Subinterfaces of AtmosphereConfigAware in org.atmosphere.websocketModifier and TypeInterfaceDescriptioninterfaceA WebSocket based protocol implementation.interfaceA streaming API for WebServer that support WebSocket streaming. -
Uses of AtmosphereConfigAware in org.atmosphere.websocket.protocol
Classes in org.atmosphere.websocket.protocol that implement AtmosphereConfigAwareModifier and TypeClassDescriptionclassSimpleWebSocketProcessorthat invoke theBroadcaster.broadcast(java.lang.Object)API when a WebSocket message is received.classLike theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket messages to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.classLike theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket stream to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.