Uses of Class
com.ibm.cloud.sdk.core.http.HttpConfigOptions
-
Packages that use HttpConfigOptions Package Description com.ibm.cloud.sdk.core.http com.ibm.cloud.sdk.core.service -
-
Uses of HttpConfigOptions in com.ibm.cloud.sdk.core.http
Methods in com.ibm.cloud.sdk.core.http that return HttpConfigOptions Modifier and Type Method Description HttpConfigOptionsHttpConfigOptions.Builder. build()Methods in com.ibm.cloud.sdk.core.http with parameters of type HttpConfigOptions Modifier and Type Method Description okhttp3.OkHttpClientHttpClientSingleton. configureClient(HttpConfigOptions options)Configures the currentOkHttpClientinstance based on the passed-in options, replaces the current instance with the newly-configured instance and returns the new instance.okhttp3.OkHttpClientHttpClientSingleton. configureClient(okhttp3.OkHttpClient client, HttpConfigOptions options)Configures the specifiedOkHttpClientinstance based on the passed-in options, and returns a new instance with the requested options applied. -
Uses of HttpConfigOptions in com.ibm.cloud.sdk.core.service
Methods in com.ibm.cloud.sdk.core.service with parameters of type HttpConfigOptions Modifier and Type Method Description voidBaseService. configureClient(HttpConfigOptions options)Configures the currently-configuredOkHttpClientinstance based on the passed-in options.
-