class AndroidEngineConfig : HttpClientEngineConfig
Configuration for Android client engine.
AndroidEngineConfig()
Configuration for Android client engine. |
var connectTimeout: Int
Max milliseconds to establish an HTTP connection - default 10 seconds. A value of 0 represents infinite. |
|
var proxy: Proxy?
Proxy address to use - default {@link #openConnection java.net.URL:URL.openConnection} |
|
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. |