org.apache.camel.component.websocket
Class WebsocketConstants

java.lang.Object
  extended by org.apache.camel.component.websocket.WebsocketConstants

public final class WebsocketConstants
extends Object


Field Summary
static String CONNECTION_KEY
           
static String DEFAULT_HOST
           
static int DEFAULT_PORT
           
static String SEND_TO_ALL
           
static String WS_PROTOCOL
           
static String WSS_PROTOCOL
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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


Apache Camel