public interface CallStatsHttpResponseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Exception e)
On failure.
|
void |
onResponse(org.apache.http.HttpResponse response)
On response.
|
void onResponse(org.apache.http.HttpResponse response)
response - the responsevoid onFailure(Exception e)
e - the eCopyright © 2016. All rights reserved.