Uses of Class
net.csdn.modules.transport.HttpTransportService.SResponse

Packages that use HttpTransportService.SResponse
net.csdn.modules.transport   
 

Uses of HttpTransportService.SResponse in net.csdn.modules.transport
 

Methods in net.csdn.modules.transport that return HttpTransportService.SResponse
 HttpTransportService.SResponse HttpTransportService.http(net.csdn.common.path.Url url, String jsonData, Map<String,String> headers, RestRequest.Method method)
           
 HttpTransportService.SResponse DefaultHttpTransportService.http(net.csdn.common.path.Url url, String jsonData, Map<String,String> headers, RestRequest.Method method)
           
 HttpTransportService.SResponse HttpTransportService.http(net.csdn.common.path.Url url, String jsonData, Map<String,String> headers, RestRequest.Method method, int timeout)
           
 HttpTransportService.SResponse DefaultHttpTransportService.http(net.csdn.common.path.Url url, String jsonData, Map<String,String> headers, RestRequest.Method method, int timeout)
           
 HttpTransportService.SResponse HttpTransportService.http(net.csdn.common.path.Url url, String jsonData, RestRequest.Method method)
           
 HttpTransportService.SResponse DefaultHttpTransportService.http(net.csdn.common.path.Url url, String jsonData, RestRequest.Method method)
           
 HttpTransportService.SResponse HttpTransportService.http(net.csdn.common.path.Url url, String jsonData, RestRequest.Method method, int timeout)
           
 HttpTransportService.SResponse DefaultHttpTransportService.http(net.csdn.common.path.Url url, String jsonData, RestRequest.Method method, int timeout)
           
 HttpTransportService.SResponse HttpTransportService.post(net.csdn.common.path.Url url, Map data)
           
 HttpTransportService.SResponse DefaultHttpTransportService.post(net.csdn.common.path.Url url, Map data)
           
 HttpTransportService.SResponse HttpTransportService.post(net.csdn.common.path.Url url, Map data, int timeout)
           
 HttpTransportService.SResponse DefaultHttpTransportService.post(net.csdn.common.path.Url url, Map data, int timeout)
           
 HttpTransportService.SResponse HttpTransportService.post(net.csdn.common.path.Url url, Map data, Map<String,String> headers)
           
 HttpTransportService.SResponse DefaultHttpTransportService.post(net.csdn.common.path.Url url, Map data, Map<String,String> headers)
           
 HttpTransportService.SResponse HttpTransportService.post(net.csdn.common.path.Url url, Map data, Map<String,String> headers, int timeout)
           
 HttpTransportService.SResponse DefaultHttpTransportService.post(net.csdn.common.path.Url url, Map data, Map<String,String> headers, int timeout)
           
 HttpTransportService.SResponse HttpTransportService.put(net.csdn.common.path.Url url, Map data)
           
 HttpTransportService.SResponse DefaultHttpTransportService.put(net.csdn.common.path.Url url, Map data)
           
 HttpTransportService.SResponse HttpTransportService.put(net.csdn.common.path.Url url, Map data, Map<String,String> headers)
           
 HttpTransportService.SResponse DefaultHttpTransportService.put(net.csdn.common.path.Url url, Map data, Map<String,String> headers)
           
 

Methods in net.csdn.modules.transport that return types with arguments of type HttpTransportService.SResponse
 FutureTask<HttpTransportService.SResponse> HttpTransportService.asyncHttp(net.csdn.common.path.Url url, String jsonData, RestRequest.Method method)
           
 FutureTask<HttpTransportService.SResponse> DefaultHttpTransportService.asyncHttp(net.csdn.common.path.Url url, String jsonData, RestRequest.Method method)
           
 List<HttpTransportService.SResponse> HttpTransportService.asyncHttps(List<net.csdn.common.path.Url> urls, String jsonData, RestRequest.Method method)
           
 List<HttpTransportService.SResponse> DefaultHttpTransportService.asyncHttps(List<net.csdn.common.path.Url> urls, String jsonData, RestRequest.Method method)
           
 



Copyright © 2014. All Rights Reserved.