ClientConfig

constructor(followRedirects: Boolean = true, followSslRedirects: Boolean = true, connectTimeoutMillis: Long = 10000, readTimeoutMillis: Long = 10000, writeTimeoutMillis: Long = 10000, proxy: String? = null, agent: String = "Ksui/Android", likeAgent: UserAgent? = null, retryOnServerErrors: Int = -1, maxRetries: Int = -1, cache: Boolean = false)
constructor(followRedirects: Boolean = true, agent: String = "Ksui/Darwin", likeAgent: <Error class: unknown class>? = null, requestTimeout: Long = 10000, retryOnServerErrors: Int = -1, maxRetries: Int = -1, cache: Boolean = false, proxy: String? = null)
constructor(followRedirects: Boolean = true, likeAgent: UserAgent? = null, agent: String = "Ksui/Js", requestTimeout: Long = 10000, retryOnServerErrors: Int = -1, maxRetries: Int = -1, cache: Boolean = false, proxy: String? = null)
constructor(pipelining: Boolean = false, pipelineMaxSize: Int = 20, followRedirects: Boolean = true, maxConnectionsPerRoute: Int = 100, maxConnectionsCount: Int = 1000, connectTimeoutMillis: Long = 10000, keepAliveTime: Long = 5000, connectAttempts: Int = 5, retryOnServerErrors: Int = -1, maxRetries: Int = -1, cache: Boolean = false, agent: String = "Ksui/JVM", likeAgent: UserAgent? = null, requestTimeout: Long = 10000, connectTimeout: Long = 10000, proxy: String? = null)