case class BlazeClientConfig(responseHeaderTimeout: scala.concurrent.duration.Duration, idleTimeout: scala.concurrent.duration.Duration, requestTimeout: scala.concurrent.duration.Duration, connectTimeout: scala.concurrent.duration.Duration, userAgent: User-Agent, maxTotalConnections: Int, maxWaitQueueLimit: Int, checkEndpointIdentification: Boolean, maxResponseLineSize: Int, maxHeaderLength: Int, maxChunkSize: Int, chunkBufferMaxSize: Int, parserMode: ParserMode, bufferSize: Int, channelOptions: ChannelOptions) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BlazeClientConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BlazeClientConfig(responseHeaderTimeout: scala.concurrent.duration.Duration, idleTimeout: scala.concurrent.duration.Duration, requestTimeout: scala.concurrent.duration.Duration, connectTimeout: scala.concurrent.duration.Duration, userAgent: User-Agent, maxTotalConnections: Int, maxWaitQueueLimit: Int, checkEndpointIdentification: Boolean, maxResponseLineSize: Int, maxHeaderLength: Int, maxChunkSize: Int, chunkBufferMaxSize: Int, parserMode: ParserMode, bufferSize: Int, channelOptions: ChannelOptions)
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 channelOptions: ChannelOptions
- val checkEndpointIdentification: Boolean
- val chunkBufferMaxSize: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val connectTimeout: scala.concurrent.duration.Duration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val idleTimeout: scala.concurrent.duration.Duration
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxChunkSize: 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val parserMode: ParserMode
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requestTimeout: scala.concurrent.duration.Duration
- val responseHeaderTimeout: scala.concurrent.duration.Duration
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated