Class CfgTigerProxyOptions
- java.lang.Object
-
- de.gematik.test.tiger.common.data.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 node.StringgetProxiedServerProtocol()Used to add a route to the Tiger Proxy.TigerProxyConfigurationgetProxyCfg()intgetServerPort()Management-port of the Tiger Proxy.inthashCode()voidsetProxiedServer(String proxiedServer)used to overwrite proxyCfg with values that allow to reverse proxy the given server node.voidsetProxiedServerProtocol(String proxiedServerProtocol)Used to add a route to the Tiger Proxy.voidsetProxyCfg(TigerProxyConfiguration proxyCfg)voidsetServerPort(int serverPort)Management-port of the Tiger Proxy.StringtoString()
-
-
-
Method Detail
-
getServerPort
public int getServerPort()
Management-port of the Tiger Proxy.
-
getProxiedServer
public String getProxiedServer()
used to overwrite proxyCfg with values that allow to reverse proxy the given server node.
-
getProxiedServerProtocol
public String getProxiedServerProtocol()
Used to add a route to the Tiger Proxy. By default, the healthcheck-url-protocol is used here, or http if none is present. If you want to override this you can do it using this field.
-
getProxyCfg
public TigerProxyConfiguration getProxyCfg()
-
setServerPort
public void setServerPort(int serverPort)
Management-port of the Tiger Proxy.
-
setProxiedServer
public void setProxiedServer(String proxiedServer)
used to overwrite proxyCfg with values that allow to reverse proxy the given server node.
-
setProxiedServerProtocol
public void setProxiedServerProtocol(String proxiedServerProtocol)
Used to add a route to the Tiger Proxy. By default, the healthcheck-url-protocol is used here, or http if none is present. If you want to override this you can do it using this field.
-
setProxyCfg
public void setProxyCfg(TigerProxyConfiguration proxyCfg)
-
canEqual
protected boolean canEqual(Object other)
-
-