AhcConfigBuilder
Builds a valid AsyncHttpClientConfig object from config.
Value parameters
- ahcConfig
-
the ahc client configuration.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Configure and build the AsyncHttpClientConfig based on the settings provided
Configure and build the AsyncHttpClientConfig based on the settings provided
Attributes
- Returns
-
the resulting builder
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.
Attributes
- Returns
-
the resulting builder
Configures the SSL. Can use the system SSLContext.getDefault() if "ws.ssl.default" is set.
Configures the SSL. Can use the system SSLContext.getDefault() if "ws.ssl.default" is set.
Attributes
Configures the global settings.
Configures the global settings.
Attributes
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.
Value parameters
- modify
-
function with custom settings to apply to this builder before the client is built
Attributes
- Returns
-
the new builder
Concrete fields
The underlying DefaultAsyncHttpClientConfig.Builder used by this instance.
The underlying DefaultAsyncHttpClientConfig.Builder used by this instance.