【abp zero 6.7 源码】【srs源码编译】【snmp 协议源码】multipartentity源码

2024-11-19 09:28:41 来源:求整数源码 分类:百科

1.如何使用HttpClient

multipartentity源码

如何使用HttpClient

       ä¸€ã€ç®€ä»‹

       HttpClient是Apache Jakarta Common下的子项目,用来提供高效的、最新的、功能丰富的支持HTTP协议的客户端编程工具包,并且它支持HTTP协议最新的版本和建议。HttpClient已经应用在很多的项目中,比如Apache Jakarta上很著名的另外两个开源项目Cactus和HTMLUnit都使用了HttpClient。

       äºŒã€ç‰¹æ€§

       1. 基于标准、纯净的java语言。实现了Http1.0和Http1.1

       2. 以可扩展的面向对象的结构实现了Http全部的方法(GET,abp zero 6.7 源码 POST, PUT, DELETE, HEAD, OPTIONS, and TRACE)。

       3. 支持HTTPS协议。

       4. 通过Http代理建立透明的连接。

       5. 利用CONNECT方法通过Http代理建立隧道的.test;

       import java.io.File;

       import java.io.FileInputStream;

       import java.io.IOException;

       import java.io.UnsupportedEncodingException;

       import java.security.KeyManagementException;

       import java.security.KeyStore;

       import java.security.KeyStoreException;

       import java.security.NoSuchAlgorithmException;

       import java.security.cert.CertificateException;

       import java.util.ArrayList;

       import java.util.List;

       import javax.net.ssl.SSLContext;

       import org.apache.ment = new StringBody("A binary file of some kind", ContentType.TEXT_PLAIN);

       HttpEntity reqEntity = MultipartEntityBuilder.create().addPart("bin", bin).addPart("comment", comment).build();

       httppost.setEntity(reqEntity);

       System.out.println("executing request " + httppost.getRequestLine());

       CloseableHttpResponse response = httpclient.execute(httppost);

       try {

       System.out.println("----------------------------------------");

       System.out.println(response.getStatusLine());

       HttpEntity resEntity = response.getEntity();

       if (resEntity != null) {

       System.out.println("Response content length: " + resEntity.getContentLength());

       }

       EntityUtils.consume(resEntity);

       } finally {

       response.close();

       }

       } catch (ClientProtocolException e) {

       e.printStackTrace();

       } catch (IOException e) {

       e.printStackTrace();

       } finally {

       try {

       httpclient.close();

       } catch (IOException e) {

       e.printStackTrace();

       }

       }

       }

       }</namevaluepair></namevaluepair></namevaluepair></namevaluepair>

更多资讯请点击:百科

推荐资讯

4大客戶全包了!台積電3奈米訂單滿到2026

輝達執行長黃仁勳日前來台參加COMPUTEX,結束為期兩週的固樁行程之後,市場傳出由於AI需求增加,蘋果、高通、輝達與超微等四大廠,大舉包下台積電3奈米家族製程產能,並湧現客戶排隊潮,一路排到2026

天下晨間新聞 美股靜待拜登紓困演說,台積電ADR先暴衝|天下雜誌

拜登上午八點將發表紓困演說,美股先慶祝後保守。但,台積電ADR先暴衝了。您的閱讀篇數已達上限立刻訂閱全閱讀,即可享全站不限篇數閱讀