Package com.facebook.openwifi.rrm
Class RRMConfig.UCentralConfig
- java.lang.Object
-
- com.facebook.openwifi.rrm.RRMConfig.UCentralConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRRMConfig.UCentralConfig.UCentralSocketParamsuCentral socket parameters.
-
Field Summary
Fields Modifier and Type Field Description StringpassworduCentral password (for public endpoints only) (UCENTRALCONFIG_PASSWORD)StringuCentralSecPublicEndpointuCentralSec public endpoint (UCENTRALCONFIG_UCENTRALSECPUBLICENDPOINT)RRMConfig.UCentralConfig.UCentralSocketParamsuCentralSocketParamsuCentral socket parametersbooleanusePublicEndpointsIf set, use public service endpoints instead of private ones (UCENTRALCONFIG_USEPUBLICENDPOINTS)StringusernameuCentral username (for public endpoints only) (UCENTRALCONFIG_USERNAME)booleanverifySslVerify SSL/TLS certificates in HTTPS requests (UCENTRALCONFIG_VERIFYSSL)
-
Constructor Summary
Constructors Constructor Description UCentralConfig()
-
-
-
Field Detail
-
usePublicEndpoints
public boolean usePublicEndpoints
If set, use public service endpoints instead of private ones (UCENTRALCONFIG_USEPUBLICENDPOINTS)
-
uCentralSecPublicEndpoint
public String uCentralSecPublicEndpoint
uCentralSec public endpoint (UCENTRALCONFIG_UCENTRALSECPUBLICENDPOINT)
-
username
public String username
uCentral username (for public endpoints only) (UCENTRALCONFIG_USERNAME)
-
password
public String password
uCentral password (for public endpoints only) (UCENTRALCONFIG_PASSWORD)
-
verifySsl
public boolean verifySsl
Verify SSL/TLS certificates in HTTPS requests (UCENTRALCONFIG_VERIFYSSL)
-
uCentralSocketParams
public RRMConfig.UCentralConfig.UCentralSocketParams uCentralSocketParams
uCentral socket parameters
-
-