| Package | Description |
|---|---|
| com.ibm.cloud.sdk.core.http | |
| com.ibm.cloud.sdk.core.service |
| Modifier and Type | Method and Description |
|---|---|
HttpConfigOptions |
HttpConfigOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
okhttp3.OkHttpClient |
HttpClientSingleton.configureClient(HttpConfigOptions options)
Configures the current
OkHttpClient instance based on the passed-in options, replaces
the current instance with the newly-configured instance and returns the new instance. |
okhttp3.OkHttpClient |
HttpClientSingleton.configureClient(okhttp3.OkHttpClient client,
HttpConfigOptions options)
Configures the specified
OkHttpClient instance based on the passed-in options,
and returns a new instance with the requested options applied. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseService.configureClient(HttpConfigOptions options)
Configures the currently-configured
OkHttpClient instance based on the passed-in options. |
Copyright © 2022 IBM Cloud Developer Experience. All rights reserved.