-
大小: 8KB文件類型: .java金幣: 1下載: 0 次發布日期: 2021-01-06
- 語言: Java
- 標簽: HttpClientUt??接口調用??get??post??
資源簡介
該工具類是java 調用第三方接口時需要使用到的。HttpClientUtil 包含get和post方法。
代碼片段和文件信息
package?com.iflytek.evidence.data.exchange.proc.util;
import?java.io.BufferedReader;
import?java.io.IOException;
import?java.io.InputStreamReader;
import?java.io.OutputStreamWriter;
import?java.io.PrintWriter;
import?java.net.HttpURLConnection;
import?java.net.URI;
import?java.net.URL;
import?java.util.ArrayList;
import?java.util.List;
import?java.util.Map;
import?org.apache.http.NameValuePair;
import?org.apache.http.client.entity.UrlEncodedFormEntity;
import?org.apache.http.client.methods.CloseableHttpResponse;
import?org.apache.http.client.methods.HttpGet;
import?org.apache.http.client.methods.HttpPost;
import?org.apache.http.client.utils.URIBuilder;
import?org.apache.http.entity.ContentType;
import?org.apache.http.entity.StringEntity;
import?org.apache.http.impl.
評論
共有 條評論