Uses of Interface
org.apache.http.conn.routing.HttpRoutePlanner
Packages that use HttpRoutePlanner
Package
Description
Default HTTP client implementation.
Default implementations of client connection management
functions.
HTTP request execution chain APIs.
-
Uses of HttpRoutePlanner in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as HttpRoutePlannerModifier and TypeFieldDescriptionprivate HttpRoutePlannerAbstractHttpClient.routePlannerDeprecated.protected final HttpRoutePlannerDefaultRequestDirector.routePlannerDeprecated.The route planner.private HttpRoutePlannerHttpClientBuilder.routePlannerprivate final HttpRoutePlannerInternalHttpClient.routePlannerMethods in org.apache.http.impl.client that return HttpRoutePlannerModifier and TypeMethodDescriptionprotected HttpRoutePlannerAbstractHttpClient.createHttpRoutePlanner()Deprecated.protected HttpRoutePlannerSystemDefaultHttpClient.createHttpRoutePlanner()Deprecated.final HttpRoutePlannerAbstractHttpClient.getRoutePlanner()Deprecated.Methods in org.apache.http.impl.client with parameters of type HttpRoutePlannerModifier and TypeMethodDescriptionprotected 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 useprotected 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, RedirectStrategy redirectStrategy, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams params) Deprecated.(4.2) do not useprotected 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, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams params) Deprecated.voidAbstractHttpClient.setRoutePlanner(HttpRoutePlanner routePlanner) Deprecated.final HttpClientBuilderHttpClientBuilder.setRoutePlanner(HttpRoutePlanner routePlanner) AssignsHttpRoutePlannerinstance.Constructors in org.apache.http.impl.client with parameters of type HttpRoutePlannerModifierConstructorDescriptionDefaultRequestDirector(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.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.InternalHttpClient(ClientExecChain execChain, HttpClientConnectionManager connManager, HttpRoutePlanner routePlanner, org.apache.http.config.Lookup<CookieSpecProvider> cookieSpecRegistry, org.apache.http.config.Lookup<AuthSchemeProvider> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) -
Uses of HttpRoutePlanner in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement HttpRoutePlannerModifier and TypeClassDescriptionclassDeprecated.(4.3) useDefaultRoutePlannerclassImplementation of anHttpRoutePlannerthat routes requests through a default proxy.classDefault implementation of anHttpRoutePlanner.classDeprecated.(4.3) useSystemDefaultRoutePlannerclassHttpRoutePlannerimplementation based onProxySelector. -
Uses of HttpRoutePlanner in org.apache.http.impl.execchain
Fields in org.apache.http.impl.execchain declared as HttpRoutePlannerConstructors in org.apache.http.impl.execchain with parameters of type HttpRoutePlannerModifierConstructorDescriptionRedirectExec(ClientExecChain requestExecutor, HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)