| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.client.config.http | |
| com.alibaba.nacos.client.config.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpSimpleClient.HttpResult |
ServerHttpAgent.httpDelete(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
HttpSimpleClient.HttpResult |
MetricsHttpAgent.httpDelete(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
HttpSimpleClient.HttpResult |
HttpAgent.httpDelete(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs)
invoke http delete method.
|
HttpSimpleClient.HttpResult |
ServerHttpAgent.httpGet(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs)
Invoke http get method.
|
HttpSimpleClient.HttpResult |
MetricsHttpAgent.httpGet(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
HttpSimpleClient.HttpResult |
HttpAgent.httpGet(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs)
invoke http get method.
|
HttpSimpleClient.HttpResult |
ServerHttpAgent.httpPost(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
HttpSimpleClient.HttpResult |
MetricsHttpAgent.httpPost(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
HttpSimpleClient.HttpResult |
HttpAgent.httpPost(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs)
invoke http post method.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.