public class HttpRequestRetryOnExceptionHandler
extends org.apache.http.impl.client.DefaultHttpRequestRetryHandler
Constructor and Description |
---|
HttpRequestRetryOnExceptionHandler(int retryCount,
boolean requestSentRetryEnabled)
Calls
HttpRequestRetryOnExceptionHandler(int, boolean, Collection
with Collections.emptyList() as the third argument. |
public HttpRequestRetryOnExceptionHandler(int retryCount, boolean requestSentRetryEnabled)
HttpRequestRetryOnExceptionHandler(int, boolean, Collection>)
with Collections.emptyList()
as the third argument.retryCount
- requestSentRetryEnabled
- Copyright © 2021. All rights reserved.