public static interface AsyncHttpStack.OnRequestComplete
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthError(AuthFailureError authFailureError)
Invoked when the stack throws an
AuthFailureError during a request. |
void |
onError(java.io.IOException ioException)
Invoked when the stack throws an
IOException during a request. |
void |
onSuccess(HttpResponse httpResponse)
Invoked when the stack successfully completes a request.
|
void onSuccess(HttpResponse httpResponse)
void onAuthError(AuthFailureError authFailureError)
AuthFailureError during a request.void onError(java.io.IOException ioException)
IOException during a request.