Package org.atmosphere.sockjs
Class SockJsAtmosphereInterceptor
- java.lang.Object
-
- org.atmosphere.cpr.AtmosphereInterceptorAdapter
-
- org.atmosphere.sockjs.SockJsAtmosphereInterceptor
-
- All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereInterceptor,org.atmosphere.inject.AtmosphereConfigAware,org.atmosphere.interceptor.InvokationOrder
public class SockJsAtmosphereInterceptor extends org.atmosphere.cpr.AtmosphereInterceptorAdapter
-
-
Field Summary
Fields Modifier and Type Field Description static org.atmosphere.cpr.AtmosphereHandlerECHO_ATMOSPHEREHANDLERstatic java.lang.StringSOCKS_JS_ORIGIN
-
Constructor Summary
Constructors Constructor Description SockJsAtmosphereInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.atmosphere.cpr.AtmosphereConfig config)protected org.atmosphere.cpr.Actioninfo(org.atmosphere.cpr.AtmosphereResource r)org.atmosphere.cpr.Actioninspect(org.atmosphere.cpr.AtmosphereResource r)
-
-
-
Method Detail
-
configure
public void configure(org.atmosphere.cpr.AtmosphereConfig config)
- Specified by:
configurein interfaceorg.atmosphere.inject.AtmosphereConfigAware- Overrides:
configurein classorg.atmosphere.cpr.AtmosphereInterceptorAdapter
-
inspect
public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
- Specified by:
inspectin interfaceorg.atmosphere.cpr.AtmosphereInterceptor- Overrides:
inspectin classorg.atmosphere.cpr.AtmosphereInterceptorAdapter
-
info
protected org.atmosphere.cpr.Action info(org.atmosphere.cpr.AtmosphereResource r)
-
-