BlazeClientConfig

case class BlazeClientConfig(responseHeaderTimeout: Duration, idleTimeout: Duration, requestTimeout: Duration, connectTimeout: Duration, userAgent: User-Agent, maxTotalConnections: Int, maxWaitQueueLimit: Int, checkEndpointIdentification: Boolean, maxResponseLineSize: Int, maxHeaderLength: Int, maxChunkSize: Int, chunkBufferMaxSize: Int, parserMode: ParserMode, bufferSize: Int, channelOptions: ChannelOptions)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product