Class COMM_PROTOCOL_OPTIONS

Object
COMM_PROTOCOL_OPTIONS

public class COMM_PROTOCOL_OPTIONS extends Object
Communication protocol options to be used with CTSession.SetCommProtocolOption(int, java.lang.String) call
  • Field Details

    • FSSLTCP_SERVER_CERTIFICATE

      public static final int FSSLTCP_SERVER_CERTIFICATE
      Sets the SSL server certificate for TLS. Pass the the path to the certificate as value
      See Also:
    • FSSLTCP_DEBUG_LOG

      public static final int FSSLTCP_DEBUG_LOG
      Enables client side TLS debug log. Pass the path/name of the client side TLS log file
      See Also:
    • WRITES_ALLOWED

      public static final int WRITES_ALLOWED
      Forces enabling the writes on read-only server, pass "yes" as value to enable
      See Also:
    • SOCKET_TIMEOUT

      public static final int SOCKET_TIMEOUT
      Sets the client side socket timeout in seconds, pass the number of seconds as string
      See Also:
    • SOCKET_WAIT_INTERVAL

      public static final int SOCKET_WAIT_INTERVAL
      Sets the socket wait interval in seconds, pass the number of seconds as string
      See Also:
    • FCTHREADS

      public static final int FCTHREADS
      Enables the administrative thread option. Pass "yes" as value.
      See Also:
  • Constructor Details

    • COMM_PROTOCOL_OPTIONS

      public COMM_PROTOCOL_OPTIONS()