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 RequestAuthenticatorConnection.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 ConnectionConnection.auth(RequestAuthenticator authenticator) Set the authenticator to use for this connection, enabling requests to URLs, and via proxies, that require authentication credentials.default Connection.RequestConnection.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 RequestAuthenticatorModifier and TypeFieldDescription(package private) RequestAuthenticatorAuthenticationHandler.authprivate RequestAuthenticatorHttpConnection.Request.authenticatorMethods in org.jsoup.helper that return RequestAuthenticatorMethods in org.jsoup.helper with parameters of type RequestAuthenticatorModifier and TypeMethodDescriptionHttpConnection.auth(RequestAuthenticator authenticator) HttpConnection.Request.auth(RequestAuthenticator authenticator) voidAuthenticationHandler.AuthShim.enable(RequestAuthenticator auth, HttpURLConnection con) voidAuthenticationHandler.GlobalHandler.enable(RequestAuthenticator auth, HttpURLConnection con) Constructors in org.jsoup.helper with parameters of type RequestAuthenticator