HttpClient

HttpClient 4.3教程-前言

httpclient发布了4.3版,改动比较大,之前常用的一些类和方法已经不推荐使用了,在这里对httpclient4.3.1的官方英文文档进行翻译,希望可以坚持到最后。目录如下:

前言

  1. HttpClient的定义
  2. HttpClient不能做的事情

1. 基本概念

2. 连接管理

3. Http状态管理

4.HTTP认证

5. 快速API

6. HTTP Caching

6.1. General Concepts 
6.2. RFC-2616 Compliance 
6.3. Example Usage 
6.4. Configuration 
6.5. Storage Backends 

7. Advanced topics

7.1. Custom client connections 
7.2. Stateful HTTP connections      
7.2.1. User token handler     
7.2.2. Persistent stateful connections 
 7.3. Using the FutureRequestExecutionService      
7.3.1. Creating the FutureRequestExecutionService    
 7.3.2. Scheduling requests     
7.3.3. Canceling tasks     
7.3.4. Callbacks    
 7.3.5. Metrics
原文地址:https://www.cnblogs.com/ITniu/p/7380373.html