See: Description
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.
|
ServiceCallbackWithDetails<T> |
Callback with the response for an Asynchronous request that also provides additional HTTP response information.
|
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.
|
WatsonCookieJar |
This is an adapter that uses
JavaNetCookieJar and ignore Speech to Text sessions for session less requests. |