public class CallStatsAsyncHttpClient extends Object
| Constructor and Description |
|---|
CallStatsAsyncHttpClient()
Instantiates a new call stats async http client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sendAsyncHttpRequest(String url,
String httpMethodType,
String body,
CallStatsAsyncHttpResponseListener listener)
Send async http request.
|
public CallStatsAsyncHttpClient()
public void sendAsyncHttpRequest(String url, String httpMethodType, String body, CallStatsAsyncHttpResponseListener listener)
url - the urlhttpMethodType - the http method typebody - the bodylistener - the listenerCopyright © 2016. All rights reserved.