Uses of Class
org.miaixz.bus.http.metric.Dispatcher
Packages that use Dispatcher
Package
Description
An HTTP client for Java applications.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of Dispatcher in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return DispatcherModifier and TypeMethodDescriptionHttpd.dispatcher()Returns the dispatcher that manages asynchronous requests.Methods in org.miaixz.bus.http with parameters of type DispatcherModifier and TypeMethodDescriptionHttpd.Builder.dispatcher(Dispatcher dispatcher) Sets the dispatcher used to execute asynchronous requests. -
Uses of Dispatcher in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz with parameters of type DispatcherModifier and TypeMethodDescriptionHttpBuilder.dispatcher(Dispatcher dispatcher) Sets the dispatcher used to execute asynchronous requests.