public class JsonResponseHandler extends Object implements org.apache.http.client.ResponseHandler<org.codehaus.jettison.json.JSONObject>
Constructor and Description |
---|
JsonResponseHandler() |
Modifier and Type | Method and Description |
---|---|
org.codehaus.jettison.json.JSONObject |
handleResponse(org.apache.http.HttpResponse response) |
protected byte[] |
readResponse(org.apache.http.HttpResponse response) |
public org.codehaus.jettison.json.JSONObject handleResponse(org.apache.http.HttpResponse response) throws IOException
handleResponse
in interface org.apache.http.client.ResponseHandler<org.codehaus.jettison.json.JSONObject>
IOException
protected byte[] readResponse(org.apache.http.HttpResponse response) throws IOException
IOException
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.