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>IOExceptionprotected byte[] readResponse(org.apache.http.HttpResponse response)
throws IOException
IOExceptionCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.