File
Doc
Category
Size
Date
Package
AuthenticationHandler.java
API Doc
Android 1.5 API
2306
Wed May 06 22:41:10 BST 2009
org.apache.http.client
AuthenticationHandler
public interface AuthenticationHandler
author
Oleg Kalnichevski
Fields Summary
Constructors Summary
Methods Summary
public
java.util.Map
getChallenges
(
org.apache.http.HttpResponse
response,
org.apache.http.protocol.HttpContext
context)
public
boolean
isAuthenticationRequested
(
org.apache.http.HttpResponse
response,
org.apache.http.protocol.HttpContext
context)
public
org.apache.http.auth.AuthScheme
selectScheme
(
java.util.Map
challenges,
org.apache.http.HttpResponse
response,
org.apache.http.protocol.HttpContext
context)
Java Code Source