Uses of Package
com.ibm.cloud.sdk.core.http
-
Packages that use com.ibm.cloud.sdk.core.http Package Description com.ibm.cloud.sdk.core.http com.ibm.cloud.sdk.core.service com.ibm.cloud.sdk.core.service.exception This package contains a collection of runtime exceptions thrown by IBM Cloud services.com.ibm.cloud.sdk.core.util Utility classes to detect media types and convert files into input streams. -
Classes in com.ibm.cloud.sdk.core.http used by com.ibm.cloud.sdk.core.http Class Description Headers Wrapper class for the internal HTTP headers class.HttpClientSingleton This class encapsulate theOkHttpClient
instance in a singleton pattern.HttpConfigOptions Options class for configuring the HTTP client.HttpConfigOptions.Builder HttpConfigOptions.LoggingLevel Levels of information to log when making HTTP requests, from least (NONE) to most (BODY).IRetryInterceptor This is a marker interface used to identify retry interceptor implementations within the java core library.IRetryStrategy IRetryStrategy is an interface that is implemented by retry interceptor factories.RequestBuilder Convenience class for constructing HTTP/HTTPS requests.Response Class holding the converted service call result along with some HTTP response data.RetryInterceptor This class is an okhttp Interceptor implementation that will try to automatically retry failed requests, based on the type of failure that occurred.ServiceCall Service Call.ServiceCallback Callback with the response for an Asynchronous request. -
Classes in com.ibm.cloud.sdk.core.http used by com.ibm.cloud.sdk.core.service Class Description HttpConfigOptions Options class for configuring the HTTP client. -
Classes in com.ibm.cloud.sdk.core.http used by com.ibm.cloud.sdk.core.service.exception Class Description Headers Wrapper class for the internal HTTP headers class. -
Classes in com.ibm.cloud.sdk.core.http used by com.ibm.cloud.sdk.core.util Class Description ResponseConverter The Interface ResponseConverter.