| Package | Description |
|---|---|
| com.github.sardine.impl.handler |
Response handler with stauts code validation for
HttpClient implementation. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ExistsResponseHandler.handleResponse(org.apache.http.HttpResponse response) |
protected void |
ValidatingResponseHandler.validateResponse(org.apache.http.HttpResponse response)
Checks the response for a statuscode between
HttpStatus.SC_OK and HttpStatus.SC_MULTIPLE_CHOICES
and throws an SardineException otherwise. |
Copyright © 2019. All rights reserved.