public interface CallStatsAsyncHttpResponseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Exception e)
On failure.
|
void |
onResponse(com.ning.http.client.Response response)
On response.
|
void onResponse(com.ning.http.client.Response response)
response - the responsevoid onFailure(Exception e)
e - the eCopyright © 2016. All rights reserved.