| Package | Description |
|---|---|
| com.aliyuncs | |
| com.aliyuncs.auth | |
| com.aliyuncs.http | |
| com.aliyuncs.profile | |
| com.aliyuncs.reader | |
| com.aliyuncs.unmarshaller |
| Modifier and Type | Method and Description |
|---|---|
FormatType |
AcsRequest.getAcceptFormat() |
| Modifier and Type | Method and Description |
|---|---|
<T extends AcsResponse> |
IAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
Credential credential,
Signer signer,
FormatType format,
List<Endpoint> endpoints)
Deprecated.
|
<T extends AcsResponse> |
DefaultAcsClient.doAction(AcsRequest<T> request,
boolean autoRetry,
int maxRetryNumber,
String regionId,
Credential credential,
Signer signer,
FormatType format,
List<Endpoint> endpoints)
Deprecated.
|
void |
RpcAcsRequest.setAcceptFormat(FormatType acceptFormat) |
void |
AcsRequest.setAcceptFormat(FormatType acceptFormat) |
void |
CommonRequest.setHttpContent(byte[] content,
String encoding,
FormatType format) |
HttpRequest |
RoaAcsRequest.signRequest(Signer signer,
AlibabaCloudCredentials credentials,
FormatType format,
ProductDomain domain) |
HttpRequest |
OssAcsRequest.signRequest(Signer signer,
AlibabaCloudCredentials credentials,
FormatType format,
ProductDomain domain) |
HttpRequest |
RpcAcsRequest.signRequest(Signer signer,
AlibabaCloudCredentials credentials,
FormatType format,
ProductDomain domain) |
abstract HttpRequest |
AcsRequest.signRequest(Signer signer,
AlibabaCloudCredentials credentials,
FormatType format,
ProductDomain domain) |
HttpRequest |
AcsRequest.signRequest(Signer signer,
Credential credential,
FormatType format,
ProductDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
RoaSignatureComposer.refreshSignParameters(Map<String,String> parameters,
Signer signer,
String accessKeyId,
FormatType format) |
Map<String,String> |
RpcSignatureComposer.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) |
| Modifier and Type | Field and Description |
|---|---|
protected FormatType |
HttpMessage.httpContentType |
| Modifier and Type | Method and Description |
|---|---|
FormatType |
HttpMessage.getHttpContentType() |
static FormatType |
FormatType.mapAcceptToFormat(String accept) |
static FormatType |
FormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatType[] |
FormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
FormatType |
IClientProfile.getFormat() |
FormatType |
DefaultProfile.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
static Reader |
ReaderFactory.createInstance(FormatType format)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Unmarshaller |
UnmarshallerFactory.getUnmarshaller(FormatType format) |
Copyright © 2018. All Rights Reserved.