cc.spray.client

ClientConfig

case class ClientConfig (limits: Limits, connectionTimeOutInMs: Integer, idleConnectionInPoolTimeoutInMs: Integer, requestTimeoutInMs: Integer, redirectEnabled: Boolean, compressionEnabled: Boolean, userAgent: String, allowConnectionPooling: Boolean, reaper: ScheduledExecutorService, applicationThreadPool: ExecutorService, proxyServer: ProxyServer, sslConfig: SslConfig, providerConfig: com.ning.http.client.AsyncHttpProviderConfig[_, _], connectionsPool: com.ning.http.client.ConnectionsPool[_, _], realm: Realm, requestFilters: List[RequestFilter], responseFilters: List[ResponseFilter], ioExceptionFilters: List[IOExceptionFilter], requestCompressionLevel: Integer, useRawUrl: Boolean) extends Product with Serializable

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

Instance Constructors

  1. new ClientConfig (limits: Limits, connectionTimeOutInMs: Integer, idleConnectionInPoolTimeoutInMs: Integer, requestTimeoutInMs: Integer, redirectEnabled: Boolean, compressionEnabled: Boolean, userAgent: String, allowConnectionPooling: Boolean, reaper: ScheduledExecutorService, applicationThreadPool: ExecutorService, proxyServer: ProxyServer, sslConfig: SslConfig, providerConfig: com.ning.http.client.AsyncHttpProviderConfig[_, _], connectionsPool: com.ning.http.client.ConnectionsPool[_, _], realm: Realm, requestFilters: List[RequestFilter], responseFilters: List[ResponseFilter], ioExceptionFilters: List[IOExceptionFilter], requestCompressionLevel: Integer, useRawUrl: Boolean)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val allowConnectionPooling : Boolean

  7. val applicationThreadPool : ExecutorService

  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def canEqual (arg0: Any): Boolean

    Definition Classes
    ClientConfig → Equals
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. val compressionEnabled : Boolean

  12. val connectionTimeOutInMs : Integer

  13. val connectionsPool : com.ning.http.client.ConnectionsPool[_, _]

  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

    Definition Classes
    ClientConfig → Equals → AnyRef → Any
  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  18. def hashCode (): Int

    Definition Classes
    ClientConfig → AnyRef → Any
  19. val idleConnectionInPoolTimeoutInMs : Integer

  20. val ioExceptionFilters : List[IOExceptionFilter]

  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. val limits : Limits

  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def productArity : Int

    Definition Classes
    ClientConfig → Product
  27. def productElement (arg0: Int): Any

    Definition Classes
    ClientConfig → Product
  28. def productIterator : Iterator[Any]

    Definition Classes
    Product
  29. def productPrefix : String

    Definition Classes
    ClientConfig → Product
  30. val providerConfig : com.ning.http.client.AsyncHttpProviderConfig[_, _]

  31. val proxyServer : ProxyServer

  32. val realm : Realm

  33. val reaper : ScheduledExecutorService

  34. val redirectEnabled : Boolean

  35. val requestCompressionLevel : Integer

  36. val requestFilters : List[RequestFilter]

  37. val requestTimeoutInMs : Integer

  38. val responseFilters : List[ResponseFilter]

  39. val sslConfig : SslConfig

  40. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  41. def toAhcConfig : AsyncHttpClientConfig

  42. def toString (): String

    Definition Classes
    ClientConfig → AnyRef → Any
  43. val useRawUrl : Boolean

  44. val userAgent : String

  45. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any