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 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. |
Inherited Properties
var The CoroutineDispatcher that will be used for the client requests. |
|
var pipelining: Boolean Enable http pipelining advice. |
|
val response: HttpResponseConfig Configuration for http response. |
|
var threadsCount: Int Network threads count advice. |