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
Ning client config.
Ning client config.
The general WS client config.
Whether connection pooling should be allowed.
Whether connection pooling should be allowed for SSL connections.
The multiplier to use for the number of IO threads.
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 time after which a websocket connection 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.
This class creates a DefaultWSClientConfig object from the play.api.Configuration.
This class creates a DefaultWSClientConfig object from the play.api.Configuration.
Ning WS API implementation components.
A Ning WS Request.
A WS HTTP response.
Factory for creating NingWSClientConfig, for use from Java.