Uses of Class
org.miaixz.bus.http.plugin.httpv.Progress
Packages that use Progress
Package
Description
Provides the core implementation classes for the Httpv client, including task management, execution, data conversion,
and WebSocket support.
-
Uses of Progress in org.miaixz.bus.http.plugin.httpv
Method parameters in org.miaixz.bus.http.plugin.httpv with type arguments of type ProgressModifier and TypeMethodDescriptionCoverHttp.setOnProcess(Callback<Progress> onProcess) Sets a callback to monitor the progress of the request body upload.CoverResult.Body.setOnProcess(Callback<Progress> onProcess) Sets a progress callback for monitoring the download of the response body.ResultBody.setOnProcess(Callback<Progress> onProcess) Constructor parameters in org.miaixz.bus.http.plugin.httpv with type arguments of type ProgressModifierConstructorDescriptionProgressBody(RequestBody requestBody, Callback<Progress> onProcess, Executor callbackExecutor, long contentLength, long stepBytes) Constructs a new ProgressBody.ProgressStream(InputStream input, Callback<Progress> onProcess, long totalBytes, long stepBytes, long doneBytes, Executor callbackExecutor) Constructs a new ProgressStream.