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

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

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

Methods in org.apache.http.impl.auth with parameters of type AuthenticationStrategy
 boolean HttpAuthenticator.handleAuthChallenge(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
           
 boolean HttpAuthenticator.isAuthenticationRequested(HttpHost host, HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, HttpContext context)
           
 

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
          Deprecated. The proxy authentication handler.
protected  AuthenticationStrategy DefaultRequestDirector.targetAuthStrategy
          Deprecated. The target authentication handler.
 

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

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)
          Deprecated.  
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)
          Deprecated.  
 void AbstractHttpClient.setProxyAuthenticationStrategy(AuthenticationStrategy strategy)
          Deprecated.  
 HttpClientBuilder HttpClientBuilder.setProxyAuthenticationStrategy(AuthenticationStrategy proxyAuthStrategy)
           
 void AbstractHttpClient.setTargetAuthenticationStrategy(AuthenticationStrategy strategy)
          Deprecated.  
 HttpClientBuilder HttpClientBuilder.setTargetAuthenticationStrategy(AuthenticationStrategy targetAuthStrategy)
           
 

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)
          Deprecated.  
 

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

Constructors in org.apache.http.impl.execchain with parameters of type AuthenticationStrategy
MainClientExec(HttpRequestExecutor requestExecutor, HttpClientConnectionManager connManager, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler)
           
 



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