Uses of Interface
org.atmosphere.inject.AtmosphereConfigAware
-
-
Uses of AtmosphereConfigAware in org.atmosphere.cache
Classes in org.atmosphere.cache that implement AtmosphereConfigAware Modifier and Type Class Description classAbstractBroadcasterCacheAbstractBroadcasterCachewhich is used to implement headers, query parameters or session based caching.classDefaultBroadcasterCacheclassSessionBroadcasterCacheSimpleBroadcasterCachethat use anHttpSessionto cache messages.classUUIDBroadcasterCacheAn 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 AtmosphereConfigAware Modifier and Type Class Description classTrackMessageSizeInterceptorAnAtmosphereInterceptorthat add a message size and delimiter. -
Uses of AtmosphereConfigAware in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement AtmosphereConfigAware Modifier and Type Class Description classAtmosphereHandlerServiceInterceptorclassManagedServiceInterceptorHandleSingletonforManagedServiceprocessing.classMeteorServiceInterceptorHandleSingleton,MeteorServiceprocessing.classServiceInterceptor -
Uses of AtmosphereConfigAware in org.atmosphere.cpr
Subinterfaces of AtmosphereConfigAware in org.atmosphere.cpr Modifier and Type Interface Description interfaceAnnotationProcessorAn annotation processor for configuring theAtmosphereFramework.interfaceAtmosphereInterceptorIntercept the dispatch ofAtmosphereResourcebefore they get dispatched toAtmosphereHandlers.interfaceAtmosphereObjectFactory<Z>Customization point for Atmosphere to instantiate classes.interfaceAtmosphereResourceFactoryA Factory used to manageAtmosphereResourceinstances.interfaceBroadcasterCacheA BroadcasterCache is a cache for broadcasted messages.interfaceMetaBroadcasterBroadcast events to all or a subset of availableBroadcasters based on theirBroadcaster.getID()value.Classes in org.atmosphere.cpr that implement AtmosphereConfigAware Modifier and Type Class Description static classAtmosphereFramework.DefaultAtmosphereObjectFactoryclassAtmosphereInterceptorAdapterA SimpleAtmosphereInterceptorthat creates anAtmosphereInterceptorWriterand sets it as the defaultAsyncIOWriteron anAtmosphereResponse.classDefaultAnnotationProcessorAnAnnotationProcessorthat selects between a ServletContextInitializer based scanner, and a bytecode based scanner based on .classDefaultAtmosphereResourceFactoryA Factory used to manageAtmosphereResourceinstances.classDefaultMetaBroadcasterBroadcast 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.inject Modifier and Type Interface Description interfaceCDIProducerA simple marker interface for for the CDI extension.Classes in org.atmosphere.inject that implement AtmosphereConfigAware Modifier and Type Class Description classAtmosphereProducersAtmosphere Internal Object Injection for DI supporting JSR 330classInjectableObjectFactorySupport injection of Atmosphere's Internal object usingAtmosphereConfig,AtmosphereFramework,{@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 AtmosphereConfigAware Modifier and Type Class Description classAndroidAtmosphereInterceptorFix for the Android 2.2.x bogus HTTP implementation.classAtmosphereResourceLifecycleInterceptorThisAtmosphereInterceptorimplementation automatically suspends the interceptedAtmosphereResourceand takes care of managing the response's state (flushing, resuming, etc.) when aBroadcaster.broadcast(java.lang.Object)is invoked.classAtmosphereResourceStateRecoveryThis interceptor associates aAtmosphereResourceto allBroadcasterthe resource was added before the underlying connection got closed and resume.classBroadcastOnPostAtmosphereInterceptorThis read the request's body and invoke the associatedBroadcasterof anAtmosphereResource.classCacheHeadersInterceptorAt interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.classCorsInterceptorCORS support.classHeartbeatInterceptorAn interceptor that send whitespace every in 60 seconds by default.classIdleResourceInterceptorAn Interceptor that track idleAtmosphereResourceand close it.classJavaScriptProtocolAn Interceptor that send back to a websocket and http client the value ofHeaderConfig.X_ATMOSPHERE_TRACKING_ID.classJSONPAtmosphereInterceptorJSONP Transport Support.classNginxInterceptorAdd 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.classOldBrowserPaddingInterceptorOld 8k Padding interceptor for Browser that needs whitespace when streaming is used.classOnDisconnectInterceptorWhen the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.classPaddingAtmosphereInterceptorPadding interceptor for Browser that needs whitespace when streaming is used.classSessionCreationInterceptorAn interceptor that create anHttpSessionon the fist received request so transport like long-polling can share the session with request coming after the suspend operation.classShiroInterceptorShiro Interceptor, it creates a request attribute (subject) that contains the true Subject.classSimpleRestInterceptorAn Atmosphere interceptor to enable a simple rest binding protocol.classSSEAtmosphereInterceptorHTML 5 Server-Sent Events implementation.classSuspendTrackerInterceptorAn interceptor that keep track ofAtmosphereResource.uuid()and disable invocation ofAtmosphereResourceEventListenerAdapter.onSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)andAtmosphereResourceEventListenerAdapter.onPreSuspend(org.atmosphere.cpr.AtmosphereResourceEvent)classTrackMessageSizeB64InterceptorAnAtmosphereInterceptorthat adds message size and delimiter, and encodes the message in Base64.classWebSocketMessageSuspendInterceptorMark WebSocket Message as suspended. -
Uses of AtmosphereConfigAware in org.atmosphere.pool
Subinterfaces of AtmosphereConfigAware in org.atmosphere.pool Modifier and Type Interface Description interfacePoolableProvider<T extends Broadcaster,U>Implements this interface for provisioning thePoolableBroadcasterFactorywithBroadcasterClasses in org.atmosphere.pool that implement AtmosphereConfigAware Modifier and Type Class Description classBoundedApachePoolableProviderAn Bounder Broadcaster Pool Provider ofBroadcaster.classUnboundedApachePoolableProviderAn Unbounded Broadcaster Pool Provider ofBroadcaster -
Uses of AtmosphereConfigAware in org.atmosphere.util
Subinterfaces of AtmosphereConfigAware in org.atmosphere.util Modifier and Type Interface Description interfaceEndpointMapper<U>This class is responsible for mapping request to handler likeAtmosphereHandlerorWebSocketHandlerClasses in org.atmosphere.util that implement AtmosphereConfigAware Modifier and Type Class Description classDefaultEndpointMapper<U>Default implementation of theEndpointMapperused by theAsynchronousProcessorandDefaultWebSocketProcessorclassVoidAnnotationProcessorAnAnnotationProcessorthat does nothing. -
Uses of AtmosphereConfigAware in org.atmosphere.websocket
Subinterfaces of AtmosphereConfigAware in org.atmosphere.websocket Modifier and Type Interface Description interfaceWebSocketProtocolA WebSocket based protocol implementation.interfaceWebSocketProtocolStreamA 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 Modifier and Type Class Description classEchoProtocolSimpleWebSocketProcessorthat invoke theBroadcaster.broadcast(java.lang.Object)API when a WebSocket message is received.classSimpleHttpProtocolLike theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket messages to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.classStreamingHttpProtocolLike theAsynchronousProcessorclass, this class is responsible for dispatching WebSocket stream to the properWebSocketimplementation by wrapping the Websocket message's bytes within anHttpServletRequest.
-