| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.utils |
| Modifier and Type | Field and Description |
|---|---|
protected FormatType |
HttpRequest.httpContentType |
| Modifier and Type | Method and Description |
|---|---|
FormatType |
HttpRequest.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 |
HttpRequest.setHttpContent(byte[] content,
String encoding,
FormatType format) |
void |
HttpResponse.setHttpContent(byte[] content,
String encoding,
FormatType format) |
void |
HttpRequest.setHttpContentType(FormatType httpContentType) |
Copyright © 2024. All Rights Reserved.