public abstract class HTTPStatusCheckCallback extends Object implements HTTPResponseCallback
| Constructor and Description |
|---|
HTTPStatusCheckCallback() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
checkedResponse(org.apache.http.HttpResponse response) |
protected int |
expectedStatus() |
protected abstract void |
invalidStatus(int status,
org.apache.http.HttpResponse response) |
void |
response(org.apache.http.HttpResponse response) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfailpublic final void response(org.apache.http.HttpResponse response)
response in interface HTTPResponseCallbackprotected abstract void checkedResponse(org.apache.http.HttpResponse response)
protected abstract void invalidStatus(int status,
org.apache.http.HttpResponse response)
protected int expectedStatus()
HttpResponseCopyright © 2012-2014 Taimos GmbH. All Rights Reserved.