CIOEngineConfig
class CIOEngineConfig : HttpClientEngineConfig
Configuration for CIO client engine.
Constructors
CIOEngineConfig() Configuration for CIO client engine. |
Properties
val endpoint: EndpointConfig Endpoint settings. |
|
val https: TLSConfigBuilder https settings. |
|
var maxConnectionsCount: Int Maximum allowed connections count. |
|
var requestTimeout: Long Timeout to get send request headers and get first response bytes(in millis). |
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. |
Functions
fun https( https settings. |
Extension Functions
fun CIOEngineConfig.endpoint( Configure endpoint settings. |