Uses of Class
org.alfresco.http.AbstractHttpRequestCallback

Packages that use AbstractHttpRequestCallback
org.alfresco.http   
org.alfresco.json   
 

Uses of AbstractHttpRequestCallback in org.alfresco.http
 

Subclasses of AbstractHttpRequestCallback in org.alfresco.http
 class SimpleHttpRequestCallback
          Response callback that returns the HttpResponse on success and throws runtime exceptions on errors.
 

Uses of AbstractHttpRequestCallback in org.alfresco.json
 

Subclasses of AbstractHttpRequestCallback in org.alfresco.json
 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.
 



Copyright © 2012. All Rights Reserved.