| Package | Description |
|---|---|
| com.aliyun.mns.common | |
| com.aliyun.mns.common.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
ServiceClient.Request.getMethod() |
HttpMethod |
RequestMessage.getMethod()
获取HTTP的请求方法。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceClient.Request.setMethod(HttpMethod method) |
void |
RequestMessage.setMethod(HttpMethod method)
设置HTTP的请求方法。
|
Copyright © 2024. All Rights Reserved.