public interface WebConfigurationConstants
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONNECTION_RESTORED_MESSAGE
This default message is shown if the web socket connection has been restored.
|
static int |
CONNECTION_TIMEOUT
The connection timeout for setting max idle time, max idle time is applied to an HTTP request for IO operations
and delayed dispatch.
|
static int |
DELAY_BETWEEN_CONNECT_TRIES
The default delay between tries to restore connection with the java web client
|
static int |
DELAY_BETWEEN_PING_TRIES
The maximal default delay to repeat MSG_PING_PONG if the current one has no reply.
|
static boolean |
ENABLE_DEBUG_LOGGING
The boolean value that enables/disables debug logging for the web client
|
static int |
INFINITE_TIMEOUT
The infinite timeout for setting max idle time, max idle time is applied to an HTTP request for IO operations
and delayed dispatch.
|
static int |
MAX_BINARY_MESSAGE_SIZE
The default maximal binary message size excepted by the configured websocket
|
static int |
MAX_LOST_PINGS
The maximal number of MSG_PING_PONG messages (sent by the client) that have no their replies until closing
the current websocket connection.
|
static int |
MAX_TEXT_MESSAGE_SIZE
The default maximal text message size excepted by the configured websocket
|
static int |
MAX_WEB_SOCKET_IDLE_TIMEOUT
The default maximal idle time of the configured websocket
|
static int |
OUTPUT_AGGREGATION_SIZE
The output aggregation size, 8 Kbytes.
|
static int |
OUTPUT_BUFFER_SIZE
The output buffer size, 1024 Kbytes.
|
static int |
PING_PONG_INTERVAL
The default delay between successful MSG_PING_PONG pairs if the server replies with MSG_PING_PONG
|
static int |
REQUEST_HEADER_SIZE
The request header size, 8 Kbytes
|
static int |
RESPONSE_HEADER_SIZE
The response header size, 8 Kbytes.
|
static java.lang.String |
SERVER_UNAVAILABLE_MESSAGE
This default message is shown if the application web server becomes unavailable
|
static java.lang.String |
TRY_TO_CONNECT_MESSAGE
This default message is shown if the client tries to restore the web socket connection
with the java web client
|
static int |
WATCH_DOG_TIMEOUT
The default watch dog timeout
|
static final int OUTPUT_BUFFER_SIZE
static final int OUTPUT_AGGREGATION_SIZE
static final int RESPONSE_HEADER_SIZE
static final int REQUEST_HEADER_SIZE
static final int CONNECTION_TIMEOUT
static final int INFINITE_TIMEOUT
static final int MAX_BINARY_MESSAGE_SIZE
static final int MAX_TEXT_MESSAGE_SIZE
static final int MAX_WEB_SOCKET_IDLE_TIMEOUT
static final int WATCH_DOG_TIMEOUT
static final int DELAY_BETWEEN_CONNECT_TRIES
static final int PING_PONG_INTERVAL
static final int MAX_LOST_PINGS
static final int DELAY_BETWEEN_PING_TRIES
static final boolean ENABLE_DEBUG_LOGGING
static final java.lang.String TRY_TO_CONNECT_MESSAGE
static final java.lang.String SERVER_UNAVAILABLE_MESSAGE
static final java.lang.String CONNECTION_RESTORED_MESSAGE