public class CometdAtmosphereInterceptor
extends java.lang.Object
implements org.atmosphere.cpr.AtmosphereInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
CometdAtmosphereInterceptor.AtmosphereContinuation |
| Constructor and Description |
|---|
CometdAtmosphereInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.atmosphere.cpr.AtmosphereConfig config) |
void |
destroy() |
org.atmosphere.cpr.Action |
inspect(org.atmosphere.cpr.AtmosphereResource r) |
void |
postInspect(org.atmosphere.cpr.AtmosphereResource r) |
java.lang.String |
toString() |
public void configure(org.atmosphere.cpr.AtmosphereConfig config)
configure in interface org.atmosphere.inject.AtmosphereConfigAwarepublic org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
inspect in interface org.atmosphere.cpr.AtmosphereInterceptorpublic void postInspect(org.atmosphere.cpr.AtmosphereResource r)
postInspect in interface org.atmosphere.cpr.AtmosphereInterceptorpublic void destroy()
destroy in interface org.atmosphere.cpr.AtmosphereInterceptorpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2021. All Rights Reserved.