org.atmosphere.socketio.cpr
Class SocketIOAtmosphereInterceptor
java.lang.Object
org.atmosphere.socketio.cpr.SocketIOAtmosphereInterceptor
- All Implemented Interfaces:
- org.atmosphere.cpr.AtmosphereInterceptor, org.atmosphere.inject.AtmosphereConfigAware
@AtmosphereInterceptorService
public class SocketIOAtmosphereInterceptor
- extends Object
- implements org.atmosphere.cpr.AtmosphereInterceptor
SocketIO implementation.
- Author:
- Sebastien Dionne
|
Method Summary |
void |
configure(org.atmosphere.cpr.AtmosphereConfig config)
|
org.atmosphere.cpr.Action |
inspect(org.atmosphere.cpr.AtmosphereResource r)
|
void |
postInspect(org.atmosphere.cpr.AtmosphereResource r)
|
String |
toString()
|
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_HEARTBEAT_TIMEOUT
public static final String SOCKETIO_HEARTBEAT_TIMEOUT
- 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 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
configure
public void configure(org.atmosphere.cpr.AtmosphereConfig config)
- Specified by:
configure in interface org.atmosphere.inject.AtmosphereConfigAware
Copyright © 2015. All Rights Reserved.