JettyEngineConfig

class JettyEngineConfig : HttpClientEngineConfig

Configuration for Jetty implementation of HttpClientEngineFactory.

Constructors

Link copied to clipboard
fun JettyEngineConfig()

Properties

Link copied to clipboard
var clientCacheSize: Int = 10

Size of the cache that keeps least recently used JettyHttp2Engine instances.

Link copied to clipboard
var pipelining: Boolean
Link copied to clipboard
var proxy: ProxyConfig?
Link copied to clipboard
val response: Nothing
Link copied to clipboard
var sslContextFactory: SslContextFactory

A Jetty's SslContextFactory. By default it trusts all the certificates.

Link copied to clipboard
var threadsCount: Int