Constant Field Values
Contents
org.apache.*
-
org.apache.camel.component.atmosphere.websocket.WebsocketConstants Modifier and Type Constant Field Value public static final String
CONNECTION_KEY
"websocket.connectionKey"
public static final String
CONNECTION_KEY_LIST
"websocket.connectionKey.list"
public static final String
ERROR_TYPE
"websocket.errorType"
public static final String
EVENT_TYPE
"websocket.eventType"
public static final int
MESSAGE_NOT_SENT_ERROR_TYPE
1
public static final int
ONCLOSE_EVENT_TYPE
0
public static final int
ONERROR_EVENT_TYPE
-1
public static final int
ONOPEN_EVENT_TYPE
1
public static final String
SEND_TO_ALL
"websocket.sendToAll"