Interface | Description |
---|---|
ErrorCodeHandler<T> |
A generic error callback interface for an error code returned from the server
|
Class | Description |
---|---|
RequestBuilder |
This class is used to build, invoke the http request and to get the http
response
|
Response<T> |
The http Response class
|
Rest |
This class is used to create the Http RequestBuilder(get/post/head/options/delete/put)
|