public class BroadcastOnPostAtmosphereInterceptor extends AtmosphereInterceptorAdapter
Broadcaster of an AtmosphereResource.
The broadcast always happens AFTER the request has been delivered to an AtmosphereHandler.InvokationOrder.PRIORITYAFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT| Constructor and Description |
|---|
BroadcastOnPostAtmosphereInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Action |
inspect(AtmosphereResource r)
Invoked before an
AtmosphereResource gets dispatched to AtmosphereHandler. |
void |
postInspect(AtmosphereResource r)
Invoked after an
AtmosphereResource gets dispatched to AtmosphereHandler. |
configure, destroy, priority, toStringpublic BroadcastOnPostAtmosphereInterceptor()
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 void postInspect(AtmosphereResource r)
AtmosphereInterceptorAtmosphereResource gets dispatched to AtmosphereHandler.postInspect in interface AtmosphereInterceptorpostInspect in class AtmosphereInterceptorAdapterr - a AtmosphereResourceCopyright © 2016. All rights reserved.