@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 |
---|---|
HttpClientProperties.Pool |
getPool() |
HttpClientProperties.Proxy |
getProxy() |
HttpClientProperties.Ssl |
getSsl() |
void |
setPool(HttpClientProperties.Pool pool) |
void |
setProxy(HttpClientProperties.Proxy proxy) |
void |
setSsl(HttpClientProperties.Ssl ssl) |
String |
toString() |
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 © 2018 Pivotal Software, Inc.. All rights reserved.