Class CfgTigerProxyOptions


  • public class CfgTigerProxyOptions
    extends Object
    • Constructor Detail

      • CfgTigerProxyOptions

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

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object