Package org.atmosphere.cometd
Class CometdAtmosphereInterceptor
- java.lang.Object
-
- org.atmosphere.cometd.CometdAtmosphereInterceptor
-
- All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereInterceptor,org.atmosphere.inject.AtmosphereConfigAware
public class CometdAtmosphereInterceptor extends java.lang.Object implements org.atmosphere.cpr.AtmosphereInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCometdAtmosphereInterceptor.AtmosphereContinuation
-
Constructor Summary
Constructors Constructor Description CometdAtmosphereInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.atmosphere.cpr.AtmosphereConfig config)voiddestroy()org.atmosphere.cpr.Actioninspect(org.atmosphere.cpr.AtmosphereResource r)voidpostInspect(org.atmosphere.cpr.AtmosphereResource r)java.lang.StringtoString()
-
-
-
Method Detail
-
configure
public void configure(org.atmosphere.cpr.AtmosphereConfig config)
- Specified by:
configurein interfaceorg.atmosphere.inject.AtmosphereConfigAware
-
inspect
public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
- Specified by:
inspectin interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
postInspect
public void postInspect(org.atmosphere.cpr.AtmosphereResource r)
- Specified by:
postInspectin interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-