Uses of Interface
org.jsoup.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
Modifier and TypeMethodDescriptionHttpConnection.onResponseProgress
(Progress<Connection.Response> handler) -
Uses of Progress in org.jsoup.internal
Modifier and TypeMethodDescription<ProgressContext>
ControllableInputStreamControllableInputStream.onProgress
(int contentLength, Progress<ProgressContext> callback, ProgressContext context)