| 程序包 | 说明 |
|---|---|
| com.aliyun.credentials.http |
| 限定符和类型 | 字段和说明 |
|---|---|
protected FormatType |
HttpMessage.httpContentType |
| 限定符和类型 | 方法和说明 |
|---|---|
FormatType |
HttpMessage.getHttpContentType() |
static FormatType |
FormatType.mapAcceptToFormat(String accept) |
static FormatType |
FormatType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FormatType[] |
FormatType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.