Uses of Class
org.miaixz.bus.http.plugin.httpv.CoverHttp.Async
Packages that use CoverHttp.Async
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 CoverHttp.Async in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return CoverHttp.AsyncModifier and TypeMethodDescriptionStarts an asynchronous HTTP request. -
Uses of CoverHttp.Async in org.miaixz.bus.http.plugin.httpv
Methods in org.miaixz.bus.http.plugin.httpv that return CoverHttp.AsyncModifier and TypeMethodDescriptionCoverHttp.Async.setOnComplete(Callback<CoverResult.State> onComplete) Sets the callback for when the request is complete (will be called in all cases).CoverHttp.Async.setOnException(Callback<IOException> onException) Sets the callback for exceptions.CoverHttp.Async.setOnResponse(Callback<CoverResult> onResponse) Sets the callback for a successful HTTP response.