RawResponse |
IBaseService.json(String api,
List<org.apache.http.NameValuePair> params,
String body)
Json raw response.
|
RawResponse |
BaseServiceImpl.json(String api,
List<org.apache.http.NameValuePair> params,
String body) |
protected RawResponse |
BaseServiceImpl.makeRequest(String api,
SignableRequest request) |
RawResponse |
IBaseService.post(String api,
List<org.apache.http.NameValuePair> params,
List<org.apache.http.NameValuePair> form)
Post raw response.
|
RawResponse |
BaseServiceImpl.post(String api,
List<org.apache.http.NameValuePair> query,
List<org.apache.http.NameValuePair> form) |
RawResponse |
BaseServiceImpl.postFileMultiPart(String api,
List<org.apache.http.NameValuePair> fromData,
String dataName,
String fileName,
byte[] data) |
RawResponse |
IBaseService.proto(String api,
List<org.apache.http.NameValuePair> params,
Map<String,String> header,
byte[] body,
String compressType) |
RawResponse |
BaseServiceImpl.proto(String api,
List<org.apache.http.NameValuePair> params,
Map<String,String> header,
byte[] body,
String compressType) |
RawResponse |
IBaseService.query(String api,
List<org.apache.http.NameValuePair> params)
Query raw response.
|
RawResponse |
BaseServiceImpl.query(String api,
List<org.apache.http.NameValuePair> params) |