Uses of Interface
org.miaixz.bus.http.plugin.httpv.Downloads.Listener
Packages that use Downloads.Listener
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 Downloads.Listener in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return Downloads.ListenerMethods in org.miaixz.bus.http with parameters of type Downloads.ListenerModifier and TypeMethodDescriptionHttpv.Builder.downloadListener(Downloads.Listener listener) Sets a listener for download progress. -
Uses of Downloads.Listener in org.miaixz.bus.http.plugin.httpv
Methods in org.miaixz.bus.http.plugin.httpv that return Downloads.ListenerConstructors in org.miaixz.bus.http.plugin.httpv with parameters of type Downloads.ListenerModifierConstructorDescriptionExecutor(Executor ioExecutor, Executor mainExecutor, Downloads.Listener downloadListener, CoverTasks.Listener<CoverResult> responseListener, CoverTasks.Listener<IOException> exceptionListener, CoverTasks.Listener<CoverResult.State> completeListener, Convertor[] convertors) Constructs a new Executor.