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