Package | Description |
---|---|
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/ |
Modifier and Type | Class and Description |
---|---|
class |
HttpClient4Engine
Apache HttpClient5的HTTP请求引擎
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClient5Engine
Apache HttpClient5的HTTP请求引擎
|
Modifier and Type | Class and Description |
---|---|
class |
JdkClientEngine
基于JDK的UrlConnection的Http客户端引擎实现
|
Modifier and Type | Class and Description |
---|---|
class |
OkHttpEngine
OkHttp3客户端引擎封装
|
Copyright © 2025. All rights reserved.