class JettyEngineConfig : HttpClientEngineConfig
Configuration for Jetty implementation of HttpClientEngineFactory.
JettyEngineConfig()
Configuration for Jetty implementation of HttpClientEngineFactory. |
var clientCacheSize: Int
Size of the cache that keeps least recently used JettyHttp2Engine instances. |
|
var sslContextFactory: SslContextFactory
A Jetty's SslContextFactory. By default it trusts all the certificates. |