Package com.franz.agraph.http.handler
Class AGErrorHandler
java.lang.Object
com.franz.agraph.http.handler.AGResponseHandler
com.franz.agraph.http.handler.AGErrorHandler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleResponse
(org.apache.http.HttpResponse httpResponse, HttpUriRequest httpUriRequest) Methods inherited from class com.franz.agraph.http.handler.AGResponseHandler
getRequestMIMEType, releaseConnection
-
Field Details
-
MALFORMED_QUERY
- See Also:
-
MALFORMED_DATA
- See Also:
-
UNSUPPORTED_QUERY_LANGUAGE
- See Also:
-
UNSUPPORTED_FILE_FORMAT
- See Also:
-
PRECONDITION_FAILED
- See Also:
-
IO_EXCEPTION
- See Also:
-
QUERY_TIMEOUT
- See Also:
-
-
Constructor Details
-
AGErrorHandler
public AGErrorHandler()
-
-
Method Details
-
handleResponse
public void handleResponse(org.apache.http.HttpResponse httpResponse, HttpUriRequest httpUriRequest) throws IOException, AGHttpException - Specified by:
handleResponse
in classAGResponseHandler
- Throws:
IOException
AGHttpException
-
getResult
-