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
版权声明

本站文章、图片、视频等(除转载外),均采用知识共享署名 4.0 国际许可协议(CC BY-NC-SA 4.0),转载请注明出处、非商业性使用、并且以相同协议共享。

© 空空博客,本文链接:https://www.yeetrack.com/?p=779