| 程序包 | 说明 |
|---|---|
| com.envisioniot.enos.enosapi.sdk.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpResponseResult |
WebUtils.doDelete(String basicUrl,
Map<String,String> urlParams,
String bodyContent,
int connectTimeout,
int readTimeout) |
static HttpResponseResult |
WebUtils.doGet(String url,
Map<String,String> params,
int connectTimeout,
int readTimeout) |
static HttpResponseResult |
WebUtils.doPost(String basicUrl,
Map<String,String> urlParams,
String bodyContent,
int connectTimeout,
int readTimeout) |
static HttpResponseResult |
WebUtils.doPut(String basicUrl,
Map<String,String> urlParams,
String bodyContent,
int connectTimeout,
int readTimeout) |
static HttpResponseResult |
WebUtils.doRequest(String basicUrl,
Map<String,String> urlParams,
String bodyContent,
String charset,
String method,
int connectTimeout,
int readTimeout) |
static HttpResponseResult |
HttpClientUtils.getHttpResponseResult(org.apache.http.client.methods.HttpRequestBase request) |
static HttpResponseResult |
WebUtils.getHttpResponseResult(org.apache.http.client.methods.HttpRequestBase request,
boolean isStream) |
static HttpResponseResult |
HttpClientUtils.getHttpResponseResult(org.apache.http.client.methods.HttpRequestBase request,
boolean isStream)
如果是获取流信息,则待流信息关闭后再
|
Copyright © 2019. All rights reserved.