皮皮网

【-1.5的源码】【电商源码net】【vue所有商城源码】multipartentity源码

时间:2025-01-21 02:49:27 来源:thinkphp案例源码

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,-1.5的源码 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>

推荐资讯
市场监管行风建设在行动|西安雁塔:“小小服务员”高效尽责解民忧

市场监管行风建设在行动|西安雁塔:“小小服务员”高效尽责解民忧

保险网站 源码_保险网站 源码是什么

保险网站 源码_保险网站 源码是什么

orchard源码

orchard源码

网上报名系统 源码_网站报名系统源码

网上报名系统 源码_网站报名系统源码

聯合國秘書長譴責海地蓬桑德地區幫派暴力事件

聯合國秘書長譴責海地蓬桑德地區幫派暴力事件

蜻蜓 源码_蜻蜓ipo

蜻蜓 源码_蜻蜓ipo

copyright © 2016 powered by 皮皮网   sitemap