| Endpoint<RequestT,ResponseT,ErrorT> |
An endpoint links requests and responses to HTTP protocol encoding.
|
| GenericEndpoint<RequestT,ResponseT> |
An endpoint with a raw, unparsed response body.
|
| GenericSerializable |
The request that takes care of serializing its body (content) into the OutputStream
|
| JsonEndpoint<RequestT,ResponseT,ErrorT> |
An endpoint with a JSON response body.
|
| OpenSearchTransport |
A transport layer that implements OpenSearch specificities.
|
| Transport |
The transport layer that allows ApiClients to send requests.
|
| TransportOptions |
Container for all application-specific or request-specific options, including headers, query parameters and warning handlers.
|
| TransportOptions.Builder |
|