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

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

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

Classes in org.apache.http.impl.client that implement RedirectStrategy
 class DefaultRedirectStrategy
          Default implementation of RedirectStrategy.
 class LaxRedirectStrategy
          Lax RedirectStrategy implementation that automatically redirects all HEAD, GET and POST requests.
 

Fields in org.apache.http.impl.client declared as RedirectStrategy
protected  RedirectStrategy DefaultRequestDirector.redirectStrategy
          The redirect strategy.
 

Methods in org.apache.http.impl.client that return RedirectStrategy
 RedirectStrategy AbstractHttpClient.getRedirectStrategy()
           
 

Methods in org.apache.http.impl.client with parameters of type RedirectStrategy
protected  RequestDirector AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. (4.2) do not use
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)
           
 void AbstractHttpClient.setRedirectStrategy(RedirectStrategy strategy)
           
 

Constructors in org.apache.http.impl.client with parameters of type RedirectStrategy
DefaultRequestDirector(org.apache.commons.logging.Log log, HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. 
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-2013 The Apache Software Foundation. All Rights Reserved.