public class COMM_PROTOCOL_OPTIONS
extends java.lang.Object
CTSession.SetCommProtocolOption(int, java.lang.String)
callModifier and Type | Field and Description |
---|---|
static int |
FCTHREADS
Enables the administrative thread option.
|
static int |
FSSLTCP_DEBUG_LOG
Enables client side TLS debug log.
|
static int |
FSSLTCP_SERVER_CERTIFICATE
Sets the SSL server certificate for TLS.
|
static int |
SOCKET_TIMEOUT
Sets the client side socket timeout in seconds, pass the number of seconds as string
|
static int |
SOCKET_WAIT_INTERVAL
Sets the socket wait interval in seconds, pass the number of seconds as string
|
static int |
WRITES_ALLOWED
Forces enabling the writes on read-only server, pass "yes" as value to enable
|
Constructor and Description |
---|
COMM_PROTOCOL_OPTIONS() |
public static final int FSSLTCP_SERVER_CERTIFICATE
public static final int FSSLTCP_DEBUG_LOG
public static final int WRITES_ALLOWED
public static final int SOCKET_TIMEOUT
public static final int SOCKET_WAIT_INTERVAL
public static final int FCTHREADS