Uses of Class
com.alibaba.nacos.client.config.impl.HttpSimpleClient.HttpResult
-
Packages that use HttpSimpleClient.HttpResult Package Description com.alibaba.nacos.client.config.http com.alibaba.nacos.client.config.impl -
-
Uses of HttpSimpleClient.HttpResult in com.alibaba.nacos.client.config.http
Methods in com.alibaba.nacos.client.config.http that return HttpSimpleClient.HttpResult Modifier and Type Method Description HttpSimpleClient.HttpResultHttpAgent. httpDelete(String path, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)invoke http delete methodHttpSimpleClient.HttpResultMetricsHttpAgent. httpDelete(String path, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)HttpSimpleClient.HttpResultServerHttpAgent. httpDelete(String path, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)HttpSimpleClient.HttpResultHttpAgent. httpGet(String path, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)invoke http get methodHttpSimpleClient.HttpResultMetricsHttpAgent. httpGet(String path, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)HttpSimpleClient.HttpResultServerHttpAgent. httpGet(String path, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)HttpSimpleClient.HttpResultHttpAgent. httpPost(String path, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)invoke http post methodHttpSimpleClient.HttpResultMetricsHttpAgent. httpPost(String path, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)HttpSimpleClient.HttpResultServerHttpAgent. httpPost(String path, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs) -
Uses of HttpSimpleClient.HttpResult in com.alibaba.nacos.client.config.impl
Methods in com.alibaba.nacos.client.config.impl that return HttpSimpleClient.HttpResult Modifier and Type Method Description static HttpSimpleClient.HttpResultHttpSimpleClient. httpDelete(String url, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)static HttpSimpleClient.HttpResultHttpSimpleClient. httpDelete(String url, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs, boolean isSSL)static HttpSimpleClient.HttpResultHttpSimpleClient. httpGet(String url, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)发送GET请求。static HttpSimpleClient.HttpResultHttpSimpleClient. httpGet(String url, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs, boolean isSSL)static HttpSimpleClient.HttpResultHttpSimpleClient. httpPost(String url, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs)发送POST请求。static HttpSimpleClient.HttpResultHttpSimpleClient. httpPost(String url, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs, boolean isSSL)发送POST请求。
-