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
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @IntrinsicCandidate()
- val connectTimeout: scala.concurrent.duration.Duration
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- 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
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated