Class AtmosphereInterceptorAdapter

java.lang.Object
org.atmosphere.cpr.AtmosphereInterceptorAdapter
All Implemented Interfaces:
AtmosphereInterceptor, AtmosphereConfigAware, InvokationOrder
Direct Known Subclasses:
AndroidAtmosphereInterceptor, BroadcastOnPostAtmosphereInterceptor, CacheHeadersInterceptor, CorsInterceptor, HeartbeatInterceptor, IdleResourceInterceptor, JavaScriptProtocol, JSONPAtmosphereInterceptor, NginxInterceptor, OnDisconnectInterceptor, PaddingAtmosphereInterceptor, ServiceInterceptor, SessionCreationInterceptor, ShiroInterceptor, SimpleRestInterceptor, SSEAtmosphereInterceptor, SuspendTrackerInterceptor, TrackMessageSizeB64Interceptor, TrackMessageSizeInterceptor, WebSocketMessageSuspendInterceptor

public abstract class AtmosphereInterceptorAdapter extends Object implements AtmosphereInterceptor, InvokationOrder
A Simple AtmosphereInterceptor that creates an AtmosphereInterceptorWriter and sets it as the default AsyncIOWriter on an AtmosphereResponse.
Author:
Jeanfrancois Arcand