the ning client configuration.
Constructor for backwards compatibility with <= 2.3.X
Constructor for backwards compatibility with <= 2.3.X
(Since version 2.4) Use NingAsyncHttpClientConfigBuilder(NingWSClientConfig)
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 AsyncHttpClientConfig.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 AsyncHttpClientConfig.Builder
using the provided function, after defaults are set.
Modify the underlying AsyncHttpClientConfig.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
Configures the global settings.
Configures the global settings. For backwards compatibility with <= 2.3.X
(Since version 2.4) Use configureWS(NingWSClientConfig)
Builds a valid AsyncHttpClientConfig object from config.