public class HttpClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClient.HttpResult |
| Modifier and Type | Field and Description |
|---|---|
static int |
CON_TIME_OUT_MILLIS |
static int |
TIME_OUT_MILLIS |
| Constructor and Description |
|---|
HttpClient() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPrefix() |
static HttpClient.HttpResult |
httpGet(String url,
List<String> headers,
Map<String,String> paramValues,
String encoding) |
static HttpClient.HttpResult |
request(String url,
List<String> headers,
Map<String,String> paramValues,
String body,
String encoding,
String method) |
public static final int TIME_OUT_MILLIS
public static final int CON_TIME_OUT_MILLIS
Copyright © 2018–2020 Alibaba Group. All rights reserved.