Class HttpClientConfig.ConnectionConfig
java.lang.Object
com.netflix.spinnaker.kork.plugins.api.httpclient.HttpClientConfig.ConnectionConfig
- Enclosing class:
- HttpClientConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleansetConnectTimeout(Duration connectTimeout) setReadTimeout(Duration readTimeout) setRetryOnConnectionFailure(boolean retryOnConnectionFailure)
-
Constructor Details
-
ConnectionConfig
public ConnectionConfig()
-
-
Method Details
-
getConnectTimeout
-
setConnectTimeout
-
getReadTimeout
-
setReadTimeout
-
isRetryOnConnectionFailure
public boolean isRetryOnConnectionFailure() -
setRetryOnConnectionFailure
public HttpClientConfig.ConnectionConfig setRetryOnConnectionFailure(boolean retryOnConnectionFailure) -
equals
-
hashCode
public int hashCode()
-