Uses of Class
org.miaixz.bus.http.Httpz.Client
Packages that use Httpz.Client
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 Httpz.Client in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return Httpz.ClientModifier and TypeMethodDescriptionstatic Httpz.ClientHttpz.getClient()Gets the currently used client instance.Methods in org.miaixz.bus.http with parameters of type Httpz.ClientModifier and TypeMethodDescriptionstatic voidHttpz.setClient(Httpz.Client httpClient) Sets a custom client instance. -
Uses of Httpz.Client in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz that return Httpz.ClientModifier and TypeMethodDescriptionHttpBuilder.build()Creates anHttpz.Clientwith the configured settings.