Packages

case class ClientConfig(requestTimeout: Int = 60 * 1000, maxRequestRetry: Int = 5, connectTimeout: Int = 5 * 1000, connectionTTL: Int = 1, readTimeout: Int = 60 * 1000, webSocketTimeout: Int = 15 * 60 * 1000, maxConnections: Int = 1, maxConnectionsPerHost: Int = 1, allowPoolingConnections: Boolean = true, allowPoolingSslConnections: Boolean = true, pooledConnectionIdleTimeout: Int = 60 * 1000, acceptAnyCertificate: Boolean = false, followRedirect: Boolean = false, maxRedirects: Int = 5, strict302Handling: Boolean = false, responseCharset: Charset = Charset.defaultCharset(), requestCharset: Charset = Charset.defaultCharset()) extends Product with Serializable

Created by peter on 24/08/15.

Time is in ms.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClientConfig(requestTimeout: Int = 60 * 1000, maxRequestRetry: Int = 5, connectTimeout: Int = 5 * 1000, connectionTTL: Int = 1, readTimeout: Int = 60 * 1000, webSocketTimeout: Int = 15 * 60 * 1000, maxConnections: Int = 1, maxConnectionsPerHost: Int = 1, allowPoolingConnections: Boolean = true, allowPoolingSslConnections: Boolean = true, pooledConnectionIdleTimeout: Int = 60 * 1000, acceptAnyCertificate: Boolean = false, followRedirect: Boolean = false, maxRedirects: Int = 5, strict302Handling: Boolean = false, responseCharset: Charset = Charset.defaultCharset(), requestCharset: Charset = Charset.defaultCharset())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val acceptAnyCertificate: Boolean
  5. val allowPoolingConnections: Boolean
  6. val allowPoolingSslConnections: Boolean
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val connectTimeout: Int
  10. val connectionTTL: Int
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val followRedirect: Boolean
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val maxConnections: Int
  17. val maxConnectionsPerHost: Int
  18. val maxRedirects: Int
  19. val maxRequestRetry: Int
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. val pooledConnectionIdleTimeout: Int
  24. val readTimeout: Int
  25. val requestCharset: Charset
  26. val requestTimeout: Int
  27. val responseCharset: Charset
  28. val strict302Handling: Boolean
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val webSocketTimeout: Int

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped