Uses of Interface
org.jsoup.Progress
-
Packages that use Progress Package Description org.jsoup Contains the mainJsoup
class, which provides convenient static access to the jsoup functionality.org.jsoup.helper Package containing classes supporting the core jsoup code.org.jsoup.internal Util methods used by Jsoup. -
-
Uses of Progress in org.jsoup
Methods in org.jsoup with parameters of type Progress Modifier and Type Method Description default 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
Fields in org.jsoup.helper declared as Progress Modifier and Type Field Description private Progress<Connection.Response>
HttpConnection.Request. responseProgress
Methods in org.jsoup.helper with parameters of type Progress Modifier and Type Method Description Connection
HttpConnection. onResponseProgress(Progress<Connection.Response> handler)
-
Uses of Progress in org.jsoup.internal
Fields in org.jsoup.internal declared as Progress Modifier and Type Field Description private Progress<?>
ControllableInputStream. progress
Methods in org.jsoup.internal with parameters of type Progress Modifier and Type Method Description <ProgressContext>
ControllableInputStreamControllableInputStream. onProgress(int contentLength, Progress<ProgressContext> callback, ProgressContext context)
-