Class

io.atomicbits.scraml.dsl.client

ClientConfig

Related Doc: package client

Permalink

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())

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val acceptAnyCertificate: Boolean

    Permalink
  5. val allowPoolingConnections: Boolean

    Permalink
  6. val allowPoolingSslConnections: Boolean

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val connectTimeout: Int

    Permalink
  10. val connectionTTL: Int

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val followRedirect: Boolean

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val maxConnections: Int

    Permalink
  17. val maxConnectionsPerHost: Int

    Permalink
  18. val maxRedirects: Int

    Permalink
  19. val maxRequestRetry: Int

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val pooledConnectionIdleTimeout: Int

    Permalink
  24. val readTimeout: Int

    Permalink
  25. val requestCharset: Charset

    Permalink
  26. val requestTimeout: Int

    Permalink
  27. val responseCharset: Charset

    Permalink
  28. val strict302Handling: Boolean

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val webSocketTimeout: Int

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped