@ConfigurationProperties(prefix="spring.http.client") public class HttpClientProperties extends Object
| Constructor and Description |
|---|
HttpClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
Proxy |
createProxy() |
InetAddress |
getAddress() |
int |
getPort() |
Proxy.Type |
getType() |
void |
setAddress(InetAddress address) |
void |
setPort(int port) |
void |
setType(Proxy.Type type) |
public Proxy.Type getType()
public void setType(Proxy.Type type)
public InetAddress getAddress()
public void setAddress(InetAddress address)
public int getPort()
public void setPort(int port)
public Proxy createProxy()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.