RestClient.See: Description
| Interface | Description |
|---|---|
| HttpRequestExecutor |
Interface for objects that actually execute the HTTP requests in the RestClient.
|
| HttpRequestFactory |
Factory that prepares Apache HTTP client related objects for the
RestClient. |
| HttpResultHandler |
Interface for objects that handle the HTTP resposonses for the
RestClient. |
| Class | Description |
|---|---|
| BulkResponseImpl |
default implementation of
BulkResponse. |
| RestClientBase |
Default implementation of
RestClient. |
RestClient.
See also
How
to access the REST API with the RestClient for more information.