Interface | Description |
---|---|
HttpHeaders |
HTTP constant headers.
|
HttpStatus |
Constants enumerating the HTTP status codes.
|
ResponseConverter<T> |
The Interface ResponseConverter.
|
ServiceCall<T> |
Service Call.
|
ServiceCallback<T> |
Callback with the response for an Asynchronous request.
|
Class | Description |
---|---|
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 | |
HttpMediaType |
An abstraction for a media type.
|
InputStreamRequestBody |
RequestBody that takes an
InputStream . |
NameValue |
A name / value pair parameter used as an element of HTTP messages.
|
RequestBuilder |
Convenience class for constructing HTTP/HTTPS requests.
|
Response<T> |
Class holding the converted service call result along with some HTTP response data.
|
RetryInterceptor |
This interceptor checks the responses and retries the request if it's possible.
|
ServiceCookieJar |
This is an adapter that uses
JavaNetCookieJar . |
Enum | Description |
---|---|
HttpConfigOptions.LoggingLevel |
Levels of information to log when making HTTP requests, from least (NONE) to most (BODY).
|
Copyright © 2022 IBM Cloud Developer Experience. All rights reserved.