Package com.github.sardine.impl.handler
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).- Author:
- mirko
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.sardine.impl.handler.ValidatingResponseHandler
validateResponse
-
Constructor Details
-
VoidResponseHandler
public VoidResponseHandler()
-
-
Method Details
-
handleResponse
- Throws:
IOException
-