Package org.jsoup.helper
Interface AuthenticationHandler.AuthShim
-
- All Known Implementing Classes:
AuthenticationHandler.GlobalHandler
- Enclosing class:
- AuthenticationHandler
static interface AuthenticationHandler.AuthShim
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enable(RequestAuthenticator auth, java.net.HttpURLConnection con)
AuthenticationHandler
get(AuthenticationHandler helper)
void
remove()
-
-
-
Method Detail
-
enable
void enable(RequestAuthenticator auth, java.net.HttpURLConnection con)
-
remove
void remove()
-
get
AuthenticationHandler get(AuthenticationHandler helper)
-
-