@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() |
boolean |
isWiretap() |
void |
setConnectTimeout(Integer connectTimeout) |
void |
setPool(HttpClientProperties.Pool pool) |
void |
setProxy(HttpClientProperties.Proxy proxy) |
void |
setResponseTimeout(Duration responseTimeout) |
void |
setSsl(HttpClientProperties.Ssl ssl) |
void |
setWiretap(boolean wiretap) |
String |
toString() |
public Integer getConnectTimeout()
public void setConnectTimeout(Integer connectTimeout)
public Duration getResponseTimeout()
public void setResponseTimeout(Duration responseTimeout)
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)
public boolean isWiretap()
public void setWiretap(boolean wiretap)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.