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 TypeClassDescriptionclassThe defaultHttpRequestRetryHandlerused by request executors.classHttpRequestRetryHandlerwhich 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 TypeFieldDescriptionprivate HttpRequestRetryHandlerAbstractHttpClient.retryHandlerDeprecated.protected final HttpRequestRetryHandlerDefaultRequestDirector.retryHandlerDeprecated.The request retry handler.private HttpRequestRetryHandlerHttpClientBuilder.retryHandlerMethods in org.apache.http.impl.client that return HttpRequestRetryHandlerModifier and TypeMethodDescriptionprotected HttpRequestRetryHandlerAbstractHttpClient.createHttpRequestRetryHandler()Deprecated.final HttpRequestRetryHandlerAbstractHttpClient.getHttpRequestRetryHandler()Deprecated.Methods in org.apache.http.impl.client with parameters of type HttpRequestRetryHandlerModifier 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.setHttpRequestRetryHandler(HttpRequestRetryHandler handler) Deprecated.final HttpClientBuilderHttpClientBuilder.setRetryHandler(HttpRequestRetryHandler retryHandler) AssignsHttpRequestRetryHandlerinstance.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
Fields in org.apache.http.impl.execchain declared as HttpRequestRetryHandlerConstructors in org.apache.http.impl.execchain with parameters of type HttpRequestRetryHandlerModifierConstructorDescriptionRetryExec(ClientExecChain requestExecutor, HttpRequestRetryHandler retryHandler)