Package org.atmosphere.interceptor

Class Summary
AndroidAtmosphereInterceptor Fix for the Android 2.2.x bogus HTTP implementation
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.
BroadcastOnPostAtmosphereInterceptor This interceptor reads the request's body and invoke the associated Broadcaster of an AtmosphereResource.
DefaultHeadersInterceptor At interceptor for customizing the following headers: Expire, Cache-Control, Pragma, Access-Control-Origin and Access-Control-Allow-Credential.
HeartbeatInterceptor An interceptor that send whitespace every 30 seconds
JSONPAtmosphereInterceptor JSONP Transport Support.
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.
SSEAtmosphereInterceptor HTML 5 Server Side Events implementation.
StreamingAtmosphereInterceptor Padding interceptor for Browser that needs whitespace when streaming is used.
 



Copyright © 2012. All Rights Reserved.