Uses of Interface
org.jsoup.helper.RequestAuthenticator
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 RequestAuthenticator in org.jsoup
Modifier and TypeMethodDescriptiondefault @Nullable RequestAuthenticator
Connection.Request.auth()
Get the RequestAuthenticator, if any, that will be used on this request.Modifier and TypeMethodDescriptiondefault Connection
Connection.auth
(@Nullable RequestAuthenticator authenticator) Set the authenticator to use for this connection, enabling requests to URLs, and via proxies, that require authentication credentials.default Connection.Request
Connection.Request.auth
(@Nullable RequestAuthenticator authenticator) Set the authenticator to use for this request. -
Uses of RequestAuthenticator in org.jsoup.helper
Modifier and TypeMethodDescriptionHttpConnection.auth
(RequestAuthenticator authenticator) HttpConnection.Request.auth
(@Nullable RequestAuthenticator authenticator)