@Immutable public class RetryExec extends Object implements ClientExecChain
Constructor and Description |
---|
RetryExec(ClientExecChain requestExecutor,
HttpRequestRetryHandler retryHandler) |
Modifier and Type | Method and Description |
---|---|
CloseableHttpResponse |
execute(HttpRoute route,
HttpRequestWrapper request,
HttpClientContext context,
HttpExecutionAware execAware) |
public RetryExec(ClientExecChain requestExecutor, HttpRequestRetryHandler retryHandler)
public CloseableHttpResponse execute(HttpRoute route, HttpRequestWrapper request, HttpClientContext context, HttpExecutionAware execAware) throws IOException, HttpException
execute
in interface ClientExecChain
IOException
HttpException
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.