| Package | Description |
|---|---|
| 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) |
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) |
HttpSimpleClient.HttpResult |
ServerHttpAgent.httpGet(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
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) |
HttpSimpleClient.HttpResult |
ServerHttpAgent.httpPost(String path,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
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 Alibaba Group. All rights reserved.