Class WebsocketConstants
- java.lang.Object
-
- org.apache.camel.component.websocket.WebsocketConstants
-
public final class WebsocketConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONNECTION_KEY
static String
DEFAULT_HOST
static int
DEFAULT_PORT
static String
RELATIVE_PATH
static String
REMOTE_ADDRESS
static String
SEND_TO_ALL
static String
SUBPROTOCOL
static String
WS_PROTOCOL
static String
WSS_PROTOCOL
-
-
-
Field Detail
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
DEFAULT_HOST
public static final String DEFAULT_HOST
- See Also:
- Constant Field Values
-
CONNECTION_KEY
public static final String CONNECTION_KEY
- See Also:
- Constant Field Values
-
SEND_TO_ALL
public static final String SEND_TO_ALL
- See Also:
- Constant Field Values
-
REMOTE_ADDRESS
public static final String REMOTE_ADDRESS
- See Also:
- Constant Field Values
-
SUBPROTOCOL
public static final String SUBPROTOCOL
- See Also:
- Constant Field Values
-
RELATIVE_PATH
public static final String RELATIVE_PATH
- 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
-
-