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 StringCONNECTION_KEYstatic StringDEFAULT_HOSTstatic intDEFAULT_PORTstatic StringREMOTE_ADDRESSstatic StringSEND_TO_ALLstatic StringWS_PROTOCOLstatic StringWSS_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
-
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
-
-