JettyEngineConfig

class JettyEngineConfig : HttpClientEngineConfig

A configuration for the Jetty client engine.

Constructors

Link copied to clipboard
fun JettyEngineConfig()

Functions

Link copied to clipboard
fun configureClient(block: (HTTP2Client) -> Unit)

Configures a raw Jetty client.

Properties

Link copied to clipboard
var clientCacheSize: Int = 10

Specifies the size of cache that keeps recently used JettyHttp2Engine instances.

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

Allows you to configure SSL settings for this engine.

Link copied to clipboard
var threadsCount: Int