Package org.eclipse.cbi.maven.http
Class AutoValue_RetryHttpClient
java.lang.Object
org.eclipse.cbi.maven.http.RetryHttpClient
org.eclipse.cbi.maven.http.AutoValue_RetryHttpClient
- All Implemented Interfaces:
HttpClient
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HttpClient
private final Logger
private final int
private final long
private final TimeUnit
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_RetryHttpClient
(int maxRetries, long retryInterval, TimeUnit retryIntervalUnit, HttpClient delegate, Logger log) -
Method Summary
Methods inherited from class org.eclipse.cbi.maven.http.RetryHttpClient
retryRequestOn, send, send
-
Field Details
-
maxRetries
private final int maxRetries -
retryInterval
private final long retryInterval -
retryIntervalUnit
-
delegate
-
log
-
-
Constructor Details
-
AutoValue_RetryHttpClient
private AutoValue_RetryHttpClient(int maxRetries, long retryInterval, TimeUnit retryIntervalUnit, HttpClient delegate, Logger log)
-
-
Method Details
-
maxRetries
int maxRetries()- Specified by:
maxRetries
in classRetryHttpClient
-
retryInterval
long retryInterval()- Specified by:
retryInterval
in classRetryHttpClient
-
retryIntervalUnit
TimeUnit retryIntervalUnit()- Specified by:
retryIntervalUnit
in classRetryHttpClient
-
delegate
HttpClient delegate()- Specified by:
delegate
in classRetryHttpClient
-
log
Logger log()- Specified by:
log
in classRetryHttpClient
-
toString
-
equals
-
hashCode
public int hashCode()
-