public class CLIENT_OPTIONS
extends java.lang.Object
CTSession.SetClientLibraryOption(int, java.lang.String)
callModifier and Type | Field and Description |
---|---|
static int |
BROADCAST_DEBUG
Enables the debugging messages of the broadcast read thread on stdout
pass "yes" as value to enable "no" to disable
|
static int |
BROADCAST_PORT
Sets the UDP port to listen for broadcasts
pass the port number as numeric value
|
static int |
BROADCAST_READ
Enables the broadcast read thread to detect failover signals from servers
pass "yes" as value to enable "no" to disable
|
Constructor and Description |
---|
CLIENT_OPTIONS() |
public static final int BROADCAST_READ
public static final int BROADCAST_DEBUG
public static final int BROADCAST_PORT