Uses of Class
org.jsoup.helper.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description org.jsoup.helper Package containing classes supporting the core jsoup code. -
-
Uses of AuthenticationHandler in org.jsoup.helper
Fields in org.jsoup.helper with type parameters of type AuthenticationHandler Modifier and Type Field Description (package private) static java.lang.ThreadLocal<AuthenticationHandler>
AuthenticationHandler.GlobalHandler. authenticators
Methods in org.jsoup.helper that return AuthenticationHandler Modifier and Type Method Description AuthenticationHandler
AuthenticationHandler.AuthShim. get(AuthenticationHandler helper)
AuthenticationHandler
AuthenticationHandler.GlobalHandler. get(AuthenticationHandler helper)
Methods in org.jsoup.helper with parameters of type AuthenticationHandler Modifier and Type Method Description AuthenticationHandler
AuthenticationHandler.AuthShim. get(AuthenticationHandler helper)
AuthenticationHandler
AuthenticationHandler.GlobalHandler. get(AuthenticationHandler helper)
-