Class ProxyHostProperties
java.lang.Object
org.springframework.cloud.config.server.proxy.ProxyHostProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumProxy for a given scheme. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetHost()intgetPort()voidvoidsetNonProxyHosts(String nonProxyHosts) voidsetPassword(String password) voidsetPort(int port) voidsetUsername(String username)
-
Constructor Details
-
ProxyHostProperties
public ProxyHostProperties()
-
-
Method Details
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getNonProxyHosts
-
setNonProxyHosts
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
connectionInformationProvided
public boolean connectionInformationProvided() -
authenticationProvided
public boolean authenticationProvided()
-