Package | Description |
---|---|
com.tencentcloudapi.common | |
com.tencentcloudapi.common.http |
Modifier and Type | Method and Description |
---|---|
String |
AbstractClient.call(String action,
String jsonPayload)
Use post/json with tc3-hmac-sha256 signature to call any action.
|
static byte[] |
Sign.hmac256(byte[] key,
String msg) |
protected String |
AbstractClient.internalRequest(AbstractModel request,
String actionName) |
static String |
Sign.sha256Hex(byte[] b) |
static String |
Sign.sha256Hex(String s) |
static String |
Sign.sign(String secretKey,
String sigStr,
String sigMethod) |
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Response |
HttpConnection.doRequest(com.squareup.okhttp.Request request) |
com.squareup.okhttp.Response |
HttpConnection.getRequest(String url) |
com.squareup.okhttp.Response |
HttpConnection.getRequest(String url,
com.squareup.okhttp.Headers headers) |
com.squareup.okhttp.Response |
HttpConnection.postRequest(String url,
byte[] body,
com.squareup.okhttp.Headers headers) |
com.squareup.okhttp.Response |
HttpConnection.postRequest(String url,
String body) |
com.squareup.okhttp.Response |
HttpConnection.postRequest(String url,
String body,
com.squareup.okhttp.Headers headers) |
Copyright © 2020. All rights reserved.