Uses of Interface
org.atmosphere.cpr.AtmosphereInterceptor

Packages that use AtmosphereInterceptor
org.atmosphere.client   
org.atmosphere.cpr   
org.atmosphere.interceptor   
 

Uses of AtmosphereInterceptor in org.atmosphere.client
 

Classes in org.atmosphere.client that implement AtmosphereInterceptor
 class MessageLengthInterceptor
          An AtmosphereInterceptor that add a special String "|" at the end of a message, allowing the atmosphere.js to detect if one or several messages where aggregated in one write operations.
 class TrackMessageSizeInterceptor
          An AtmosphereInterceptor that add a add message size and delimiter.
 

Uses of AtmosphereInterceptor in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AtmosphereInterceptor
 class AtmosphereInterceptorAdapter
          A Simple AtmosphereInterceptor that creates an AtmosphereInterceptorWriter and set it as the default AsyncIOWriter on an AtmosphereResponse
 

Fields in org.atmosphere.cpr with type parameters of type AtmosphereInterceptor
protected  LinkedList<AtmosphereInterceptor> AtmosphereFramework.interceptors
           
 List<AtmosphereInterceptor> AtmosphereFramework.AtmosphereHandlerWrapper.interceptors
           
 

Methods in org.atmosphere.cpr that return AtmosphereInterceptor
protected  AtmosphereInterceptor AtmosphereFramework.newAInterceptor(Class<? extends AtmosphereInterceptor> a)
           
 

Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereInterceptor
 LinkedList<AtmosphereInterceptor> AtmosphereFramework.interceptors()
          Return the list of AtmosphereInterceptor
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereInterceptor
 AtmosphereFramework AtmosphereFramework.interceptor(AtmosphereInterceptor c)
          Add an AtmosphereInterceptor implementation.
 

Method parameters in org.atmosphere.cpr with type arguments of type AtmosphereInterceptor
 AtmosphereFramework AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, Broadcaster broadcaster, List<AtmosphereInterceptor> l)
          Add an AtmosphereHandler serviced by the Servlet This API is exposed to allow embedding an Atmosphere application.
 AtmosphereFramework AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, List<AtmosphereInterceptor> l)
          Add an AtmosphereHandler serviced by the Servlet This API is exposed to allow embedding an Atmosphere application.
 AtmosphereFramework AtmosphereFramework.addAtmosphereHandler(String mapping, AtmosphereHandler h, String broadcasterId, List<AtmosphereInterceptor> l)
          Add an AtmosphereHandler serviced by the Servlet This API is exposed to allow embedding an Atmosphere application.
protected  AtmosphereInterceptor AtmosphereFramework.newAInterceptor(Class<? extends AtmosphereInterceptor> a)
           
 

Uses of AtmosphereInterceptor in org.atmosphere.interceptor
 

Classes in org.atmosphere.interceptor that implement AtmosphereInterceptor
 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(T) is invoked.
 class BroadcastOnPostAtmosphereInterceptor
          This read the request's body and invoke the associated Broadcaster of an AtmosphereResource.
 class JavaScriptProtocol
          An Interceptor that send back to a websocket and http client the value of HeaderConfig.X_ATMOSPHERE_TRACKING_ID and HeaderConfig.X_CACHE_DATE
 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 OnDisconnectInterceptor
          When the browser close the connection, the atmosphere.js will send an unsubscribe message to tell framework the browser is disconnecting.
 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 SSEAtmosphereInterceptor
          HTML 5 Server Side Events implementation.
 



Copyright © 2013. All Rights Reserved.