Uses of Interface
org.jsoup.helper.RequestAuthenticator
Packages that use 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
Methods in org.jsoup that return RequestAuthenticatorModifier and TypeMethodDescriptiondefault @Nullable RequestAuthenticator
Connection.Request.auth()
Get the RequestAuthenticator, if any, that will be used on this request.Methods in org.jsoup with parameters of type RequestAuthenticatorModifier 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
Methods in org.jsoup.helper that return RequestAuthenticatorMethods in org.jsoup.helper with parameters of type RequestAuthenticatorModifier and TypeMethodDescriptionHttpConnection.auth
(@Nullable RequestAuthenticator authenticator) HttpConnection.Request.auth
(@Nullable RequestAuthenticator authenticator)