Class VoidResponseHandler
java.lang.Object
com.github.sardine.impl.handler.ValidatingResponseHandler<Void>
com.github.sardine.impl.handler.VoidResponseHandler
- All Implemented Interfaces:
org.apache.http.client.ResponseHandler<Void>
ResponseHandler which just executes the request and checks the answer is
in the valid range of ValidatingResponseHandler.validateResponse(org.apache.http.HttpResponse).-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ValidatingResponseHandler
validateResponse
-
Constructor Details
-
VoidResponseHandler
public VoidResponseHandler()
-
-
Method Details
-
handleResponse
- Throws:
IOException
-