| Headers |
Wrapper class for the internal HTTP headers class.
|
| HttpClientSingleton |
This class encapsulate the OkHttpClient 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.
|