public abstract class EndlessRetryableCallback<T> extends Object implements retrofit2.Callback<T>
| Constructor and Description |
|---|
EndlessRetryableCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.logging.log4j.Logger |
getLogger() |
abstract void |
onClientError(retrofit2.Response<T> resp) |
void |
onFailure(retrofit2.Call<T> call,
Throwable t) |
abstract void |
onFinalSuccess(T resp) |
void |
onResponse(retrofit2.Call<T> call,
retrofit2.Response<T> resp) |
Copyright © 2017 iSuper.org. All Rights Reserved.