Uses of Interface
org.jsoup.Progress
Packages that use Progress
Package
Description
Contains the main
Jsoup
class, which provides convenient static access to the jsoup functionality.
Package containing classes supporting the core jsoup code.
Util methods used by Jsoup.
-
Uses of Progress in org.jsoup
Modifier and TypeMethodDescriptiondefault Connection
Connection.onResponseProgress
(Progress<Connection.Response> handler) Set the response progress handler, which will be called periodically as the response body is downloaded. -
Uses of Progress in org.jsoup.helper
Methods in org.jsoup.helper with parameters of type ProgressModifier and TypeMethodDescriptionHttpConnection.onResponseProgress
(Progress<Connection.Response> handler) -
Uses of Progress in org.jsoup.internal
Methods in org.jsoup.internal with parameters of type ProgressModifier and TypeMethodDescription<ProgressContext>
ControllableInputStreamControllableInputStream.onProgress
(int contentLength, Progress<ProgressContext> callback, ProgressContext context)