Package | Description |
---|---|
org.alfresco.http | |
org.alfresco.json |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static HttpRequestCallback<org.apache.http.HttpResponse> |
SimpleHttpRequestCallback.getInstance()
Get a singleton instance of this class
|
Modifier and Type | Class and Description |
---|---|
class |
JSONArrayCallback
A
HttpRequestCallback that parses the response body as a JSONArray in
the 'data' property (RestConstants#JSON_DATA ) of the JSON body. |
class |
JSONObjectCallback
A
HttpRequestCallback that parses the response body as a JSONObject . |
Copyright © 2014. All rights reserved.