public class PaddingAtmosphereInterceptor extends AtmosphereInterceptorAdapter
| Modifier and Type | Class and Description |
|---|---|
class |
PaddingAtmosphereInterceptor.ForcePreSuspend |
InvokationOrder.PRIORITYAFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT| Constructor and Description |
|---|
PaddingAtmosphereInterceptor() |
PaddingAtmosphereInterceptor(int size) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
confPadding(int size) |
Action |
inspect(AtmosphereResource r)
Invoked before an
AtmosphereResource gets dispatched to AtmosphereHandler. |
String |
toString() |
configure, destroy, postInspect, prioritypublic PaddingAtmosphereInterceptor()
public PaddingAtmosphereInterceptor(int size)
protected static final String confPadding(int size)
public Action inspect(AtmosphereResource r)
AtmosphereInterceptorAtmosphereResource gets dispatched to AtmosphereHandler.inspect in interface AtmosphereInterceptorinspect in class AtmosphereInterceptorAdapterr - a AtmosphereResourceAction.CONTINUE or Action.SUSPEND
to dispatch the AtmosphereResource to other AtmosphereInterceptor or AtmosphereHandler.
Return Action.TYPE.CANCELLED to stop the processing.public String toString()
toString in class AtmosphereInterceptorAdapterCopyright © 2016. All rights reserved.