Class UndertowConstants
- java.lang.Object
-
- org.apache.camel.component.undertow.UndertowConstants
-
public final class UndertowConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUndertowConstants.EventTypeWebSocket peers related events theUndertowConsumersends to the Camel route.
-
Field Summary
Fields Modifier and Type Field Description static StringCHANNELstatic StringCONNECTION_KEYstatic StringCONNECTION_KEY_LISTstatic StringEVENT_TYPEstatic StringEVENT_TYPE_ENUMstatic StringEXCHANGEstatic StringSEND_TO_ALLstatic StringWS_PROTOCOLstatic StringWSS_PROTOCOL
-
-
-
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
-
EVENT_TYPE_ENUM
public static final String EVENT_TYPE_ENUM
- See Also:
- Constant Field Values
-
CHANNEL
public static final String CHANNEL
- See Also:
- Constant Field Values
-
EXCHANGE
public static final String EXCHANGE
- See Also:
- Constant Field Values
-
WS_PROTOCOL
public static final String WS_PROTOCOL
- See Also:
- Constant Field Values
-
WSS_PROTOCOL
public static final String WSS_PROTOCOL
- See Also:
- Constant Field Values
-
-