FutureTask<HttpTransportService.SResponse> |
HttpTransportService.asyncHttp(Url url,
String jsonData,
RestRequest.Method method) |
FutureTask<HttpTransportService.SResponse> |
DefaultHttpTransportService.asyncHttp(Url url,
String jsonData,
RestRequest.Method method) |
List<HttpTransportService.SResponse> |
HttpTransportService.asyncHttps(List<Url> urls,
String jsonData,
RestRequest.Method method) |
List<HttpTransportService.SResponse> |
DefaultHttpTransportService.asyncHttps(List<Url> urls,
String jsonData,
RestRequest.Method method) |
List<Tuple<Url,HttpTransportService.SResponse>> |
HttpTransportService.asyncHttps(Map<Url,String> urlWithPostString,
RestRequest.Method method,
int timeout) |
List<Tuple<Url,HttpTransportService.SResponse>> |
DefaultHttpTransportService.asyncHttps(Map<Url,String> urlWithPostString,
RestRequest.Method method,
int timeout) |
HttpTransportService.SResponse |
HttpTransportService.http(Url url,
String jsonData,
Map<String,String> headers,
RestRequest.Method method) |
HttpTransportService.SResponse |
DefaultHttpTransportService.http(Url url,
String jsonData,
Map<String,String> headers,
RestRequest.Method method) |
HttpTransportService.SResponse |
HttpTransportService.http(Url url,
String jsonData,
Map<String,String> headers,
RestRequest.Method method,
int timeout) |
HttpTransportService.SResponse |
DefaultHttpTransportService.http(Url url,
String jsonData,
Map<String,String> headers,
RestRequest.Method method,
int timeout) |
HttpTransportService.SResponse |
HttpTransportService.http(Url url,
String jsonData,
RestRequest.Method method) |
HttpTransportService.SResponse |
DefaultHttpTransportService.http(Url url,
String jsonData,
RestRequest.Method method) |
HttpTransportService.SResponse |
HttpTransportService.http(Url url,
String jsonData,
RestRequest.Method method,
int timeout) |
HttpTransportService.SResponse |
DefaultHttpTransportService.http(Url url,
String jsonData,
RestRequest.Method method,
int timeout) |