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