Uses of Class
org.apache.http.auth.AuthOption

Packages that use AuthOption
org.apache.http.auth The API for client-side HTTP authentication against a server. 
org.apache.http.client The API for client-side HTTP communication. 
 

Uses of AuthOption in org.apache.http.auth
 

Methods in org.apache.http.auth that return types with arguments of type AuthOption
 Queue<AuthOption> AuthState.getAuthOptions()
          Returns available AuthOptions.
 

Method parameters in org.apache.http.auth with type arguments of type AuthOption
 void AuthState.update(Queue<AuthOption> authOptions)
          Updates the auth state with a queue of AuthOptions.
 

Uses of AuthOption in org.apache.http.client
 

Methods in org.apache.http.client that return types with arguments of type AuthOption
 Queue<AuthOption> AuthenticationStrategy.select(Map<String,Header> challenges, HttpHost authhost, HttpResponse response, HttpContext context)
          Selects one authentication challenge out of all available and creates and generates AuthOption instance capable of processing that challenge.
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.