| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.client.config.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpSimpleClient.HttpResult |
HttpSimpleClient.httpDelete(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs)
已过时。
Delete method.
|
static HttpSimpleClient.HttpResult |
HttpSimpleClient.httpDelete(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs,
boolean isSsl)
已过时。
Delete method.
|
static HttpSimpleClient.HttpResult |
HttpSimpleClient.httpGet(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs)
已过时。
发送GET请求.
|
static HttpSimpleClient.HttpResult |
HttpSimpleClient.httpGet(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs,
boolean isSsl)
已过时。
Get method.
|
static HttpSimpleClient.HttpResult |
HttpSimpleClient.httpPost(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs)
已过时。
发送POST请求.
|
static HttpSimpleClient.HttpResult |
HttpSimpleClient.httpPost(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs,
boolean isSsl)
已过时。
发送POST请求.
|
Copyright © 2018–2020 Alibaba Group. All rights reserved.