◆ ServiceEndpointDiscoveryConfig()
refinitiv::ema::access::ServiceEndpointDiscoveryConfig::ServiceEndpointDiscoveryConfig |
( |
| ) |
|
◆ clear()
void refinitiv::ema::access::ServiceEndpointDiscoveryConfig::clear |
( |
| ) |
|
◆ libCryptoName()
Specifies a name to override the default for the openSSL libcrypto shared library. The RSSL API will attempt to dynamically load this library for encrypted connections.
- Parameters
-
[in] | libcryptoName | specifies a name of the openSSL libcrypto shared library. |
- Returns
- reference to this object
◆ libCurlName()
Specifies a name to override the default for the curl shared library. The RSSL API will attempt to dynamically load this library for proxy connections.
- Parameters
-
[in] | libcurlName | specifies a name of the curl shared library. |
- Returns
- reference to this object
◆ libSslName()
Specifies a name to override the default for the openSSL libssl shared library. The RSSL API will attempt to dynamically load this library for encrypted connections.
- Parameters
-
[in] | libsslName | specifies a name of the openSSL libssl shared library. |
- Returns
- reference to this object
◆ restEnableLog()
Specifies whether to enable or disable REST logging. If set to true, REST logging is enabled. Defaults to false.
- Parameters
-
[in] | restEnableLog | if true, enables REST logging. |
- Returns
- reference to this object
◆ restLogOutputStream()
Specifies file output location for REST Logs. If NULL, sends logs to stdout.
- Parameters
-
[in] | restLogOutputStream | specifies the file output location for REST Logs. Defaults to NULL. |
- Returns
- reference to this object
◆ restVerboseMode()
Specifies whether to enable or disable verbose REST logging. If set to true, verbose REST logging is enabled. Defaults to false.
- Parameters
-
[in] | restVerboseMode | if true, enables verbose REST logging. |
- Returns
- reference to this object
◆ serviceDiscoveryUrl()
Specifies an URL to override the default for the RDP service discovery to get global endpoints
- Parameters
-
[in] | serviceDiscoveryUrl | specifies an URL for RDP service discovery. |
- Returns
- reference to this object
◆ shouldInitializeCPUIDlib()
ServiceEndpointDiscoveryConfig& refinitiv::ema::access::ServiceEndpointDiscoveryConfig::shouldInitializeCPUIDlib |
( |
bool |
shouldInitializeCPUIDlib = true | ) |
|
Specifies whether to enable or disable CPUID library initialization. If set to true, CPUID library is enabled. Defaults to true.
- Parameters
-
[in] | shouldInitializeCPUIDlib | if true, enables CPUID library. |
- Returns
- reference to this object
◆ tokenServiceUrlV1()
Specifies an URL to override the default for token service V1 Password Credentials to perform authentication to get access and refresh tokens.
- Parameters
-
[in] | tokenServiceUrl | specifies an URL for token service. |
- Returns
- reference to this object
◆ tokenServiceUrlV2()
Specifies an URL to override the default for token service V2 Client Credentials to perform authentication to get access and refresh tokens.
- Parameters
-
[in] | tokenServiceUrl | specifies an URL for token service. |
- Returns
- reference to this object