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

Packages that use RedirectHandler
org.apache.http.impl.client Default HTTP client implementation. 
 

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

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

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

Methods in org.apache.http.impl.client that return RedirectHandler
protected  RedirectHandler AbstractHttpClient.createRedirectHandler()
          Deprecated. (4.1) do not use
 RedirectHandler AbstractHttpClient.getRedirectHandler()
          Deprecated. (4.1) do not use
 

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

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



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.