AutoNATConfig class
Constructors
- AutoNATConfig.new({required Host host, required DialPolicy dialPolicy})
Properties
- addressFunc ↔ AddrFunc?
-
getter/setter pair
- bootDelay ↔ Duration
-
getter/setter pair
- dialer ↔ Network?
-
getter/setter pair
- dialPolicy ↔ DialPolicy
-
getter/setter pair
- dialTimeout ↔ Duration
-
getter/setter pair
- forceReachability ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- host ↔ Host
-
getter/setter pair
- maxPeerAddresses ↔ int
-
getter/setter pair
- metricsTracer ↔ MetricsTracer?
-
getter/setter pair
- reachability ↔ Reachability
-
getter/setter pair
- refreshInterval ↔ Duration
-
getter/setter pair
- requestTimeout ↔ Duration
-
getter/setter pair
- retryInterval ↔ Duration
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- throttleGlobalMax ↔ int
-
getter/setter pair
- throttlePeerMax ↔ int
-
getter/setter pair
- throttlePeerPeriod ↔ Duration
-
getter/setter pair
- throttleResetJitter ↔ Duration
-
getter/setter pair
- throttleResetPeriod ↔ Duration
-
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.
inherited
Constants
- maxRefreshInterval → const Duration