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.
 

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 stateHandler, HttpParams params)
           
 void AbstractHttpClient.setRedirectStrategy(RedirectStrategy redirectStrategy)
           
 

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)
           
 



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