Class CfgTigerProxyOptions
- java.lang.Object
-
- de.gematik.test.tiger.common.config.CfgTigerProxyOptions
-
public class CfgTigerProxyOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description CfgTigerProxyOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetProxiedServer()used to overwrite proxyCfg with values that allow to reverse proxy the given server nodeTigerProxyConfigurationgetProxyCfg()StringgetProxyProtocol()used to overwrite proxyCfg with correct route table, as we cant know whether its http or https, we introduced this field and default to httpintgetServerPort()inthashCode()voidsetProxiedServer(String proxiedServer)used to overwrite proxyCfg with values that allow to reverse proxy the given server nodevoidsetProxyCfg(TigerProxyConfiguration proxyCfg)voidsetProxyProtocol(String proxyProtocol)used to overwrite proxyCfg with correct route table, as we cant know whether its http or https, we introduced this field and default to httpvoidsetServerPort(int serverPort)StringtoString()
-
-
-
Method Detail
-
getServerPort
public int getServerPort()
-
getProxiedServer
public String getProxiedServer()
used to overwrite proxyCfg with values that allow to reverse proxy the given server node
-
getProxyProtocol
public String getProxyProtocol()
used to overwrite proxyCfg with correct route table, as we cant know whether its http or https, we introduced this field and default to http
-
getProxyCfg
public TigerProxyConfiguration getProxyCfg()
-
setServerPort
public void setServerPort(int serverPort)
-
setProxiedServer
public void setProxiedServer(String proxiedServer)
used to overwrite proxyCfg with values that allow to reverse proxy the given server node
-
setProxyProtocol
public void setProxyProtocol(String proxyProtocol)
used to overwrite proxyCfg with correct route table, as we cant know whether its http or https, we introduced this field and default to http
-
setProxyCfg
public void setProxyCfg(TigerProxyConfiguration proxyCfg)
-
canEqual
protected boolean canEqual(Object other)
-
-