public class AndroidAtmosphereInterceptor extends AtmosphereInterceptorAdapter
InvokationOrder.PRIORITY
AFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT
Constructor and Description |
---|
AndroidAtmosphereInterceptor() |
Modifier and Type | Method and Description |
---|---|
Action |
inspect(AtmosphereResource r)
Invoked before an
AtmosphereResource gets dispatched to AtmosphereHandler . |
String |
toString() |
configure, postInspect, priority
public Action inspect(AtmosphereResource r)
AtmosphereInterceptor
AtmosphereResource
gets dispatched to AtmosphereHandler
.inspect
in interface AtmosphereInterceptor
inspect
in class AtmosphereInterceptorAdapter
r
- a AtmosphereResource
Action.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 AtmosphereInterceptorAdapter
Copyright © 2013. All Rights Reserved.