org.atmosphere.interceptor
Class OldBrowserPaddingInterceptor

java.lang.Object
  extended by org.atmosphere.cpr.AtmosphereInterceptorAdapter
      extended by org.atmosphere.interceptor.PaddingAtmosphereInterceptor
          extended by org.atmosphere.interceptor.OldBrowserPaddingInterceptor
All Implemented Interfaces:
AtmosphereInterceptor, 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
OldBrowserPaddingInterceptor()
           
 
Method Summary
 
Methods inherited from class org.atmosphere.interceptor.PaddingAtmosphereInterceptor
confPadding, inspect, toString
 
Methods inherited from class org.atmosphere.cpr.AtmosphereInterceptorAdapter
configure, postInspect, priority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OldBrowserPaddingInterceptor

public OldBrowserPaddingInterceptor()


Copyright © 2014. All Rights Reserved.