public class CookieProcessingTargetAuthenticationStrategy extends org.apache.http.impl.client.TargetAuthenticationStrategy
Constructor and Description |
---|
CookieProcessingTargetAuthenticationStrategy() |
Modifier and Type | Method and Description |
---|---|
Map<String,org.apache.http.Header> |
getChallenges(org.apache.http.HttpHost authhost,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context) |
protected boolean |
isCachable(org.apache.http.auth.AuthScheme arg0) |
public CookieProcessingTargetAuthenticationStrategy()
public Map<String,org.apache.http.Header> getChallenges(org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.auth.MalformedChallengeException
getChallenges
in interface org.apache.http.client.AuthenticationStrategy
getChallenges
in class org.apache.http.impl.client.TargetAuthenticationStrategy
org.apache.http.auth.MalformedChallengeException
protected boolean isCachable(org.apache.http.auth.AuthScheme arg0)
Copyright © 2012–2015 Microsoft. All rights reserved.