Package com.franz.agraph.http.handler
Class AGJSONArrayHandler
java.lang.Object
com.franz.agraph.http.handler.AGResponseHandler
com.franz.agraph.http.handler.AGJSONArrayHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONArrayvoidhandleResponse(org.apache.http.HttpResponse httpResponse, org.apache.http.client.methods.HttpUriRequest httpUriRequest) Methods inherited from class com.franz.agraph.http.handler.AGResponseHandler
getRequestMIMEType, releaseConnection
-
Constructor Details
-
AGJSONArrayHandler
public AGJSONArrayHandler()
-
-
Method Details
-
handleResponse
public void handleResponse(org.apache.http.HttpResponse httpResponse, org.apache.http.client.methods.HttpUriRequest httpUriRequest) throws IOException, AGHttpException - Specified by:
handleResponsein classAGResponseHandler- Throws:
IOExceptionAGHttpException
-
getResult
public org.json.JSONArray getResult()
-