Instance Constructors
-
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
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
allowConnectionPooling
: Boolean
-
val
applicationThreadPool
: ExecutorService
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
val
compressionEnabled
: Boolean
-
val
connectionTimeOutInMs
: Integer
-
val
connectionsPool
: com.ning.http.client.ConnectionsPool[_, _]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
idleConnectionInPoolTimeoutInMs
: Integer
-
val
ioExceptionFilters
: List[IOExceptionFilter]
-
def
isInstanceOf
[T0]
: Boolean
-
val
limits
: Limits
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
val
providerConfig
: com.ning.http.client.AsyncHttpProviderConfig[_, _]
-
val
proxyServer
: ProxyServer
-
val
realm
: Realm
-
val
reaper
: ScheduledExecutorService
-
val
redirectEnabled
: Boolean
-
val
requestCompressionLevel
: Integer
-
val
requestFilters
: List[RequestFilter]
-
val
requestTimeoutInMs
: Integer
-
val
responseFilters
: List[ResponseFilter]
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toAhcConfig
: AsyncHttpClientConfig
-
def
toString
(): String
-
val
useRawUrl
: Boolean
-
val
userAgent
: String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any