protected static class DatadogHttpClient.EmptyCallback extends Object implements okhttp3.Callback
| Modifier | Constructor and Description |
|---|---|
protected |
EmptyCallback() |
| Modifier and Type | Method and Description |
|---|---|
static okhttp3.Callback |
getEmptyCallback() |
void |
onFailure(okhttp3.Call call,
IOException e) |
void |
onResponse(okhttp3.Call call,
okhttp3.Response response) |
public static okhttp3.Callback getEmptyCallback()
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 © 2014–2020 The Apache Software Foundation. All rights reserved.