JettyEngineConfig
class JettyEngineConfig : HttpClientEngineConfig
Configuration for Jetty implementation of HttpClientEngineFactory.
Constructors
JettyEngineConfig() Configuration for Jetty implementation of HttpClientEngineFactory. |
Properties
var sslContextFactory: SslContextFactory A Jetty’s SslContextFactory. By default it trusts all the certificates. |
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. |