| 程序包 | 说明 |
|---|---|
| com.aliyuncs | |
| com.aliyuncs.auth | |
| com.aliyuncs.http | |
| com.aliyuncs.profile | |
| com.aliyuncs.reader | |
| com.aliyuncs.unmarshaller |
| 限定符和类型 | 方法和说明 |
|---|---|
FormatType |
AcsRequest.getAcceptFormat()
已过时。
: Use getSysAcceptFormat instead of this
|
FormatType |
CommonRequest.getHttpContentType() |
FormatType |
AcsRequest.getSysAcceptFormat() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends AcsResponse> |
DefaultAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
Credential credential,
Signer signer,
FormatType format)
已过时。
|
protected <T extends AcsResponse> |
DefaultAcsClient.readResponse(Class<T> clasz,
HttpResponse httpResponse,
FormatType format)
2019-01-03 change access control from private to protected, then subClass can
override it and rewrite httpResponse processing
|
void |
RpcAcsRequest.setAcceptFormat(FormatType acceptFormat) |
void |
AcsRequest.setAcceptFormat(FormatType acceptFormat)
已过时。
: Use setSysAcceptFormat instead of this
|
void |
CommonRequest.setHttpContent(byte[] content,
String encoding,
FormatType format) |
void |
RpcAcsRequest.setSysAcceptFormat(FormatType acceptFormat) |
void |
AcsRequest.setSysAcceptFormat(FormatType acceptFormat) |
HttpRequest |
RpcAcsRequest.signRequest(Signer signer,
AlibabaCloudCredentials credentials,
FormatType format,
ProductDomain domain) |
HttpRequest |
RoaAcsRequest.signRequest(Signer signer,
AlibabaCloudCredentials credentials,
FormatType format,
ProductDomain domain) |
abstract HttpRequest |
AcsRequest.signRequest(Signer signer,
AlibabaCloudCredentials credentials,
FormatType format,
ProductDomain domain) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,String> |
RpcSignatureComposer.refreshSignParameters(Map<String,String> parameters,
Signer signer,
String accessKeyId,
FormatType format) |
Map<String,String> |
RoaSignatureComposer.refreshSignParameters(Map<String,String> parameters,
Signer signer,
String accessKeyId,
FormatType format) |
Map<String,String> |
OssSignatureComposer.refreshSignParameters(Map<String,String> parameters,
Signer signer,
String accessKeyId,
FormatType format) |
Map<String,String> |
ISignatureComposer.refreshSignParameters(Map<String,String> parameters,
Signer signer,
String accessKeyId,
FormatType format) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected FormatType |
HttpMessage.httpContentType |
| 限定符和类型 | 方法和说明 |
|---|---|
FormatType |
HttpMessage.getHttpContentType() |
static FormatType |
FormatType.mapAcceptToFormat(String accept) |
static FormatType |
FormatType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FormatType[] |
FormatType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
HttpMessage.getContentTypeValue(FormatType contentType,
String encoding) |
static String |
FormatType.mapFormatToAccept(FormatType format) |
void |
HttpResponse.setHttpContent(byte[] content,
String encoding,
FormatType format) |
void |
HttpMessage.setHttpContent(byte[] content,
String encoding,
FormatType format) |
void |
HttpMessage.setHttpContentType(FormatType httpContentType) |
| 限定符和类型 | 方法和说明 |
|---|---|
FormatType |
DefaultProfile.getFormat() |
FormatType |
IClientProfile.getFormat() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Reader |
ReaderFactory.createInstance(FormatType format)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Unmarshaller |
UnmarshallerFactory.getUnmarshaller(FormatType format) |
Copyright © 2020. All rights reserved.