@ConfigurationProperties(prefix="http-client")
public class HttpClientProperties
extends java.lang.Object
| Constructor and Description |
|---|
HttpClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectTimeout() |
int |
getReadTimeout() |
void |
setConnectTimeout(int connectTimeout) |
void |
setReadTimeout(int readTimeout) |