Uses of Interface
org.miaixz.bus.http.plugin.httpz.ProgressListener
Packages that use ProgressListener
Package
Description
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of ProgressListener in org.miaixz.bus.http.plugin.httpz
Classes in org.miaixz.bus.http.plugin.httpz that implement ProgressListenerModifier and TypeClassDescriptionclassAn abstractInterceptorthat adds a download progress listener to the response body.Constructors in org.miaixz.bus.http.plugin.httpz with parameters of type ProgressListenerModifierConstructorDescriptionDownloadFileProgressResponseBody(ResponseBody body, ProgressListener progressListener) Constructs a new progress-reporting response body.