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
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_RetryHttpClient extends RetryHttpClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAutoValue_RetryHttpClient.Builder
-
Field Summary
Fields Modifier and Type Field Description private HttpClientdelegateprivate Loggerlogprivate intmaxRetriesprivate longretryIntervalprivate java.util.concurrent.TimeUnitretryIntervalUnit
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_RetryHttpClient(int maxRetries, long retryInterval, java.util.concurrent.TimeUnit retryIntervalUnit, HttpClient delegate, Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) HttpClientdelegate()booleanequals(java.lang.Object o)inthashCode()(package private) Loggerlog()(package private) intmaxRetries()(package private) longretryInterval()(package private) java.util.concurrent.TimeUnitretryIntervalUnit()java.lang.StringtoString()-
Methods inherited from class org.eclipse.cbi.maven.http.RetryHttpClient
retryRequestOn, send, send
-
-
-
-
Field Detail
-
maxRetries
private final int maxRetries
-
retryInterval
private final long retryInterval
-
retryIntervalUnit
private final java.util.concurrent.TimeUnit retryIntervalUnit
-
delegate
private final HttpClient delegate
-
log
private final Logger log
-
-
Constructor Detail
-
AutoValue_RetryHttpClient
private AutoValue_RetryHttpClient(int maxRetries, long retryInterval, java.util.concurrent.TimeUnit retryIntervalUnit, HttpClient delegate, Logger log)
-
-
Method Detail
-
maxRetries
int maxRetries()
- Specified by:
maxRetriesin classRetryHttpClient
-
retryInterval
long retryInterval()
- Specified by:
retryIntervalin classRetryHttpClient
-
retryIntervalUnit
java.util.concurrent.TimeUnit retryIntervalUnit()
- Specified by:
retryIntervalUnitin classRetryHttpClient
-
delegate
HttpClient delegate()
- Specified by:
delegatein classRetryHttpClient
-
log
Logger log()
- Specified by:
login classRetryHttpClient
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-