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 intCHANNEL_BUFFER_SIZEstatic intCHANNEL_MAX_BUFFER_SIZEstatic intCONN_RESP_CONNECTION_REJECTEDstatic intCONN_RESP_INCOMPATIBLE_CLIENTstatic intCONN_RESP_OKstatic intCONN_RESP_SSL_NOT_SUPPORTEDstatic intHEADERstatic intIDLE_TIMEstatic intKEEP_ALIVE_INTERVALstatic intLINGER_INTERVALstatic java.util.logging.LoggerLOGGERstatic intSSL_HEADERstatic intVERSION
-
Constructor Summary
Constructors Constructor Description VSProtocol()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetHeader(boolean ssl)static intgetIdleTime()
-
-
-
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
-
-