Constant Field Values


Contents
org.atmosphere.*

org.atmosphere.socketio.cpr.SocketIOAtmosphereHandler
public static final String SOCKETIO_SESSION_OUTBOUND "SocketIOSessionOutbound"

org.atmosphere.socketio.cpr.SocketIOAtmosphereInterceptor
public static final String BUFFER_SIZE_INIT_PARAM "socketio-bufferSize"
public static final String SOCKETIO_HEARTBEAT "socketio-heartbeat"
public static final String SOCKETIO_HEARTBEAT_TIMEOUT "socketio-heartbeat-timeout"
public static final String SOCKETIO_SUSPEND "socketio-suspendTime"
public static final String SOCKETIO_TIMEOUT "socketio-timeout"
public static final String SOCKETIO_TRANSPORT "socketio-transport"

org.atmosphere.socketio.transport.AbstractTransport
public static final String POST_MESSAGE_RECEIVED "POST_MESSAGE_RECEIVED"

org.atmosphere.socketio.transport.JSONPPollingTransport
public static final String TRANSPORT_NAME "jsonp-polling"

org.atmosphere.socketio.transport.SocketIOPacketImpl
public static final String POST_RESPONSE "1"
public static final char SOCKETIO_MSG_DELIMITER 65533

org.atmosphere.socketio.transport.WebSocketTransport
public static final String TRANSPORT_NAME "websocket"

org.atmosphere.socketio.transport.XHRPollingTransport
public static final String TRANSPORT_NAME "xhr-polling"



Copyright © 2014. All Rights Reserved.