public class JWebSocketCommonConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ARGARG_SEPARATOR
Separator between the various URL arguments.
|
static String |
COPYRIGHT
jWebSocket copyright string - MAY NOT BE CHANGED due to GNU LGPL v3.0 license!
Please ask for conditions of a commercial license on demand.
|
static int |
DEFAULT_MAX_FRAME_SIZE
the default maximum frame size if not configured
|
static int |
DEFAULT_PORT
Default socket port for jWebSocket clients.
|
static int |
DEFAULT_SSLPORT
Default socket port for jWebSocket clients.
|
static int |
DEFAULT_TIMEOUT
Default Session Timeout for client connections (120000ms = 2min)
|
static String |
JWEBSOCKET_DEF_CONTEXT
Default context on app servers and servlet containers
|
static String |
JWEBSOCKET_DEF_SERVLET
Default servlet on app servers and servlet containers
|
static String |
KEYVAL_SEPARATOR
Separator between the key and the value of each URL argument.
|
static String |
LICENSE
jWebSocket license string - MAY NOT BE CHANGED due to GNU LGPL v3.0 license!
Please ask for conditions of a commercial license on demand.
|
static int |
MAX_IN_PORT
Maximum allow outgoing TCP Socket port.
|
static int |
MIN_IN_PORT
Minimum allow outgoing TCP Socket port.
|
static String |
PATHARG_SEPARATOR
Separator between the path and the argument list in the URL.
|
static String |
SCOPE_PRIVATE
private scope, only authenticated user can read and write his personal items
|
static String |
SCOPE_PUBLIC
public scope, everybody can read and write items from this scope
|
static String |
SESSIONID_COOKIE_NAME
jWebSocket cookie name for the session identifier used when running
in standalone mode.
|
static String |
VENDOR
jWebSocket vendor string - MAY NOT BE CHANGED due to GNU LGPL v3.0 license!
Please ask for conditions of a commercial license on demand.
|
static int |
WS_DRAFT_DEFAULT
WebSocket default protocol version
|
static String |
WS_EARLIEST_SUPPORTED_HIXIE_DRAFT
WebSocket earliest supported hixie draft
|
static int |
WS_EARLIEST_SUPPORTED_HIXIE_VERSION
WebSocket earliest supported hixie version
|
static WebSocketEncoding |
WS_ENCODING_DEFAULT
Use text format as default encoding for WebSocket Packets if not explicitly specified
|
static String |
WS_FORMAT_BINARY
Binary sub protocol format
|
static String |
WS_FORMAT_CSV
CSV sub protocol format
|
static String |
WS_FORMAT_DEFAULT
Default sub protocol format
|
static String |
WS_FORMAT_JSON
JSON sub protocol format
|
static String |
WS_FORMAT_TEXT
Custom specific sub protocol format
|
static String |
WS_FORMAT_XML
XML sub protocol format
|
static String |
WS_HIXIE_DRAFT_76
WebSocket protocol hybi draft 10 (http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76)
|
static String |
WS_HYBI_DRAFT_02
WebSocket protocol hybi draft 03 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-02)
|
static String |
WS_HYBI_DRAFT_03
WebSocket protocol hybi draft 03 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-03)
|
static String |
WS_HYBI_DRAFT_07
WebSocket protocol hybi draft 07 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07)
|
static String |
WS_HYBI_DRAFT_08
WebSocket protocol hybi draft 08 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-08)
|
static String |
WS_HYBI_DRAFT_10
WebSocket protocol hybi draft 10 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10)
|
static String |
WS_LATEST_SUPPORTED_HIXIE_DRAFT
WebSocket latest supported hixie draft
|
static int |
WS_LATEST_SUPPORTED_HIXIE_VERSION
WebSocket latest supported hixie version
|
static String |
WS_LATEST_SUPPORTED_HYBI_DRAFT
WebSocket latest supported hybi draft
|
static int |
WS_LATEST_SUPPORTED_HYBI_VERSION
WebSocket latest supported hybi version
|
static String |
WS_SUBPROT_BINARY
jWebSocket custom specific binary sub protocol
|
static String |
WS_SUBPROT_CSV
jWebSocket CSV sub protocol
|
static String |
WS_SUBPROT_DEFAULT
Default protocol
|
static String |
WS_SUBPROT_JSON
jWebSocket JSON sub protocol
|
static String |
WS_SUBPROT_PREFIX
jWebSocket sub protocol prefix
|
static String |
WS_SUBPROT_TEXT
jWebSocket custom specific text sub protocol
|
static String |
WS_SUBPROT_XML
jWebSocket XML sub protocol
|
static List<String> |
WS_SUPPORTED_HIXIE_DRAFTS
WebSocket supported hixie drafts
|
static List<Integer> |
WS_SUPPORTED_HIXIE_VERSIONS
WebSocket supported hixie versions
|
static List<String> |
WS_SUPPORTED_HYBI_DRAFTS
WebSocket supported hybi drafts
|
static List<Integer> |
WS_SUPPORTED_HYBI_VERSIONS
WebSocket supported hybi versions
|
static int |
WS_VERSION_DEFAULT
WebSocket default protocol version
|
| Constructor and Description |
|---|
JWebSocketCommonConstants() |
public static final String COPYRIGHT
public static final String LICENSE
public static final String VENDOR
public static final String WS_SUBPROT_PREFIX
public static final String WS_SUBPROT_JSON
public static final String WS_SUBPROT_CSV
public static final String WS_SUBPROT_XML
public static final String WS_SUBPROT_TEXT
public static final String WS_SUBPROT_BINARY
public static String WS_SUBPROT_DEFAULT
public static final String WS_FORMAT_JSON
public static final String WS_FORMAT_CSV
public static final String WS_FORMAT_XML
public static final String WS_FORMAT_BINARY
public static final String WS_FORMAT_TEXT
public static String WS_FORMAT_DEFAULT
public static final String WS_HIXIE_DRAFT_76
public static final String WS_HYBI_DRAFT_02
public static final String WS_HYBI_DRAFT_03
public static final String WS_HYBI_DRAFT_07
public static final String WS_HYBI_DRAFT_08
public static final String WS_HYBI_DRAFT_10
public static final int WS_EARLIEST_SUPPORTED_HIXIE_VERSION
public static final int WS_LATEST_SUPPORTED_HIXIE_VERSION
public static final int WS_LATEST_SUPPORTED_HYBI_VERSION
public static final String WS_EARLIEST_SUPPORTED_HIXIE_DRAFT
public static final String WS_LATEST_SUPPORTED_HIXIE_DRAFT
public static final String WS_LATEST_SUPPORTED_HYBI_DRAFT
public static final List<Integer> WS_SUPPORTED_HIXIE_VERSIONS
public static final List<String> WS_SUPPORTED_HIXIE_DRAFTS
public static final List<Integer> WS_SUPPORTED_HYBI_VERSIONS
public static final List<String> WS_SUPPORTED_HYBI_DRAFTS
public static final int WS_VERSION_DEFAULT
public static final int WS_DRAFT_DEFAULT
public static final WebSocketEncoding WS_ENCODING_DEFAULT
public static String PATHARG_SEPARATOR
public static String ARGARG_SEPARATOR
public static String KEYVAL_SEPARATOR
public static int MIN_IN_PORT
public static int MAX_IN_PORT
public static final int DEFAULT_MAX_FRAME_SIZE
public static int DEFAULT_PORT
public static int DEFAULT_SSLPORT
public static final String JWEBSOCKET_DEF_CONTEXT
public static final String JWEBSOCKET_DEF_SERVLET
public static int DEFAULT_TIMEOUT
public static final String SCOPE_PRIVATE
public static final String SCOPE_PUBLIC
public static final String SESSIONID_COOKIE_NAME
Copyright © 2013. All Rights Reserved.