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.Callback
public void onResponse(okhttp3.Call call, okhttp3.Response response) throws IOException
onResponse
in interface okhttp3.Callback
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.