Package deltix.util.vsocket
Class VSProtocol
- java.lang.Object
-
- deltix.util.vsocket.VSProtocol
-
public class VSProtocol extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHANNEL_BUFFER_SIZE
static int
CHANNEL_MAX_BUFFER_SIZE
static int
CONN_RESP_CONNECTION_REJECTED
static int
CONN_RESP_INCOMPATIBLE_CLIENT
static int
CONN_RESP_OK
static int
CONN_RESP_SSL_NOT_SUPPORTED
static int
HEADER
static int
IDLE_TIME
static int
KEEP_ALIVE_INTERVAL
static int
LINGER_INTERVAL
static java.util.logging.Logger
LOGGER
static int
SSL_HEADER
static int
VERSION
-
Constructor Summary
Constructors Constructor Description VSProtocol()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getHeader(boolean ssl)
static int
getIdleTime()
-
-
-
Field Detail
-
LOGGER
public static final java.util.logging.Logger LOGGER
-
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
-
KEEP_ALIVE_INTERVAL
public static final int KEEP_ALIVE_INTERVAL
- See Also:
- Constant Field Values
-
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
-
SSL_HEADER
public static final int SSL_HEADER
- See Also:
- Constant Field Values
-
CONN_RESP_OK
public static final int CONN_RESP_OK
- See Also:
- Constant Field Values
-
CONN_RESP_INCOMPATIBLE_CLIENT
public static final int CONN_RESP_INCOMPATIBLE_CLIENT
- See Also:
- Constant Field Values
-
CONN_RESP_SSL_NOT_SUPPORTED
public static final int CONN_RESP_SSL_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
CONN_RESP_CONNECTION_REJECTED
public static final int CONN_RESP_CONNECTION_REJECTED
- See Also:
- Constant Field Values
-
LINGER_INTERVAL
public static final int LINGER_INTERVAL
- See Also:
- Constant Field Values
-
IDLE_TIME
public static final int IDLE_TIME
- See Also:
- Constant Field Values
-
CHANNEL_BUFFER_SIZE
public static final int CHANNEL_BUFFER_SIZE
- See Also:
- Constant Field Values
-
CHANNEL_MAX_BUFFER_SIZE
public static final int CHANNEL_MAX_BUFFER_SIZE
- See Also:
- Constant Field Values
-
-