SMILA 1.0 API documentation

Package org.eclipse.smila.http.client.impl.base

Base classes for implementations of RestClient.

See:
          Description

Interface Summary
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 Summary
BulkResponseImpl default implementation of BulkResponse.
RestClientBase Default implementation of RestClient.
 

Package org.eclipse.smila.http.client.impl.base Description

Base classes for implementations of RestClient. See also How to access the REST API with the RestClient for more information.

Since:
1.1.0

SMILA 1.0 API documentation