the ning client configuration.
Configure and build the AsyncHttpClientConfig
based on the settings provided
Configure and build the AsyncHttpClientConfig
based on the settings provided
the resulting builder
The underlying DefaultAsyncHttpClientConfig.Builder
used by this instance.
Configure the underlying builder with values specified by the config
, and add any custom settings.
Configure the underlying builder with values specified by the config
, and add any custom settings.
the resulting builder
Configures the SSL.
Configures the SSL. Can use the system SSLContext.getDefault() if "ws.ssl.default" is set.
Configures the global settings.
Modify the underlying DefaultAsyncHttpClientConfig.Builder
using the provided function, after defaults are set.
Modify the underlying DefaultAsyncHttpClientConfig.Builder
using the provided function, after defaults are set.
function with custom settings to apply to this builder before the client is built
the new builder
Builds a valid AsyncHttpClientConfig object from config.
(Since version 2.5) Use play.api.libs.ws.ahc.AhcConfigBuilder