Class NetworkSettings

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

  • public final class NetworkSettings
    extends java.lang.Object

    Network configuration to be used by SDKNativeEngine during the initialization.

    • Field Detail

      • domainNameSystemServers

        @NonNull
        public java.util.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 java.lang.String diagnosticsOutputPath

        File path to be used for redirecting CURL verbose output. 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 Detail

      • NetworkSettings

        public NetworkSettings()

        Creates a new instance.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object