AndroidEngineConfig
class AndroidEngineConfig : HttpClientEngineConfig
Configuration for Android client engine.
Constructors
AndroidEngineConfig() Configuration for Android client engine. |
Properties
var connectTimeout: Int Max milliseconds to establish an HTTP connection - default 10 seconds. A value of 0 represents infinite. |
|
var requestConfig: HttpURLConnection.() -> Unit Engine specific request configuration. |
|
var socketTimeout: Int Max milliseconds between TCP packets - default 10 seconds. A value of 0 represents infinite. |
|
var sslManager: (HttpsURLConnection) -> Unit Https connection manipulator. inherited methods are not permitted. |
Inherited Properties
var pipelining: Boolean Enable http pipelining advice. |
|
var proxy: ProxyConfig? Proxy address to use. Use system proxy by default. |
|
val |
|
var threadsCount: Int Network threads count advice. |