| 程序包 | 说明 |
|---|---|
| com.nbsaas.http |
| 限定符和类型 | 方法和说明 |
|---|---|
Connection.Method |
Connection.Base.method()
Get the request method
|
static Connection.Method |
Connection.Method.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Connection.Method[] |
Connection.Method.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Connection |
HttpConnection.method(Connection.Method method) |
Connection |
Connection.method(Connection.Method method)
Set the request method to use, GET or POST.
|
T |
Connection.Base.method(Connection.Method method)
Set the request method
|
Copyright © 2021. All rights reserved.