Uses of Interface
org.miaixz.bus.http.metric.http.HttpCodec
Packages that use HttpCodec
Package
Description
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides the internal implementation of the HTTP/1.1 and HTTP/2 protocols.
-
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 TypeClassDescriptionclassA socket connection that can be used to send HTTP/1.1 messages.classEncodes requests and decodes responses using HTTP/2 frames.