| Class | Description |
|---|---|
| ClearCacheRequest |
A synthetic request used for clearing the cache.
|
| ImageRequest |
A canned request for getting an image at a given URL and calling
back with a decoded Bitmap.
|
| JsonArrayRequest |
A request for retrieving a
JSONArray response body at a given URL. |
| JsonObjectRequest |
A request for retrieving a
JSONObject response body at a given URL, allowing for an
optional JSONObject to be passed in as part of the request body. |
| JsonRequest<T> |
A request for retrieving a T type response body at a given URL that also
optionally sends along a JSON body in the request specified.
|
| RequestFuture<T> |
A Future that represents a Jus request.
|
| StringRequest |
A canned request for retrieving the response body at a given URL as a String.
|
| TokenRequest |