public interface HttpTransportService
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpTransportService.SResponse |
HttpTransportService.SResponse post(Url url, Map data)
HttpTransportService.SResponse post(Url url, Map data, int timeout)
HttpTransportService.SResponse post(Url url, Map data, Map<String,String> headers, int timeout)
HttpTransportService.SResponse get(Url url, int timeout)
HttpTransportService.SResponse get(Url url)
HttpTransportService.SResponse get(Url url, Map<String,String> data)
HttpTransportService.SResponse get(Url url, Map<String,String> data, int timeout)
HttpTransportService.SResponse put(Url url, Map data)
HttpTransportService.SResponse http(Url url, String jsonData, RestRequest.Method method)
HttpTransportService.SResponse http(Url url, String jsonData, Map<String,String> headers, RestRequest.Method method)
HttpTransportService.SResponse http(Url url, String jsonData, RestRequest.Method method, int timeout)
HttpTransportService.SResponse http(Url url, String jsonData, Map<String,String> headers, RestRequest.Method method, int timeout)
FutureTask<HttpTransportService.SResponse> asyncHttp(Url url, String jsonData, RestRequest.Method method)
List<HttpTransportService.SResponse> asyncHttps(List<Url> urls, String jsonData, RestRequest.Method method)
List<Tuple<Url,HttpTransportService.SResponse>> asyncHttps(Map<Url,String> urlWithPostString, RestRequest.Method method, int timeout)
Copyright © 2020. All rights reserved.