- RestClient - Interface in smartrics.rest.client
-
A Rest Client offers a simplified interface to an underlying implementation of an Http client.
- RestClientImpl - Class in smartrics.rest.client
-
A generic REST client based on HttpClient.
- RestClientImpl(HttpClient) - Constructor for class smartrics.rest.client.RestClientImpl
-
Constructor allowing the injection of an org.apache.commons.httpclient.HttpClient.
- RestData - Class in smartrics.rest.client
-
Base class for holding shared data between RestRequest and RestResponse.
- RestData() - Constructor for class smartrics.rest.client.RestData
-
- RestData.Header - Class in smartrics.rest.client
-
Holds an Http Header.
- RestMultipart - Class in smartrics.rest.client
-
Wraps a REST request multipart object used in RestRequest.
- RestMultipart(RestMultipart.RestMultipartType, String) - Constructor for class smartrics.rest.client.RestMultipart
-
- RestMultipart(RestMultipart.RestMultipartType, String, String) - Constructor for class smartrics.rest.client.RestMultipart
-
- RestMultipart(RestMultipart.RestMultipartType, String, String, String) - Constructor for class smartrics.rest.client.RestMultipart
-
- RestMultipart.RestMultipartType - Enum in smartrics.rest.client
-
An http verb (those supported).
- RestRequest - Class in smartrics.rest.client
-
Wraps a REST request object.
- RestRequest() - Constructor for class smartrics.rest.client.RestRequest
-
- RestRequest.Method - Enum in smartrics.rest.client
-
An http verb (those supported).
- RestResponse - Class in smartrics.rest.client
-
Wraps a REST response object
- RestResponse() - Constructor for class smartrics.rest.client.RestResponse
-