public static class OkHttpUtil.NullCallback extends Object implements okhttp3.Callback
| Constructor and Description |
|---|
NullCallback() |
| 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)
onResponse in interface okhttp3.CallbackCopyright © 2012–2019. All rights reserved.