Package | Description |
---|---|
org.dromara.hutool.http.client |
HTTP请求客户端封装,请求过程如下:
Server
^ |
| v
Request Response
^ |
| v
ClientEngine
|
org.dromara.hutool.http.client.engine.jdk |
基于JDK的HttpUrlConnection封装的HTTP客户端
|
org.dromara.hutool.http.webservice |
Webservice客户端封装实现
|
Modifier and Type | Interface and Description |
---|---|
interface |
HeaderOperation<T extends HeaderOperation<T>>
HTTP请求头的存储和读取相关方法
|
Modifier and Type | Class and Description |
---|---|
class |
Request
请求消息
请求消息用于定义请求所需的信息,如请求URL、请求方法、请求头、请求体等 此对象为无状态对象,与具体引擎不相关,因此可以复用。 |
Modifier and Type | Class and Description |
---|---|
class |
JdkHttpConnection
http连接对象,对HttpURLConnection的包装
|
Modifier and Type | Class and Description |
---|---|
class |
SoapClient
SOAP客户端
此对象用于构建一个SOAP消息,并通过HTTP接口发出消息内容。
|
Copyright © 2025. All rights reserved.