Home
last modified time | relevance | path

Searched defs:AuthenticationHandler (Results 1 – 2 of 2) sorted by relevance

/external/jsoup/src/main/java/org/jsoup/helper/
DAuthenticationHandler.java15 class AuthenticationHandler extends Authenticator { class
35 AuthenticationHandler() {} in AuthenticationHandler() method in AuthenticationHandler
37 AuthenticationHandler(RequestAuthenticator auth) { in AuthenticationHandler() method in AuthenticationHandler
76 Authenticator.setDefault(new AuthenticationHandler()); in Authenticator.setDefault()
/external/apache-http/src/org/apache/http/client/
DAuthenticationHandler.java51 public interface AuthenticationHandler { interface