Package sfs3.client
Class ConfigData.BlueBoxCfg
java.lang.Object
sfs3.client.ConfigData.BlueBoxCfg
- Enclosing class:
ConfigData
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanLogs debug information in the logsbooleanWhen active if the TCP connection fails an attempt to use an HTTP tunnel will be madeintAdjusts the polling rate between "long polls". -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isActive
public boolean isActiveWhen active if the TCP connection fails an attempt to use an HTTP tunnel will be made -
debug
public boolean debugLogs debug information in the logs -
pollingRateMs
public int pollingRateMsAdjusts the polling rate between "long polls". The default value is recommended, shorter values can be use to increase response times but can have adverse performance effects
-
-
Constructor Details
-
BlueBoxCfg
public BlueBoxCfg()
-