case class Config(ssl: Option[ClientSSLConfig], proxy: Option[http.Proxy], connectionPool: ConnectionPoolConfig, maxHeaderSize: Int, requestDecompression: Decompression, localAddress: Option[InetSocketAddress], addUserAgentHeader: Boolean, webSocketConfig: WebSocketConfig, idleTimeout: Option[zio.Duration], connectionTimeout: Option[zio.Duration]) extends Product with Serializable
- Self Type
- Config
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Config(ssl: Option[ClientSSLConfig], proxy: Option[http.Proxy], connectionPool: ConnectionPoolConfig, maxHeaderSize: Int, requestDecompression: Decompression, localAddress: Option[InetSocketAddress], addUserAgentHeader: Boolean, webSocketConfig: WebSocketConfig, idleTimeout: Option[zio.Duration], connectionTimeout: Option[zio.Duration])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addUserAgentHeader(addUserAgentHeader: Boolean): Config
- val addUserAgentHeader: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val connectionPool: ConnectionPoolConfig
- def connectionTimeout(timeout: zio.Duration): Config
- val connectionTimeout: Option[zio.Duration]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def idleTimeout(timeout: zio.Duration): Config
- val idleTimeout: Option[zio.Duration]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localAddress: Option[InetSocketAddress]
- def maxHeaderSize(headerSize: Int): Config
Configure the client to use
maxHeaderSizevalue when encode/decode headers. - val maxHeaderSize: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noConnectionTimeout: Config
- def noIdleTimeout: Config
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def proxy(proxy: http.Proxy): Config
- val proxy: Option[http.Proxy]
- def requestDecompression(isStrict: Boolean): Config
- val requestDecompression: Decompression
- def ssl(ssl: ClientSSLConfig): Config
- val ssl: Option[ClientSSLConfig]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val webSocketConfig: WebSocketConfig
- def withDisabledConnectionPool: Config
- def withDynamicConnectionPool(minimum: Int, maximum: Int, ttl: zio.Duration): Config
- def withFixedConnectionPool(size: Int): Config
- def withWebSocketConfig(webSocketConfig: WebSocketConfig): Config