Config

final case class Config(maxInitialLength: Int, maxHeaderSize: Int, maxChunkSize: Int, maxConnections: Int, idleTimeout: Duration, proxy: Option[Proxy], sslConfig: SSLContextOption)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product