public abstract class ResponseErrorChecker
extends java.lang.Object
| Constructor and Description |
|---|
ResponseErrorChecker() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
buildErrorMessage(uk.co.mruoc.http.client.Response response) |
abstract void |
checkForError(uk.co.mruoc.http.client.Response response) |
protected boolean |
hasError(uk.co.mruoc.http.client.Response response) |