Builds a valid AsyncHttpClientConfig object from config.
A WS client backed by a Ning AsyncHttpClient.
A WS client backed by a Ning AsyncHttpClient.
If you need to debug Ning, set logger.com.ning.http.client=DEBUG in your application.conf file.
a client configuration object
(Since version 2.5) Use play.api.libs.ws.ahc.AhcWSClient instead
Ning client config.
Ning client config.
The general WS client config.
The maximum number of connections to make per host. -1 means no maximum.
The maximum total number of connections. -1 means no maximum.
The maximum time that a connection should live for in the pool.
The time after which a connection that has been idle in the pool should be closed.
The maximum number of redirects.
The maximum number of times to retry a request if it fails.
Whether the raw URL should be used.
whether connection pooling should be used.
(Since version 2.5) Use play.api.libs.ws.ahc.AhcWSClientConfig
Ning WS API implementation components.
Ning WS API implementation components.
(Since version 2.5) Use play.api.libs.ws.ahc.AhcWSComponents instead
(Since version 2.5) Use play.api.libs.ws.ahc.AhcWSClient instead
Factory for creating NingWSClientConfig, for use from Java.
Factory for creating NingWSClientConfig, for use from Java.
(Since version 2.5) Use play.api.libs.ws.ahc.AhcWSConfigBuilder
Builds a valid AsyncHttpClientConfig object from config.
(Since version 2.5) Use play.api.libs.ws.ahc.AhcConfigBuilder