Uses of Class
com.gitee.apanlh.util.net.http.HttpBody
-
Packages that use HttpBody Package Description com.gitee.apanlh.util.net.http 提供HTTP客户端实现采用两种客户端(原生客户端/JDK11客户端)
特别提供链路耗时,链路ID等功能
未来增加链路监控方式
支持对虚拟线程优化(但必须使用jdk21)com.gitee.apanlh.util.net.http.handler.body 内部对HTTPBody进行自动参数转化解析策略com.gitee.apanlh.util.net.http.handler.body.cast 内部对HTTPBody进行强制转换操作 -
-
Uses of HttpBody in com.gitee.apanlh.util.net.http
Methods in com.gitee.apanlh.util.net.http that return HttpBody Modifier and Type Method Description static <T> HttpBodyHttpBody. create(HttpRequest httpRequest, T requestBody, HttpBodyType bodyType)构建HTTPBody对象
自定义请求对象
自定义请求类型HttpBodyHttpRequest. getBody()获取HTTPBodyMethods in com.gitee.apanlh.util.net.http with parameters of type HttpBody Modifier and Type Method Description voidHttpRequest. setBody(HttpBody httpBody)设置-Request请求体 -
Uses of HttpBody in com.gitee.apanlh.util.net.http.handler.body
Methods in com.gitee.apanlh.util.net.http.handler.body with parameters of type HttpBody Modifier and Type Method Description default Map<String,Object>HttpBodyParse. toLinkedMap(HttpBody httpBody)将Bean转换成Map形式
LinkedHashMap -
Uses of HttpBody in com.gitee.apanlh.util.net.http.handler.body.cast
Constructors in com.gitee.apanlh.util.net.http.handler.body.cast with parameters of type HttpBody Constructor Description HttpBodyCast(HttpBody httpBody)构造函数-加载HttpBodyHttpRequestBodyCast(HttpBody httpBody)构造函数-加载HttpBody
继承父类HttpRequestPreBodyCast(HttpBody httpBody)构造函数-加载HttpBody
继承父类
-