|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpRequestCallback | |
|---|---|
| org.alfresco.http | |
| org.alfresco.json | |
| Uses of HttpRequestCallback in org.alfresco.http |
|---|
| Classes in org.alfresco.http that implement HttpRequestCallback | |
|---|---|
class |
AbstractHttpRequestCallback<T>
Response callback that returns the HttpResponse on success
and throws runtime exceptions on errors. |
class |
SimpleHttpRequestCallback
Response callback that returns the HttpResponse on success
and throws runtime exceptions on errors. |
| Methods in org.alfresco.http that return HttpRequestCallback | |
|---|---|
static HttpRequestCallback<org.apache.http.HttpResponse> |
SimpleHttpRequestCallback.getInstance()
Get a singleton instance of this class |
| Uses of HttpRequestCallback in org.alfresco.json |
|---|
| Classes in org.alfresco.json that implement HttpRequestCallback | |
|---|---|
class |
JSONArrayCallback
A HttpRequestCallback that parses the response body as a JSONArrayin
the 'data' property (RestConstants#JSON_DATA) of the JSON body. |
class |
JSONObjectCallback
A HttpRequestCallback that parses the response body as a JSONObject. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||