Home
last modified time | relevance | path

Searched refs:isAuthenticationRequested (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/client/
DAuthenticationHandler.java53 boolean isAuthenticationRequested( in isAuthenticationRequested() method
/external/apache-http/src/org/apache/http/impl/client/
DDefaultProxyAuthenticationHandler.java57 public boolean isAuthenticationRequested( in isAuthenticationRequested() method in DefaultProxyAuthenticationHandler
DDefaultTargetAuthenticationHandler.java57 public boolean isAuthenticationRequested( in isAuthenticationRequested() method in DefaultTargetAuthenticationHandler
DDefaultRequestDirector.java762 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) { in createTunnelToTarget()
967 if (this.targetAuthHandler.isAuthenticationRequested(response, context)) { in handleResponse()
1001 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) { in handleResponse()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DDefaultRequestDirector.java776 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) { in createTunnelToTarget()
995 if (this.targetAuthHandler.isAuthenticationRequested(response, context)) { in handleResponse()
1029 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) { in handleResponse()
/external/apache-http/api/
Dapache-http-legacy-current.txt1382 …method public abstract boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apache.…
2688 …method public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apache.http.prot…
2723 …method public boolean isAuthenticationRequested(org.apache.http.HttpResponse, org.apache.http.prot…