Class ForwardProxyInfo
java.lang.Object
de.gematik.test.tiger.common.data.config.tigerproxy.ForwardProxyInfo
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionForwardProxyInfo(String hostname, Integer port, TigerProxyType type, String username, String password, List<String> noProxyHosts) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()intprotected booleanbooleangetPort()getProxyProtocol(String proxyProtocol) getType()inthashCode()static StringmapProxyPort(String proxyPort, TigerProxyType type) voidsetHostname(String hostname) voidsetNoProxyHosts(List<String> noProxyHosts) voidsetPassword(String password) voidvoidsetType(TigerProxyType type) voidsetUsername(String username) toString()
-
Constructor Details
-
ForwardProxyInfo
@ConstructorProperties({"hostname","port","type","username","password","noProxyHosts"}) public ForwardProxyInfo(String hostname, Integer port, TigerProxyType type, String username, String password, List<String> noProxyHosts) -
ForwardProxyInfo
public ForwardProxyInfo()
-
-
Method Details
-
getProxyProtocol
-
calculateProxyPort
public int calculateProxyPort() -
mapProxyPort
-
builder
-
getHostname
-
getPort
-
getType
-
getUsername
-
getPassword
-
getNoProxyHosts
-
setHostname
-
setPort
-
setType
-
setUsername
-
setPassword
-
setNoProxyHosts
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-