| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.http.client.engine |
Http客户端引擎实现
|
| org.dromara.hutool.http.client.engine.httpclient4 |
Apache HttpClient 4.x实现
文档见:https://hc.apache.org/httpcomponents-client-4.5.x/index.html |
| org.dromara.hutool.http.client.engine.httpclient5 |
Apache HttpClient 5.1.x实现
文档见:https://hc.apache.org/httpcomponents-client-5.1.x/index.html |
| org.dromara.hutool.http.client.engine.jdk |
基于JDK的HttpUrlConnection封装的HTTP客户端
|
| org.dromara.hutool.http.client.engine.okhttp |
OKHttp3封装
文档见:https://square.github.io/okhttp/ |
| 类和说明 |
|---|
| ClientEngine
HTTP客户端引擎接口,通过不同实现,完成HTTP请求发送
|
| 类和说明 |
|---|
| ClientEngine
HTTP客户端引擎接口,通过不同实现,完成HTTP请求发送
|
| 类和说明 |
|---|
| ClientEngine
HTTP客户端引擎接口,通过不同实现,完成HTTP请求发送
|
| 类和说明 |
|---|
| ClientEngine
HTTP客户端引擎接口,通过不同实现,完成HTTP请求发送
|
| 类和说明 |
|---|
| ClientEngine
HTTP客户端引擎接口,通过不同实现,完成HTTP请求发送
|
Copyright © 2023. All rights reserved.