@Deprecated public interface TransportOptionNames
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_KEEP_ALIVE
Deprecated.
To indicated persistent HTTP connections
|
static String |
HTTP_KEEP_ALIVE_TIMEOUT_KEY
Deprecated.
How long should we keep a HTTP session alive? Useful for directory services.
|
static String |
HTTP_SERVER_HEADER_ENABLED
Deprecated.
|
static String |
HTTP_TRANSPORT
Deprecated.
|
static String |
INACTIVITY_TIMEOUT
Deprecated.
What WebSocket inactivity timeout is defined, if any (in millis)?
|
static String |
NEXT_PROTOCOL
Deprecated.
What protocol is spoken using my session?
|
static String |
PIPE_TRANSPORT
Deprecated.
|
static String |
SSL_CIPHERS
Deprecated.
|
static String |
SSL_ENCRYPTION_ENABLED
Deprecated.
|
static String |
SSL_KEY_SELECTOR
Deprecated.
|
static String |
SSL_NEED_CLIENT_AUTH
Deprecated.
|
static String |
SSL_PROTOCOLS
Deprecated.
|
static String |
SSL_TRANSPORT
Deprecated.
|
static String |
SSL_WANT_CLIENT_AUTH
Deprecated.
|
static String |
SUPPORTED_PROTOCOLS
Deprecated.
What WebSocket protocols does the server globally support?
|
static String |
TCP_MAXIMUM_OUTBOUND_RATE
Deprecated.
|
static String |
TCP_TRANSPORT
Deprecated.
|
static String |
WS_LIGHTWEIGHT_SESSION
Deprecated.
|
static String |
WS_PROTOCOL_VERSION
Deprecated.
For WebSocket connections from the gateway, what version of the WebSocket protocol should be used?
|
static final String NEXT_PROTOCOL
static final String SUPPORTED_PROTOCOLS
static final String INACTIVITY_TIMEOUT
static final String WS_PROTOCOL_VERSION
static final String WS_LIGHTWEIGHT_SESSION
static final String HTTP_KEEP_ALIVE
static final String HTTP_KEEP_ALIVE_TIMEOUT_KEY
static final String SSL_CIPHERS
static final String SSL_PROTOCOLS
static final String SSL_ENCRYPTION_ENABLED
static final String SSL_WANT_CLIENT_AUTH
static final String SSL_NEED_CLIENT_AUTH
static final String SSL_KEY_SELECTOR
static final String HTTP_SERVER_HEADER_ENABLED
static final String TCP_MAXIMUM_OUTBOUND_RATE
static final String TCP_TRANSPORT
static final String SSL_TRANSPORT
static final String HTTP_TRANSPORT
static final String PIPE_TRANSPORT
Copyright © 2014–2017. All rights reserved.