Class NetworkSettings

java.lang.Object
com.here.sdk.core.engine.NetworkSettings

public final class NetworkSettings extends Object

Network configuration to be used by SDKNativeEngine during the initialization.

  • Field Details

    • proxySettings

      @Nullable public ProxySettings proxySettings

      Proxy settings. It can be later accessed or changed with SDKNativeEngine.getProxySettings().

    • domainNameSystemServers

      @NonNull public List<NetworkEndpoint> 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

      @Nullable public CertificateSettings 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

      @Nullable public String 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