| 程序包 | 说明 |
|---|---|
| cn.signit.sdk | |
| cn.signit.sdk.http |
| 限定符和类型 | 方法和说明 |
|---|---|
OauthData |
SignitClient.getOauthData(String apiKey,
String secretKey,
TokenType grantType,
boolean autoSetRequestToken) |
SignatureResponse |
SignitClient.sendSignatureRequest(SignatureRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
HttpClient.asHttpCode() |
com.alibaba.fastjson.JSONObject |
HttpClient.asJson() |
<T> T |
HttpClient.AsObject(Class<T> clazz) |
void |
AbstractHttpRequest.doRequest() |
HttpClient |
HttpClient.get(String url) |
protected HttpURLConnection |
HttpPostRequest.getConnection() |
protected HttpURLConnection |
HttpGetRequest.getConnection() |
HttpClient |
HttpClient.post(String url) |
| 构造器和说明 |
|---|
Authentication(Authentication clone) |
HttpGetRequest(String url) |
HttpGetRequest(String url,
Authentication auth) |
HttpGetRequest(String url,
Map<String,String> parameters) |
HttpGetRequest(String url,
Map<String,String> parameters,
Authentication auth) |
HttpPostRequest(String url) |
HttpPostRequest(String url,
Authentication auth) |
HttpPostRequest(String url,
Map<String,Serializable> fields) |
HttpPostRequest(String url,
Map<String,Serializable> fields,
Authentication auth) |
HttpPostRequest(String url,
Object object,
Authentication auth) |
Copyright © 2018. All rights reserved.