Uses of Class
org.miaixz.bus.http.accord.Transmitter
Packages that use Transmitter
Package
Description
An HTTP client for Java applications.
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 Transmitter in org.miaixz.bus.http
Fields in org.miaixz.bus.http declared as TransmitterModifier and TypeFieldDescriptionRealCall.transmitterThe transmitter for this call, which manages the connection and exchange. -
Uses of Transmitter in org.miaixz.bus.http.accord
Constructors in org.miaixz.bus.http.accord with parameters of type TransmitterModifierConstructorDescriptionExchange(Transmitter transmitter, NewCall call, EventListener eventListener, org.miaixz.bus.http.accord.ExchangeFinder finder, HttpCodec codec) -
Uses of Transmitter in org.miaixz.bus.http.metric.http
Methods in org.miaixz.bus.http.metric.http that return TransmitterMethods in org.miaixz.bus.http.metric.http with parameters of type TransmitterModifier and TypeMethodDescriptionRealInterceptorChain.proceed(Request request, Transmitter transmitter, Exchange exchange) Constructors in org.miaixz.bus.http.metric.http with parameters of type TransmitterModifierConstructorDescriptionRealInterceptorChain(List<Interceptor> interceptors, Transmitter transmitter, Exchange exchange, int index, Request request, NewCall call, int connectTimeout, int readTimeout, int writeTimeout)