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 100 seconds. A value of 0 represents infinite. |
|
var requestConfig: HttpURLConnection.() -> Unit
Engine specific request configuration. |
|
var socketTimeout: Int
Max milliseconds between TCP packets - default 100 seconds. A value of 0 represents infinite. |
|
var sslManager: (HttpsURLConnection) -> Unit
Https connection manipulator. inherited methods are not permitted. |