git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1580267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-03-22 17:40:37 +00:00
parent b2e8a927f2
commit 5e0875f0ae

View File

@ -98,6 +98,10 @@ public boolean isAuthenticationRequested(
return status == this.challengeCode; return status == this.challengeCode;
} }
/**
* Generates a map of challenge auth-scheme => Header entries
* @return map: key=lower-cased auth-scheme name, value=Header that contains the challenge
*/
@Override @Override
public Map<String, Header> getChallenges( public Map<String, Header> getChallenges(
final HttpHost authhost, final HttpHost authhost,