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