public class CacheHeadersInterceptor extends AtmosphereInterceptorAdapter
InvokationOrder.PRIORITYAFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT| Constructor and Description |
|---|
CacheHeadersInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AtmosphereConfig config)
Allow this object to configure its state when initialized.
|
boolean |
injectCacheHeaders() |
CacheHeadersInterceptor |
injectCacheHeaders(boolean injectCacheHeaders) |
Action |
inspect(AtmosphereResource r)
Invoked before an
AtmosphereResource gets dispatched to AtmosphereHandler. |
java.lang.String |
toString() |
boolean |
writeHeaders() |
CacheHeadersInterceptor |
writeHeaders(boolean writeHeaders) |
postInspect, prioritypublic void configure(AtmosphereConfig config)
AtmosphereInterceptorconfigure in interface AtmosphereInterceptorconfigure in class AtmosphereInterceptorAdapterconfig - an AtmosphereConfigpublic 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 boolean injectCacheHeaders()
public boolean writeHeaders()
public CacheHeadersInterceptor injectCacheHeaders(boolean injectCacheHeaders)
public CacheHeadersInterceptor writeHeaders(boolean writeHeaders)
public java.lang.String toString()
toString in class AtmosphereInterceptorAdapterCopyright © 2018. All Rights Reserved.