| 程序包 | 说明 |
|---|---|
| com.alibaba.rocketmq.common.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpTinyClient.HttpResult |
HttpTinyClient.httpGet(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs)
发送GET请求。
|
static HttpTinyClient.HttpResult |
HttpTinyClient.httpPost(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs)
发送POST请求。
|
Copyright © 2012–2016. All rights reserved.