Uses of Class
org.miaixz.bus.http.plugin.httpv.Progress
Packages that use Progress
-
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) 设置报文体发送进度回调CoverResult.Body.setOnProcess(Callback<Progress> onProcess) 设置报文体接收进度回调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) ProgressStream(InputStream input, Callback<Progress> onProcess, long totalBytes, long stepBytes, long doneBytes, Executor callbackExecutor)