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
public class OldBrowserPaddingInterceptor extends PaddingAtmosphereInterceptor
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.ForcePreSuspend
-
Nested 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 Constructor Description OldBrowserPaddingInterceptor()
-
Method Summary
-
Methods inherited from class org.atmosphere.interceptor.PaddingAtmosphereInterceptor
confPadding, inspect, toString
-
Methods inherited from class org.atmosphere.cpr.AtmosphereInterceptorAdapter
configure, destroy, postInspect, priority
-
-