org.atmosphere.socketio.cpr
Class SocketIOAtmosphereInterceptor
java.lang.Object
org.atmosphere.socketio.cpr.SocketIOAtmosphereInterceptor
- All Implemented Interfaces:
- AtmosphereInterceptor
@AtmosphereInterceptorService
public class SocketIOAtmosphereInterceptor
- extends Object
- implements AtmosphereInterceptor
SocketIO implementation.
- Author:
- Sebastien Dionne
SOCKETIO_PACKET
public static final String SOCKETIO_PACKET
BUFFER_SIZE_INIT_PARAM
public static final String BUFFER_SIZE_INIT_PARAM
- See Also:
- Constant Field Values
SOCKETIO_TRANSPORT
public static final String SOCKETIO_TRANSPORT
- See Also:
- Constant Field Values
SOCKETIO_TIMEOUT
public static final String SOCKETIO_TIMEOUT
- See Also:
- Constant Field Values
SOCKETIO_HEARTBEAT
public static final String SOCKETIO_HEARTBEAT
- See Also:
- Constant Field Values
SOCKETIO_SUSPEND
public static final String SOCKETIO_SUSPEND
- See Also:
- Constant Field Values
SocketIOAtmosphereInterceptor
public SocketIOAtmosphereInterceptor()
toString
public String toString()
- Overrides:
toString in class Object
inspect
public Action inspect(AtmosphereResource r)
- Specified by:
inspect in interface AtmosphereInterceptor
postInspect
public void postInspect(AtmosphereResource r)
- Specified by:
postInspect in interface AtmosphereInterceptor
configure
public void configure(AtmosphereConfig config)
- Specified by:
configure in interface AtmosphereInterceptor
Copyright © 2014. All Rights Reserved.