public interface CallStatsHttp2ResponseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Exception e)
On failure.
|
void |
onResponse(okhttp3.Response response)
On response.
|
void onResponse(okhttp3.Response response)
response - the responsevoid onFailure(Exception e)
e - the eCopyright © 2021. All rights reserved.