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

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

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

Classes in org.apache.http.impl.client that implement RedirectHandler
 class DefaultRedirectHandler
          Deprecated. use DefaultRedirectStrategy.
 

Fields in org.apache.http.impl.client declared as RedirectHandler
protected  RedirectHandler DefaultRequestDirector.redirectHandler
          Deprecated. 
 

Methods in org.apache.http.impl.client that return RedirectHandler
protected abstract  RedirectHandler AbstractHttpClient.createRedirectHandler()
          Deprecated. 
protected  RedirectHandler DefaultHttpClient.createRedirectHandler()
          Deprecated. 
 RedirectHandler AbstractHttpClient.getRedirectHandler()
          Deprecated. 
 

Methods in org.apache.http.impl.client with parameters of type RedirectHandler
protected  RequestDirector AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler stateHandler, HttpParams params)
          Deprecated. 
 void AbstractHttpClient.setRedirectHandler(RedirectHandler redirectHandler)
          Deprecated. 
 

Constructors in org.apache.http.impl.client with parameters of type RedirectHandler
DefaultRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. 
 



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