DefaultHTTPClientConfig class

Constructors

DefaultHTTPClientConfig()

Properties

connectionKeepAlive_ int
getter/setter pair
connectionRequestTimeout_ int
getter/setter pair
connectTimeout_ int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpVersionPolicy_ HTTPVersionPolicy
getter/setter pair
maxRetries_ int
getter/setter pair
retryInterval_ int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getConnectionKeepAlive() int
getConnectionRequestTimeout() int
getConnectTimeout() int
getHTTPVersionPolicy() HTTPVersionPolicy
getMaxRetries() int
getRetryInterval() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setConnectionKeepAlive(int connectionKeepAliveMs) DefaultHTTPClientConfig
setConnectionRequestTimeout(int connectionRequestTimeoutMs) DefaultHTTPClientConfig
setConnectTimeout(int connectTimeoutMs) DefaultHTTPClientConfig
setHTTPVersionPolicy(HTTPVersionPolicy httpVersionPolicy) DefaultHTTPClientConfig
setMaxRetries(int maxRetries) DefaultHTTPClientConfig
setRetryInterval(int retryIntervalMs) DefaultHTTPClientConfig
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create() DefaultHTTPClientConfig