Uses of Interface
org.miaixz.bus.http.plugin.httpv.Downloads.Listener
Packages that use Downloads.Listener
-
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) 设置下载监听器 -
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)