Uses of Class
org.miaixz.bus.http.accord.Transmitter
Packages that use Transmitter
-
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)