Class CometdAtmosphereInterceptor

  • All Implemented Interfaces:
    org.atmosphere.cpr.AtmosphereInterceptor, org.atmosphere.inject.AtmosphereConfigAware

    public class CometdAtmosphereInterceptor
    extends java.lang.Object
    implements org.atmosphere.cpr.AtmosphereInterceptor
    • Constructor Detail

      • CometdAtmosphereInterceptor

        public CometdAtmosphereInterceptor()
    • Method Detail

      • configure

        public void configure​(org.atmosphere.cpr.AtmosphereConfig config)
        Specified by:
        configure in interface org.atmosphere.inject.AtmosphereConfigAware
      • inspect

        public org.atmosphere.cpr.Action inspect​(org.atmosphere.cpr.AtmosphereResource r)
        Specified by:
        inspect in interface org.atmosphere.cpr.AtmosphereInterceptor
      • postInspect

        public void postInspect​(org.atmosphere.cpr.AtmosphereResource r)
        Specified by:
        postInspect in interface org.atmosphere.cpr.AtmosphereInterceptor
      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.atmosphere.cpr.AtmosphereInterceptor
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object