public class HttpSimpleClient extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
HttpSimpleClient.HttpResult |
| 构造器和说明 |
|---|
HttpSimpleClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpSimpleClient.HttpResult |
httpGet(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
static HttpSimpleClient.HttpResult |
httpPost(String url,
List<String> headers,
List<String> paramValues,
String encoding,
long readTimeoutMs) |
public static HttpSimpleClient.HttpResult httpGet(String url, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs) throws IOException
IOExceptionpublic static HttpSimpleClient.HttpResult httpPost(String url, List<String> headers, List<String> paramValues, String encoding, long readTimeoutMs) throws IOException
IOExceptionCopyright © 2016. All rights reserved.