@ConfigurationProperties(value="spring.cloud.gateway.httpclient") public class HttpClientProperties extends Object
HttpClient
Modifier and Type | Class and Description |
---|---|
static class |
HttpClientProperties.Pool |
class |
HttpClientProperties.Proxy |
class |
HttpClientProperties.Ssl |
Constructor and Description |
---|
HttpClientProperties() |
Modifier and Type | Method and Description |
---|---|
Integer |
getConnectTimeout() |
HttpClientProperties.Pool |
getPool() |
HttpClientProperties.Proxy |
getProxy() |
Duration |
getResponseTimeout() |
HttpClientProperties.Ssl |
getSsl() |
void |
setConnectTimeout(Integer connectTimeout) |
void |
setPool(HttpClientProperties.Pool pool) |
void |
setProxy(HttpClientProperties.Proxy proxy) |
void |
setResponseTimeout(Duration responseTimeout) |
void |
setSsl(HttpClientProperties.Ssl ssl) |
String |
toString() |
public Integer getConnectTimeout()
public Duration getResponseTimeout()
public void setResponseTimeout(Duration responseTimeout)
public void setConnectTimeout(Integer connectTimeout)
public HttpClientProperties.Pool getPool()
public void setPool(HttpClientProperties.Pool pool)
public HttpClientProperties.Proxy getProxy()
public void setProxy(HttpClientProperties.Proxy proxy)
public HttpClientProperties.Ssl getSsl()
public void setSsl(HttpClientProperties.Ssl ssl)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.