| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RedirectStrategy | |
|---|---|
| org.apache.http.impl.client | Default HTTP client implementation. | 
| org.apache.http.impl.execchain | HTTP request execution chain APIs. | 
| Uses of RedirectStrategy in org.apache.http.impl.client | 
|---|
| Classes in org.apache.http.impl.client that implement RedirectStrategy | |
|---|---|
|  class | DefaultRedirectStrategyDefault implementation of RedirectStrategy. | 
|  class | LaxRedirectStrategyLax RedirectStrategyimplementation
 that automatically redirects all HEAD, GET, POST, and DELETE requests. | 
| Fields in org.apache.http.impl.client declared as RedirectStrategy | |
|---|---|
| protected  RedirectStrategy | DefaultRequestDirector.redirectStrategyDeprecated. The redirect strategy. | 
| Methods in org.apache.http.impl.client that return RedirectStrategy | |
|---|---|
|  RedirectStrategy | AbstractHttpClient.getRedirectStrategy()Deprecated. | 
| Methods in org.apache.http.impl.client with parameters of type RedirectStrategy | |
|---|---|
| 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,
                            RedirectStrategy redirectStrategy,
                            AuthenticationHandler targetAuthHandler,
                            AuthenticationHandler proxyAuthHandler,
                            UserTokenHandler userTokenHandler,
                            org.apache.http.params.HttpParams params)Deprecated. (4.2) do not use | 
| 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,
                            RedirectStrategy redirectStrategy,
                            AuthenticationStrategy targetAuthStrategy,
                            AuthenticationStrategy proxyAuthStrategy,
                            UserTokenHandler userTokenHandler,
                            org.apache.http.params.HttpParams params)Deprecated. | 
|  void | AbstractHttpClient.setRedirectStrategy(RedirectStrategy strategy)Deprecated. | 
|  HttpClientBuilder | HttpClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy)Assigns RedirectStrategyinstance. | 
| Constructors in org.apache.http.impl.client with parameters of type RedirectStrategy | |
|---|---|
| DefaultRequestDirector(org.apache.commons.logging.Log log,
                       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,
                       RedirectStrategy redirectStrategy,
                       AuthenticationHandler targetAuthHandler,
                       AuthenticationHandler proxyAuthHandler,
                       UserTokenHandler userTokenHandler,
                       org.apache.http.params.HttpParams params)Deprecated. | |
| DefaultRequestDirector(org.apache.commons.logging.Log log,
                       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,
                       RedirectStrategy redirectStrategy,
                       AuthenticationStrategy targetAuthStrategy,
                       AuthenticationStrategy proxyAuthStrategy,
                       UserTokenHandler userTokenHandler,
                       org.apache.http.params.HttpParams params)Deprecated. | |
| Uses of RedirectStrategy in org.apache.http.impl.execchain | 
|---|
| Constructors in org.apache.http.impl.execchain with parameters of type RedirectStrategy | |
|---|---|
| RedirectExec(ClientExecChain requestExecutor,
             HttpRoutePlanner routePlanner,
             RedirectStrategy redirectStrategy) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||