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.
-
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)