mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-24 19:30:55 +00:00
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1580267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2e8a927f2
commit
5e0875f0ae
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user