org.atmosphere.socketio.cpr
Class SocketIOAtmosphereInterceptor

java.lang.Object
  extended by org.atmosphere.socketio.cpr.SocketIOAtmosphereInterceptor
All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereInterceptor

@AtmosphereInterceptorService
public class SocketIOAtmosphereInterceptor
extends Object
implements org.atmosphere.cpr.AtmosphereInterceptor

SocketIO implementation.

Author:
Sebastien Dionne

Field Summary
static String BUFFER_SIZE_INIT_PARAM
           
static String SOCKETIO_HEARTBEAT
           
static String SOCKETIO_PACKET
           
static String SOCKETIO_SUSPEND
           
static String SOCKETIO_TIMEOUT
           
static String SOCKETIO_TRANSPORT
           
 
Constructor Summary
SocketIOAtmosphereInterceptor()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SocketIOAtmosphereInterceptor

public SocketIOAtmosphereInterceptor()
Method Detail

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.cpr.AtmosphereInterceptor


Copyright © 2013. All Rights Reserved.