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 StringCONNECTION_KEYstatic StringCONNECTION_KEY_LISTstatic StringERROR_TYPEstatic StringEVENT_TYPEstatic intMESSAGE_NOT_SENT_ERROR_TYPEstatic intONCLOSE_EVENT_TYPEstatic intONERROR_EVENT_TYPEstatic intONOPEN_EVENT_TYPEstatic StringSEND_TO_ALL
-
-
-
Field Detail
-
CONNECTION_KEY
@Metadata(description="The connection key.", javaType="java.lang.String") public static final String CONNECTION_KEY- See Also:
- Constant Field Values
-
CONNECTION_KEY_LIST
@Metadata(description="The list of connection keys.", javaType="java.util.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
@Metadata(label="consumer", description="The type of event received. It can be `ONOPEN_EVENT_TYPE`, `ONERROR_EVENT_TYPE` or `ONCLOSE_EVENT_TYPE`.", javaType="int") public static final String EVENT_TYPE- See Also:
- Constant Field Values
-
ERROR_TYPE
@Metadata(label="consumer", description="The type of error that occurred. It can be `MESSAGE_NOT_SENT_ERROR_TYPE`.", javaType="int") 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
-
-