Package org.atmosphere.interceptor
Class OldBrowserPaddingInterceptor
java.lang.Object
org.atmosphere.cpr.AtmosphereInterceptorAdapter
org.atmosphere.interceptor.PaddingAtmosphereInterceptor
org.atmosphere.interceptor.OldBrowserPaddingInterceptor
- All Implemented Interfaces:
AtmosphereInterceptor,AtmosphereConfigAware,InvokationOrder
Old 8k Padding interceptor for Browser that needs whitespace when streaming is used.
- Author:
- Jeanfrancois Arcand
-
Nested Class Summary
Nested classes/interfaces inherited from class org.atmosphere.interceptor.PaddingAtmosphereInterceptor
PaddingAtmosphereInterceptor.ForcePreSuspendNested classes/interfaces inherited from interface org.atmosphere.interceptor.InvokationOrder
InvokationOrder.PRIORITY -
Field Summary
Fields inherited from interface org.atmosphere.interceptor.InvokationOrder
AFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.atmosphere.interceptor.PaddingAtmosphereInterceptor
confPadding, inspect, toStringMethods inherited from class org.atmosphere.cpr.AtmosphereInterceptorAdapter
configure, destroy, postInspect, priority
-
Constructor Details
-
OldBrowserPaddingInterceptor
public OldBrowserPaddingInterceptor()
-