| 程序包 | 说明 |
|---|---|
| cn.sinlmao.commons.network.http |
| 限定符和类型 | 方法和说明 |
|---|---|
static ImMethod |
ImMethod.fromString(String symbol) |
ImMethod |
ImRequest.getMethod()
获取Request会话的方法(ImMethod)属性
Get the Request Method(ImMethod) attribute
|
static ImMethod |
ImMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ImMethod[] |
ImMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ImRequest |
ImRequest.setMethod(ImMethod method)
设置Method方法
默认为GET
Set the Method
Default is GET
|
Copyright © 2021. All rights reserved.