Uses of Interface
org.jsoup.helper.RequestAuthenticator
-
Packages that use RequestAuthenticator 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. -
-
Uses of RequestAuthenticator in org.jsoup
Methods in org.jsoup that return RequestAuthenticator Modifier and Type Method Description default RequestAuthenticator
Connection.Request. auth()
Get the RequestAuthenticator, if any, that will be used on this request.Methods in org.jsoup with parameters of type RequestAuthenticator Modifier and Type Method Description default Connection
Connection. auth(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(RequestAuthenticator authenticator)
Set the authenticator to use for this request. -
Uses of RequestAuthenticator in org.jsoup.helper
Fields in org.jsoup.helper declared as RequestAuthenticator Modifier and Type Field Description (package private) RequestAuthenticator
AuthenticationHandler. auth
private RequestAuthenticator
HttpConnection.Request. authenticator
Methods in org.jsoup.helper that return RequestAuthenticator Modifier and Type Method Description RequestAuthenticator
HttpConnection.Request. auth()
Methods in org.jsoup.helper with parameters of type RequestAuthenticator Modifier and Type Method Description Connection
HttpConnection. auth(RequestAuthenticator authenticator)
Connection.Request
HttpConnection.Request. auth(RequestAuthenticator authenticator)
void
AuthenticationHandler.AuthShim. enable(RequestAuthenticator auth, java.net.HttpURLConnection con)
void
AuthenticationHandler.GlobalHandler. enable(RequestAuthenticator auth, java.net.HttpURLConnection con)
Constructors in org.jsoup.helper with parameters of type RequestAuthenticator Constructor Description AuthenticationHandler(RequestAuthenticator auth)
-