| 限定符和类型 | 方法和说明 |
|---|---|
HttpResponse |
HttpClient.delete() |
static HttpResponse |
HttpUtil.delete(Map<String,String> headers,
String url,
String charset,
List<org.apache.http.NameValuePair> pairs) |
static HttpResponse |
HttpUtil.delete(Map<String,String> headers,
String url,
String charset,
Map<String,Object> params) |
static HttpResponse |
HttpUtil.delete(Map<String,String> headers,
String url,
String charset,
org.apache.http.NameValuePair... pairs) |
static HttpResponse |
HttpUtil.delete(String url,
String charset,
List<org.apache.http.NameValuePair> pairs) |
static HttpResponse |
HttpUtil.delete(String url,
String charset,
Map<String,Object> params) |
HttpResponse |
HttpClient.get() |
static HttpResponse |
HttpUtil.get(Map<String,String> headers,
String url) |
static HttpResponse |
HttpUtil.get(Map<String,String> headers,
String url,
String charset) |
static HttpResponse |
HttpUtil.get(Map<String,String> headers,
String url,
String charset,
List<org.apache.http.NameValuePair> pairs) |
static HttpResponse |
HttpUtil.get(Map<String,String> headers,
String url,
String charset,
Map<String,Object> params) |
static HttpResponse |
HttpUtil.get(String url) |
static HttpResponse |
HttpUtil.get(String url,
String charset) |
static HttpResponse |
HttpUtil.get(String url,
String charset,
List<org.apache.http.NameValuePair> pairs) |
static HttpResponse |
HttpUtil.get(String url,
String charset,
Map<String,Object> params) |
static HttpResponse |
HttpClient.parseResult(HttpResponse result,
org.apache.http.client.methods.CloseableHttpResponse response,
String encode) |
HttpResponse |
HttpClient.post() |
static HttpResponse |
HttpUtil.post(Map<String,String> headers,
String url) |
static HttpResponse |
HttpUtil.post(Map<String,String> headers,
String url,
org.apache.http.HttpEntity entity) |
static HttpResponse |
HttpUtil.post(Map<String,String> headers,
String url,
String charset,
org.apache.http.HttpEntity entity) |
static HttpResponse |
HttpUtil.post(Map<String,String> headers,
String url,
String charset,
Map<String,Object> params) |
static HttpResponse |
HttpUtil.post(String url) |
static HttpResponse |
HttpUtil.post(String url,
org.apache.http.HttpEntity entity) |
static HttpResponse |
HttpUtil.post(String url,
Map<String,Object> params) |
static HttpResponse |
HttpUtil.post(String url,
String charset,
org.apache.http.HttpEntity entity) |
static HttpResponse |
HttpUtil.post(String url,
String charset,
Map<String,Object> params) |
HttpResponse |
HttpClient.postStream(Map<String,String> headers,
String url,
String encode,
org.apache.http.HttpEntity entity) |
HttpResponse |
HttpClient.put() |
static HttpResponse |
HttpUtil.put(Map<String,String> headers,
String url,
String charset,
org.apache.http.HttpEntity entity) |
static HttpResponse |
HttpUtil.put(Map<String,String> headers,
String url,
String charset,
Map<String,Object> params) |
static HttpResponse |
HttpUtil.put(String url,
String charset,
Map<String,Object> params) |
static HttpResponse |
HttpUtil.stream(Map<String,String> headers,
String url,
String charset,
org.apache.http.HttpEntity entity) |
static HttpResponse |
HttpUtil.stream(Map<String,String> headers,
String url,
String charset,
Map<String,Object> params) |
static HttpResponse |
HttpUtil.stream(String url) |
static HttpResponse |
HttpUtil.stream(String url,
String charset,
org.apache.http.HttpEntity entity) |
static HttpResponse |
HttpUtil.stream(String url,
String charset,
Map<String,Object> params) |
HttpResponse |
HttpClient.upload() |
static HttpResponse |
HttpUtil.upload(String url,
Map<String,Object> files) |
static HttpResponse |
HttpUtil.upload(String url,
Map<String,Object> files,
Map<String,Object> params) |
static HttpResponse |
HttpUtil.upload(String url,
Map<String,Object> files,
Map<String,String> headers,
Map<String,Object> params) |
static HttpResponse |
HttpUtil.upload(String url,
Map<String,Object> files,
String charset,
Map<String,String> headers,
Map<String,Object> params)
文件上传
|
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpResponse |
HttpClient.parseResult(HttpResponse result,
org.apache.http.client.methods.CloseableHttpResponse response,
String encode) |
Copyright © 2024. All rights reserved.