| Package | Description |
|---|---|
| com.alibaba.nacos.client.config.http | |
| com.alibaba.nacos.client.config.impl |
| Modifier and Type | Method and Description |
|---|---|
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) |
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
|
| Modifier and Type | Method and Description |
|---|---|
static HttpSimpleClient.HttpResult |
HttpSimpleClient.httpDelete(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
static HttpSimpleClient.HttpResult |
HttpSimpleClient.httpDelete(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs,
boolean isSSL) |
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) |
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.