| 程序包 | 说明 |
|---|---|
| com.aliyuncs | |
| com.aliyuncs.auth | |
| com.aliyuncs.http |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodType |
CommonRequest.getMethod()
已过时。
|
MethodType |
CommonRequest.getSysMethod() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CommonRequest.setMethod(MethodType method)
已过时。
|
void |
CommonRequest.setSysMethod(MethodType method) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
ISignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
Signer signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths) |
String |
OssSignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
Signer signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths) |
String |
RoaSignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
Signer signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths) |
String |
RpcSignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
Signer signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths) |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodType |
HttpMessage.getMethod()
已过时。
|
MethodType |
HttpMessage.getSysMethod() |
static MethodType |
MethodType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MethodType[] |
MethodType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpMessage.setMethod(MethodType method)
已过时。
|
void |
HttpMessage.setSysMethod(MethodType method) |
Copyright © 2020. All rights reserved.