NetworkSettings (API Reference)
Class NetworkSettings
Network configuration to be used by SDKNativeEngine during the initialization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCertificate settings Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors.Absolute file path to be used for redirecting CURL verbose output.Domain Name Server list.Proxy settings. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
proxySettings
Proxy settings. It can be later accessed or changed with
SDKNativeEngine.getProxySettings(). -
domainNameSystemServers
Domain Name Server list. This list fully replaces embedded mechanism to detect DNS. The order is important. To reduce response time make sure that most probably servers are at the beginning. Currently only IPv4 is supported.
-
certificates
Certificate settings Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
diagnosticsOutputPath
Absolute file path to be used for redirecting CURL verbose output. The application must have read and write permissions to the given path. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
-
Constructor Details
-
NetworkSettings
public NetworkSettings()Creates a new instance.
-
-
Method Details