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 class
UndertowConstants.EventType
WebSocket peers related events theUndertowConsumer
sends to the Camel route.
-
Field Summary
Fields Modifier and Type Field Description static String
CHANNEL
static String
CONNECTION_KEY
static String
CONNECTION_KEY_LIST
static String
EVENT_TYPE
static String
EVENT_TYPE_ENUM
static String
EXCHANGE
static String
SEND_TO_ALL
static String
WS_PROTOCOL
static String
WSS_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
-
-