Uses of Interface
org.miaixz.bus.http.metric.http.HttpCodec
Packages that use HttpCodec
-
Uses of HttpCodec in org.miaixz.bus.http.accord
Constructors in org.miaixz.bus.http.accord with parameters of type HttpCodecModifierConstructorDescriptionExchange(Transmitter transmitter, NewCall call, EventListener eventListener, org.miaixz.bus.http.accord.ExchangeFinder finder, HttpCodec codec) -
Uses of HttpCodec in org.miaixz.bus.http.metric.http
Classes in org.miaixz.bus.http.metric.http that implement HttpCodecModifier and TypeClassDescriptionclass可以用来发送HTTP/1.1消息的套接字连接。这个类严格执行以下生命周期: 没有请求主体的交换器可以跳过创建和关闭请求主体。没有响应体的交换器可以 调用newFixedLengthSource(0)并可以跳过读取和关闭该源class使用HTTP/2帧对请求和响应进行编码.