Searched refs:getChallenges (Results 1 – 6 of 6) sorted by relevance
/external/apache-http/src/org/apache/http/client/ |
D | AuthenticationHandler.java | 57 Map<String, Header> getChallenges( in getChallenges() method
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultTargetAuthenticationHandler.java | 67 public Map<String, Header> getChallenges( in getChallenges() method in DefaultTargetAuthenticationHandler
|
D | DefaultProxyAuthenticationHandler.java | 67 public Map<String, Header> getChallenges( in getChallenges() method in DefaultProxyAuthenticationHandler
|
D | DefaultRequestDirector.java | 765 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in createTunnelToTarget() 976 Map<String, Header> challenges = this.targetAuthHandler.getChallenges( in handleResponse() 1004 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in handleResponse()
|
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
D | DefaultRequestDirector.java | 797 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in createTunnelToTarget() 1022 Map<String, Header> challenges = this.targetAuthHandler.getChallenges( in handleResponse() 1052 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in handleResponse()
|
/external/apache-http/api/ |
D | current.txt | 1292 …method @Deprecated public java.util.Map<java.lang.String,org.apache.http.Header> getChallenges(org… 2566 …method @Deprecated public java.util.Map<java.lang.String,org.apache.http.Header> getChallenges(org… 2601 …method @Deprecated public java.util.Map<java.lang.String,org.apache.http.Header> getChallenges(org…
|