public interface HttpCallback
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onFailure(okhttp3.Call call,
IOException e) |
void |
onSuccess(okhttp3.Call call,
HttpResponse response) |
void onFailure(@NotNull
okhttp3.Call call,
@NotNull
IOException e)
void onSuccess(@NotNull
okhttp3.Call call,
@NotNull
HttpResponse response)
Copyright © 2020. All rights reserved.