@Generated(value="com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_RetryHttpClient extends RetryHttpClient
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AutoValue_RetryHttpClient.Builder |
Modifier and Type | Field and Description |
---|---|
private HttpClient |
delegate |
private Logger |
log |
private int |
maxRetries |
private long |
retryInterval |
private java.util.concurrent.TimeUnit |
retryIntervalUnit |
Modifier | Constructor and Description |
---|---|
private |
AutoValue_RetryHttpClient(int maxRetries,
long retryInterval,
java.util.concurrent.TimeUnit retryIntervalUnit,
HttpClient delegate,
Logger log) |
Modifier and Type | Method and Description |
---|---|
(package private) HttpClient |
delegate() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
(package private) Logger |
log() |
(package private) int |
maxRetries() |
(package private) long |
retryInterval() |
(package private) java.util.concurrent.TimeUnit |
retryIntervalUnit() |
java.lang.String |
toString() |
retryRequestOn, send, send
private final int maxRetries
private final long retryInterval
private final java.util.concurrent.TimeUnit retryIntervalUnit
private final HttpClient delegate
private final Logger log
private AutoValue_RetryHttpClient(int maxRetries, long retryInterval, java.util.concurrent.TimeUnit retryIntervalUnit, HttpClient delegate, Logger log)
int maxRetries()
maxRetries
in class RetryHttpClient
long retryInterval()
retryInterval
in class RetryHttpClient
java.util.concurrent.TimeUnit retryIntervalUnit()
retryIntervalUnit
in class RetryHttpClient
HttpClient delegate()
delegate
in class RetryHttpClient
Logger log()
log
in class RetryHttpClient
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object