| 程序包 | 说明 |
|---|---|
| com.yeepay.yop.sdk.http | |
| com.yeepay.yop.sdk.internal |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Set<HttpMethodName> |
AbstractYopHttpClient.PAYLOAD_SUPPORT_METHODS |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpMethodName |
HttpMethodName.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HttpMethodName[] |
HttpMethodName.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpMethodName |
Request.getHttpMethod()
Returns the HTTP method (GET, POST, etc) to use when sending this
request.
|
HttpMethodName |
DefaultRequest.getHttpMethod() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Request.setHttpMethod(HttpMethodName httpMethod)
Sets the HTTP method (GET, POST, etc) to use when sending this request.
|
void |
DefaultRequest.setHttpMethod(HttpMethodName httpMethod) |
Copyright © 2024. All rights reserved.