Class SocketIOAtmosphereInterceptor

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

    @AtmosphereInterceptorService
    public class SocketIOAtmosphereInterceptor
    extends java.lang.Object
    implements org.atmosphere.cpr.AtmosphereInterceptor
    SocketIO implementation.
    Author:
    Sebastien Dionne, Jeanfrancois Arcand
    • Field Detail

      • SOCKETIO_PACKET

        public static final java.lang.String SOCKETIO_PACKET
      • BUFFER_SIZE_INIT_PARAM

        public static final java.lang.String BUFFER_SIZE_INIT_PARAM
        See Also:
        Constant Field Values
      • SOCKETIO_TRANSPORT

        public static final java.lang.String SOCKETIO_TRANSPORT
        See Also:
        Constant Field Values
      • SOCKETIO_TIMEOUT

        public static final java.lang.String SOCKETIO_TIMEOUT
        See Also:
        Constant Field Values
      • SOCKETIO_HEARTBEAT

        public static final java.lang.String SOCKETIO_HEARTBEAT
        See Also:
        Constant Field Values
      • SOCKETIO_HEARTBEAT_TIMEOUT

        public static final java.lang.String SOCKETIO_HEARTBEAT_TIMEOUT
        See Also:
        Constant Field Values
      • SOCKETIO_SUSPEND

        public static final java.lang.String SOCKETIO_SUSPEND
        See Also:
        Constant Field Values
    • Constructor Detail

      • SocketIOAtmosphereInterceptor

        public SocketIOAtmosphereInterceptor()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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
      • configure

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