protected class LoadTask.TaskHttpErrorCallback extends Object implements HttpErrorCallback
LoadTask.| Modifier | Constructor and Description |
|---|---|
protected |
TaskHttpErrorCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(int statusCode,
String reason,
String responseBody)
Invoke the error callback code.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispatchpublic void invoke(int statusCode,
String reason,
String responseBody)
HttpErrorCallbackinvoke in interface HttpErrorCallbackstatusCode - Http status code of the error responsereason - The reason for the error. Often the status code description.responseBody - The body of the error responseCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.