| Package | Description |
|---|---|
| com.aliyun.credentials.http |
| 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 |
|---|---|
static String |
FormatType.mapFormatToAccept(FormatType format) |
void |
HttpMessage.setHttpContent(byte[] content,
String encoding,
FormatType format) |
void |
HttpMessage.setHttpContentType(FormatType httpContentType) |
Copyright © 2020. All rights reserved.