| Interface | Description |
|---|---|
| RestClient |
A Rest Client offers a simplified interface to an underlying implementation of an Http client.
|
| Class | Description |
|---|---|
| RestClientImpl |
A generic REST client based on
HttpClient. |
| RestData |
Base class for holding shared data between
RestRequest and RestResponse. |
| RestData.Header |
Holds an Http Header.
|
| RestMultipart |
Wraps a REST request multipart object used in
RestRequest. |
| RestRequest |
Wraps a REST request object.
|
| RestResponse |
Wraps a REST response object
|
| Enum | Description |
|---|---|
| RestMultipart.RestMultipartType |
An http verb (those supported).
|
| RestRequest.Method |
An http verb (those supported).
|
Copyright © 2016 smartrics. All Rights Reserved.