AndroidEngineConfig

class AndroidEngineConfig : HttpClientEngineConfig

A configuration for the Android client engine.

Constructors

Link copied to clipboard
fun AndroidEngineConfig()

Properties

Link copied to clipboard
var connectTimeout: Int

Specifies a time period (in milliseconds) in which a client should establish a connection with a server.

Link copied to clipboard
var pipelining: Boolean
Link copied to clipboard
var proxy: ProxyConfig?
Link copied to clipboard
var requestConfig: HttpURLConnection.() -> Unit

Allows you to set engine-specific request configuration.

Link copied to clipboard
var socketTimeout: Int

Specifies a maximum time (in milliseconds) of inactivity between two data packets when exchanging data with a server.

Link copied to clipboard
var sslManager: (HttpsURLConnection) -> Unit

Allows you to configure HTTPS settings for this engine.

Link copied to clipboard
var threadsCount: Int