|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 HttpMethod 的软件包 | |
|---|---|
| com.aliyun.mns.common | |
| com.aliyun.mns.common.http | |
| com.aliyun.mns.common 中 HttpMethod 的使用 |
|---|
| 返回 HttpMethod 的 com.aliyun.mns.common 中的方法 | |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static HttpMethod[] |
HttpMethod.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
| com.aliyun.mns.common.http 中 HttpMethod 的使用 |
|---|
| 返回 HttpMethod 的 com.aliyun.mns.common.http 中的方法 | |
|---|---|
HttpMethod |
ServiceClient.Request.getMethod()
|
HttpMethod |
RequestMessage.getMethod()
获取HTTP的请求方法。 |
| 参数类型为 HttpMethod 的 com.aliyun.mns.common.http 中的方法 | |
|---|---|
void |
ServiceClient.Request.setMethod(HttpMethod method)
|
void |
RequestMessage.setMethod(HttpMethod method)
设置HTTP的请求方法。 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||