final case class Http4sBlazeClientConfig(responseHeaderTimeout: Duration = Duration.Inf, idleTimeout: FiniteDuration = Duration(1, TimeUnit.MINUTES), requestTimeout: FiniteDuration = defaults.RequestTimeout, connectTimeout: FiniteDuration = defaults.ConnectTimeout, userAgent: User-Agent = `User-Agent`(ProductId("http4s-blaze-client", Some(BuildInfo.version)), List(ProductComment("Server"))), maxTotalConnections: Int = 10, maxWaitQueueLimit: Int = 256, maxConnectionsPerRequestkey: Int = 256, checkEndpointIdentification: Boolean = true, maxResponseLineSize: Int = 4 * 1024, maxHeaderLength: Int = 40 * 1024, maxChunkSize: Int = Int.MaxValue, chunkBufferMaxSize: Int = 1024 * 1024, parserMode: ParserMode = ParserMode.Strict, bufferSize: Int = 8192, socketOptions: Option[SocketOptions] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http4sBlazeClientConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Http4sBlazeClientConfig(responseHeaderTimeout: Duration = Duration.Inf, idleTimeout: FiniteDuration = Duration(1, TimeUnit.MINUTES), requestTimeout: FiniteDuration = defaults.RequestTimeout, connectTimeout: FiniteDuration = defaults.ConnectTimeout, userAgent: User-Agent = `User-Agent`(ProductId("http4s-blaze-client", Some(BuildInfo.version)), List(ProductComment("Server"))), maxTotalConnections: Int = 10, maxWaitQueueLimit: Int = 256, maxConnectionsPerRequestkey: Int = 256, checkEndpointIdentification: Boolean = true, maxResponseLineSize: Int = 4 * 1024, maxHeaderLength: Int = 40 * 1024, maxChunkSize: Int = Int.MaxValue, chunkBufferMaxSize: Int = 1024 * 1024, parserMode: ParserMode = ParserMode.Strict, bufferSize: Int = 8192, socketOptions: Option[SocketOptions] = None)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bufferSize: Int
- val checkEndpointIdentification: Boolean
- val chunkBufferMaxSize: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val connectTimeout: FiniteDuration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val idleTimeout: FiniteDuration
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxChunkSize: Int
- val maxConnectionsPerRequestkey: Int
- val maxHeaderLength: Int
- val maxResponseLineSize: Int
- val maxTotalConnections: Int
- val maxWaitQueueLimit: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val parserMode: ParserMode
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requestTimeout: FiniteDuration
- val responseHeaderTimeout: Duration
- val socketOptions: Option[SocketOptions]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val userAgent: User-Agent
- 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])