Uses of Interface
org.apache.http.client.AuthenticationStrategy

Packages that use AuthenticationStrategy
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

Uses of AuthenticationStrategy in org.apache.http.impl.client
 

Classes in org.apache.http.impl.client that implement AuthenticationStrategy
 class ProxyAuthenticationStrategy
          Default AuthenticationStrategy implementation for proxy host authentication.
 class TargetAuthenticationStrategy
          Default AuthenticationStrategy implementation for proxy host authentication.
 

Fields in org.apache.http.impl.client declared as AuthenticationStrategy
protected  AuthenticationStrategy DefaultRequestDirector.proxyAuthStrategy
          The proxy authentication handler.
protected  AuthenticationStrategy DefaultRequestDirector.targetAuthStrategy
          The target authentication handler.
 

Methods in org.apache.http.impl.client that return AuthenticationStrategy
protected  AuthenticationStrategy AbstractHttpClient.createProxyAuthenticationStrategy()
           
protected  AuthenticationStrategy AbstractHttpClient.createTargetAuthenticationStrategy()
           
 AuthenticationStrategy AbstractHttpClient.getProxyAuthenticationStrategy()
           
 AuthenticationStrategy AbstractHttpClient.getTargetAuthenticationStrategy()
           
 

Methods in org.apache.http.impl.client with parameters of type AuthenticationStrategy
 boolean HttpAuthenticator.authenticate(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
           
protected  RequestDirector AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, HttpParams params)
           
 boolean HttpAuthenticator.isAuthenticationRequested(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
           
 void AbstractHttpClient.setProxyAuthenticationStrategy(AuthenticationStrategy strategy)
           
 void AbstractHttpClient.setTargetAuthenticationStrategy(AuthenticationStrategy strategy)
           
 

Constructors in org.apache.http.impl.client with parameters of type AuthenticationStrategy
DefaultRequestDirector(org.apache.commons.logging.Log log, HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, HttpParams params)
           
 



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