程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.core.utils |
限定符和类型 | 字段和说明 |
---|---|
protected FormatType |
HttpRequest.httpContentType |
限定符和类型 | 方法和说明 |
---|---|
FormatType |
HttpRequest.getHttpContentType() |
static FormatType |
FormatType.mapAcceptToFormat(String accept) |
static FormatType |
FormatType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FormatType[] |
FormatType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
static String |
FormatType.mapFormatToAccept(FormatType format) |
void |
HttpRequest.setHttpContent(byte[] content,
String encoding,
FormatType format) |
void |
HttpResponse.setHttpContent(byte[] content,
String encoding,
FormatType format) |
void |
HttpRequest.setHttpContentType(FormatType httpContentType) |
Copyright © 2019. All Rights Reserved.