ProxySettings class - core.engine library - Dart API
ProxySettings
ProxySettings class
Proxy configuration for the HERE SDK network that is applied per request.
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.
Constructors
- ProxySettings(ProxySettingsProxyType type, InternetAddress ipAddress, int port)
Properties
- credentials ↔ ProxySettingsCredentials?
-
Optional field to define credentials to authenticate a user to the proxy server.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- ipAddress ↔ InternetAddress
-
Represents the IP Address of the proxy server.
getter/setter pair
- networkInterface ↔ String?
-
Network interface. It's taken into account on Android platform when IPv6 is used.
Default value is "wlan0". If not set then no interface is used.
getter/setter pair
- port ↔ int
-
Represents the port number of the proxy server.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ ProxySettingsProxyType
-
Represents the type of the proxy server.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.