Class WebsocketConstants
- java.lang.Object
-
- org.apache.camel.component.atmosphere.websocket.WebsocketConstants
-
public final class WebsocketConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONNECTION_KEY
static String
CONNECTION_KEY_LIST
static String
ERROR_TYPE
static String
EVENT_TYPE
static int
MESSAGE_NOT_SENT_ERROR_TYPE
static int
ONCLOSE_EVENT_TYPE
static int
ONERROR_EVENT_TYPE
static int
ONOPEN_EVENT_TYPE
static String
SEND_TO_ALL
-
-
-
Field Detail
-
CONNECTION_KEY
public static final String CONNECTION_KEY
- See Also:
- Constant Field Values
-
CONNECTION_KEY_LIST
public static final String CONNECTION_KEY_LIST
- See Also:
- Constant Field Values
-
SEND_TO_ALL
public static final String SEND_TO_ALL
- See Also:
- Constant Field Values
-
EVENT_TYPE
public static final String EVENT_TYPE
- See Also:
- Constant Field Values
-
ERROR_TYPE
public static final String ERROR_TYPE
- See Also:
- Constant Field Values
-
ONOPEN_EVENT_TYPE
public static final int ONOPEN_EVENT_TYPE
- See Also:
- Constant Field Values
-
ONCLOSE_EVENT_TYPE
public static final int ONCLOSE_EVENT_TYPE
- See Also:
- Constant Field Values
-
ONERROR_EVENT_TYPE
public static final int ONERROR_EVENT_TYPE
- See Also:
- Constant Field Values
-
MESSAGE_NOT_SENT_ERROR_TYPE
public static final int MESSAGE_NOT_SENT_ERROR_TYPE
- See Also:
- Constant Field Values
-
-