| Package | Description |
|---|---|
| com.aliyuncs | |
| com.aliyuncs.auth | |
| com.aliyuncs.http |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
CommonRequest.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonRequest.setMethod(MethodType method) |
| Modifier and Type | Method and Description |
|---|---|
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) |
String |
OssSignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
Signer signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths) |
String |
ISignatureComposer.composeStringToSign(MethodType method,
String uriPattern,
Signer signer,
Map<String,String> queries,
Map<String,String> headers,
Map<String,String> paths) |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
HttpMessage.getMethod() |
static MethodType |
MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodType[] |
MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMessage.setMethod(MethodType method) |
Copyright © 2018. All Rights Reserved.