Uses of Interface
org.apache.http.client.RedirectHandler
-
Packages that use RedirectHandler Package Description 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 Modifier and Type Class Description classDefaultRedirectHandlerDeprecated.(4.1) useDefaultRedirectStrategy.Fields in org.apache.http.impl.client declared as RedirectHandler Modifier and Type Field Description protected RedirectHandlerDefaultRequestDirector. redirectHandlerDeprecated.The redirect handler.Methods in org.apache.http.impl.client that return RedirectHandler Modifier and Type Method Description protected RedirectHandlerAbstractHttpClient. createRedirectHandler()Deprecated.(4.1) do not useRedirectHandlerAbstractHttpClient. getRedirectHandler()Deprecated.(4.1) do not useMethods in org.apache.http.impl.client with parameters of type RedirectHandler Modifier and Type Method Description protected RequestDirectorAbstractHttpClient. 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 usevoidAbstractHttpClient. setRedirectHandler(RedirectHandler handler)Deprecated.(4.1) do not useConstructors in org.apache.http.impl.client with parameters of type RedirectHandler Constructor Description 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.
-