Class JsonResponseHandler
- java.lang.Object
-
- com.snowbound.contenthandler.rest.JsonResponseHandler
-
-
Constructor Summary
Constructors Constructor Description JsonResponseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
handleResponse(org.apache.http.HttpResponse response)
-
-
-
Method Detail
-
handleResponse
public Object handleResponse(org.apache.http.HttpResponse response) throws org.apache.http.client.ClientProtocolException, IOException
- Specified by:
handleResponse
in interfaceorg.apache.http.client.ResponseHandler<Object>
- Throws:
org.apache.http.client.ClientProtocolException
IOException
-
-