Class CfgTigerProxyOptions


  • public class CfgTigerProxyOptions
    extends Object
    • Constructor Detail

      • CfgTigerProxyOptions

        public CfgTigerProxyOptions()
    • 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.
      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object