文件名称:httpcomponents-client-4.3.6-bin
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-06-23
- 文件大小:
- 1.44mb
- 下载次数:
- 0次
- 提 供 者:
- sh***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
HttpClient的jar包,用于在java中开发HttpClient程序时使用。-Apache HttpComponents Client
============================
Welcome to the HttpClient component of the Apache HttpComponents project.
Building Instructions
-
For building source instructions please refer to BUILDING.txt.
Dependencies
HttpClient main module requires Java 5.0 compatible runtime and
depends on the following external libraries:
* Apache HttpComponents HttpCore
* Apache Commons Logging
* Apache Commons Codec
(for detailed information on external dependencies please see pom.xml)
HttpMime module is optional and requires Java 5.0 compatible runtime
and depends on the following external libraries:
* Apache HttpComponents HttpCore
* Apache Commons Logging
(for detailed information on external dependencies please see pom.xml)
Licensing
-
Apache HttpComponents Client is licensed under the Apache License 2.0.
See the files called LICENSE.txt and NOTICE.txt for more information.
Cryptographic Software Notice
============================
Welcome to the HttpClient component of the Apache HttpComponents project.
Building Instructions
-
For building source instructions please refer to BUILDING.txt.
Dependencies
HttpClient main module requires Java 5.0 compatible runtime and
depends on the following external libraries:
* Apache HttpComponents HttpCore
* Apache Commons Logging
* Apache Commons Codec
(for detailed information on external dependencies please see pom.xml)
HttpMime module is optional and requires Java 5.0 compatible runtime
and depends on the following external libraries:
* Apache HttpComponents HttpCore
* Apache Commons Logging
(for detailed information on external dependencies please see pom.xml)
Licensing
-
Apache HttpComponents Client is licensed under the Apache License 2.0.
See the files called LICENSE.txt and NOTICE.txt for more information.
Cryptographic Software Notice
(系统自动生成,下载前可以参看下载内容)
下载文件列表
httpcomponents-client-4.3.6
...........................\RELEASE_NOTES.txt
...........................\LICENSE.txt
...........................\README.txt
...........................\NOTICE.txt
...........................\tutorial
...........................\........\html
...........................\........\....\caching.html
...........................\........\....\fluent.html
...........................\........\....\statemgmt.html
...........................\........\....\advanced.html
...........................\........\....\preface.html
...........................\........\....\authentication.html
...........................\........\....\fundamentals.html
...........................\........\....\connmgmt.html
...........................\........\....\index.html
...........................\........\....\css
...........................\........\....\...\hc-tutorial.css
...........................\........\....\images
...........................\........\....\......\asf_logo_wide.gif
...........................\........\....\......\hc_logo.png
...........................\........\...\httpclient-tutorial.pdf
...........................\examples
...........................\........\org
...........................\........\...\apache
...........................\........\...\......\http
...........................\........\...\......\....\examples
...........................\........\...\......\....\........\client
...........................\........\...\......\....\........\......\QuickStart.java
...........................\........\...\......\....\........\......\ClientCustomSSL.java
...........................\........\...\......\....\........\......\ClientConnectionRelease.java
...........................\........\...\......\....\........\......\ClientEvictExpiredConnections.java
...........................\........\...\......\....\........\......\ClientPreemptiveBasicAuthentication.java
...........................\........\...\......\....\........\......\ClientProxyAuthentication.java
...........................\........\...\......\....\........\......\ClientAuthentication.java
...........................\........\...\......\....\........\......\ClientMultiThreadedExecution.java
...........................\........\...\......\....\........\......\ClientPreemptiveDigestAuthentication.java
...........................\........\...\......\....\........\......\ClientChunkEncodedPost.java
...........................\........\...\......\....\........\......\ClientAbortMethod.java
...........................\........\...\......\....\........\......\ProxyTunnelDemo.java
...........................\........\...\......\....\........\......\ClientCustomContext.java
...........................\........\...\......\....\........\......\ClientExecuteSOCKS.java
...........................\........\...\......\....\........\......\ClientConfiguration.java
...........................\........\...\......\....\........\......\ClientFormLogin.java
...........................\........\...\......\....\........\......\ClientWithRequestFuture.java
...........................\........\...\......\....\........\......\ClientWithResponseHandler.java
...........................\........\...\......\....\........\......\ClientExecuteProxy.java
...........................\........\...\......\....\........\entity
...........................\........\...\......\....\........\......\mime
...........................\........\...\......\....\........\......\....\ClientMultipartFormPost.java
...........................\........\...\......\....\client
...........................\........\...\......\....\......\fluent
...........................\........\...\......\....\......\......\FluentExecutor.java
...........................\........\...\......\....\......\......\FluentAsync.java
...........................\........\...\......\....\......\......\FluentQuickStart.java
...........................\........\...\......\....\......\......\FluentRequests.java
...........................\........\...\......\....\..