Class CLIENT_OPTIONS

Object
CLIENT_OPTIONS

public class CLIENT_OPTIONS extends Object
Communication protocol options to be used with CTSession.SetClientLibraryOption(int, java.lang.String) call
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Enables the debugging messages of the broadcast read thread on stdout pass "yes" as value to enable "no" to disable
    static final int
    Sets the UDP port to listen for broadcasts pass the port number as numeric value
    static final int
    Enables the broadcast read thread to detect failover signals from servers pass "yes" as value to enable "no" to disable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BROADCAST_READ

      public static final int BROADCAST_READ
      Enables the broadcast read thread to detect failover signals from servers pass "yes" as value to enable "no" to disable
      See Also:
    • BROADCAST_DEBUG

      public static final int BROADCAST_DEBUG
      Enables the debugging messages of the broadcast read thread on stdout pass "yes" as value to enable "no" to disable
      See Also:
    • BROADCAST_PORT

      public static final int BROADCAST_PORT
      Sets the UDP port to listen for broadcasts pass the port number as numeric value
      See Also:
  • Constructor Details

    • CLIENT_OPTIONS

      public CLIENT_OPTIONS()