public class VoidResponseHandler extends ValidatingResponseHandler<Void>
ResponseHandler which just executes the request and checks the answer is
in the valid range of ValidatingResponseHandler.validateResponse(org.apache.http.HttpResponse).| Constructor and Description |
|---|
VoidResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
Void |
handleResponse(org.apache.http.HttpResponse response) |
validateResponsepublic Void handleResponse(org.apache.http.HttpResponse response) throws IOException
IOExceptionCopyright © 2019. All rights reserved.