Uses of Class
org.miaixz.bus.http.Httpv
Packages that use Httpv
Package
Description
An HTTP client for Java applications.
Provides the core implementation classes for the Httpv client, including task management, execution, data conversion,
and WebSocket support.
-
Uses of Httpv in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return HttpvModifier and TypeMethodDescriptionHttpv.Builder.build()Builds a newHttpvinstance with the configured settings.Constructors in org.miaixz.bus.http with parameters of type Httpv -
Uses of Httpv in org.miaixz.bus.http.plugin.httpv
Fields in org.miaixz.bus.http.plugin.httpv declared as HttpvMethods in org.miaixz.bus.http.plugin.httpv that return HttpvConstructors in org.miaixz.bus.http.plugin.httpv with parameters of type HttpvModifierConstructorDescriptionConstructs a new asynchronous request builder.Constructs a new WebSocket client.Constructs a new CoverHttp request builder.Constructs a new synchronous request builder.