|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.client.AbstractAuthenticationHandler
org.apache.http.impl.client.DefaultTargetAuthenticationHandler
public class DefaultTargetAuthenticationHandler
Constructor Summary | |
---|---|
DefaultTargetAuthenticationHandler()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,org.apache.http.Header> |
getChallenges(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
|
boolean |
isAuthenticationRequested(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
|
Methods inherited from class org.apache.http.impl.client.AbstractAuthenticationHandler |
---|
getAuthPreferences, parseChallenges, selectScheme |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultTargetAuthenticationHandler()
Method Detail |
---|
public boolean isAuthenticationRequested(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
public java.util.Map<java.lang.String,org.apache.http.Header> getChallenges(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws MalformedChallengeException
MalformedChallengeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |