@ParametersAreNonnullByDefault public class AsyncCallback extends Object implements okhttp3.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(okhttp3.Call call,
IOException e) |
void |
onResponse(okhttp3.Call call,
okhttp3.Response response) |
public void onFailure(okhttp3.Call call,
IOException e)
onFailure in interface okhttp3.Callbackpublic void onResponse(okhttp3.Call call,
okhttp3.Response response)
throws IOException
onResponse in interface okhttp3.CallbackIOExceptionCopyright © 2023. All rights reserved.