| 程序包 | 说明 |
|---|---|
| cn.ziyicloud.framework.boot.util.httpclient | |
| cn.ziyicloud.framework.boot.util.httpclient.config | |
| cn.ziyicloud.framework.boot.util.httpclient.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
HttpClientUtil.status(org.apache.http.client.HttpClient client,
String url,
org.apache.http.Header[] headers,
org.apache.http.protocol.HttpContext context,
HttpMethod method)
查看资源链接情况,返回状态码
|
| 限定符和类型 | 方法和说明 |
|---|---|
HttpMethod |
HttpConfig.method() |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpConfig |
HttpConfig.method(HttpMethod method) |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HttpMethod[] |
HttpMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2022. All rights reserved.