Searched refs:proxyAuthHandler (Results 1 – 4 of 4) sorted by relevance
/external/apache-http/src/org/apache/http/impl/client/ |
D | AbstractHttpClient.java | 125 private AuthenticationHandler proxyAuthHandler; field in AbstractHttpClient 333 if (proxyAuthHandler == null) { in getProxyAuthenticationHandler() 334 proxyAuthHandler = createProxyAuthenticationHandler(); in getProxyAuthenticationHandler() 336 return proxyAuthHandler; in getProxyAuthenticationHandler() 341 final AuthenticationHandler proxyAuthHandler) { in setProxyAuthenticationHandler() argument 342 this.proxyAuthHandler = proxyAuthHandler; in setProxyAuthenticationHandler() 577 final AuthenticationHandler proxyAuthHandler, in createClientRequestDirector() argument 590 proxyAuthHandler, in createClientRequestDirector()
|
D | DefaultRequestDirector.java | 148 private final AuthenticationHandler proxyAuthHandler; field in DefaultRequestDirector 177 final AuthenticationHandler proxyAuthHandler, in DefaultRequestDirector() argument 217 if (proxyAuthHandler == null) { in DefaultRequestDirector() 238 this.proxyAuthHandler = proxyAuthHandler; in DefaultRequestDirector() 762 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) { in createTunnelToTarget() 765 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in createTunnelToTarget() 769 challenges, this.proxyAuthState, this.proxyAuthHandler, in createTunnelToTarget() 1001 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) { in handleResponse() 1004 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in handleResponse() 1008 this.proxyAuthState, this.proxyAuthHandler, in handleResponse()
|
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
D | DefaultRequestDirector.java | 169 protected final AuthenticationHandler proxyAuthHandler; field in DefaultRequestDirector 201 final AuthenticationHandler proxyAuthHandler, in DefaultRequestDirector() argument 245 if (proxyAuthHandler == null) { in DefaultRequestDirector() 267 this.proxyAuthHandler = proxyAuthHandler; in DefaultRequestDirector() 289 final AuthenticationHandler proxyAuthHandler, in DefaultRequestDirector() argument 302 proxyAuthHandler, in DefaultRequestDirector() 794 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) { in createTunnelToTarget() 797 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in createTunnelToTarget() 801 challenges, this.proxyAuthState, this.proxyAuthHandler, in createTunnelToTarget() 1047 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) { in handleResponse() [all …]
|
D | ShadowDefaultRequestDirector.java | 68 AuthenticationHandler proxyAuthHandler, in __constructor__() argument 81 this.proxyAuthenticationHandler = proxyAuthHandler; in __constructor__() 97 proxyAuthHandler, in __constructor__() 117 AuthenticationHandler proxyAuthHandler, in __constructor__() argument 131 proxyAuthHandler, in __constructor__() local
|