Uses of Interface
org.apache.http.client.HttpRequestRetryHandler
Packages that use HttpRequestRetryHandler
Package
Description
Default HTTP client implementation.
HTTP request execution chain APIs.
-
Uses of HttpRequestRetryHandler in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement HttpRequestRetryHandlerModifier and TypeClassDescriptionclass
The defaultHttpRequestRetryHandler
used by request executors.class
HttpRequestRetryHandler
which assumes that all requested HTTP methods which should be idempotent according to RFC-2616 are in fact idempotent and can be retried.Fields in org.apache.http.impl.client declared as HttpRequestRetryHandlerModifier and TypeFieldDescriptionprotected final HttpRequestRetryHandler
DefaultRequestDirector.retryHandler
Deprecated.The request retry handler.Methods in org.apache.http.impl.client that return HttpRequestRetryHandlerModifier and TypeMethodDescriptionprotected HttpRequestRetryHandler
AbstractHttpClient.createHttpRequestRetryHandler()
Deprecated.final HttpRequestRetryHandler
AbstractHttpClient.getHttpRequestRetryHandler()
Deprecated.Methods in org.apache.http.impl.client with parameters of type HttpRequestRetryHandlerModifier and TypeMethodDescriptionprotected 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 useprotected 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 useprotected 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.setHttpRequestRetryHandler
(HttpRequestRetryHandler handler) Deprecated.final HttpClientBuilder
HttpClientBuilder.setRetryHandler
(HttpRequestRetryHandler retryHandler) AssignsHttpRequestRetryHandler
instance.Constructors in org.apache.http.impl.client with parameters of type HttpRequestRetryHandlerModifierConstructorDescriptionDefaultRequestDirector
(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. -
Uses of HttpRequestRetryHandler in org.apache.http.impl.execchain
Constructors in org.apache.http.impl.execchain with parameters of type HttpRequestRetryHandlerModifierConstructorDescriptionRetryExec
(ClientExecChain requestExecutor, HttpRequestRetryHandler retryHandler)