public interface Call<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cancel() |
Response<T> |
execute() |
void |
execute(Callback<T> callback) |
Throwable |
getThrowable() |
boolean |
isCanceled() |
boolean |
isExecuted() |
boolean |
isSuccess() |
void |
throwThrowable() |
Copyright © 2021. All rights reserved.