Package | Description |
---|---|
cn.hutool.http |
Hutool-http针对JDK的HttpUrlConnection做一层封装,简化了HTTPS请求、文件上传、Cookie记忆等操作,使Http请求变得无比简单。
|
cn.hutool.http.webservice |
Webservice客户端封装实现
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpInterceptor<T extends HttpBase<T>>
Http拦截器接口,通过实现此接口,完成请求发起前或结束后对请求的编辑工作
|
static class |
HttpInterceptor.Chain<T extends HttpBase<T>>
拦截器链
|
Modifier and Type | Class and Description |
---|---|
class |
HttpRequest
http请求类
Http请求类用于构建Http请求并同步获取结果,此类通过CookieManager持有域名对应的Cookie值,再次请求时会自动附带Cookie信息 |
class |
HttpResponse
Http响应类
非线程安全对象 |
Modifier and Type | Class and Description |
---|---|
class |
SoapClient
SOAP客户端
此对象用于构建一个SOAP消息,并通过HTTP接口发出消息内容。
|
Copyright © 2024. All rights reserved.