Class ProxyProperties

    • Constructor Detail

      • ProxyProperties

        public ProxyProperties()
      • ProxyProperties

        public ProxyProperties​(Path propFileLocation)
      • ProxyProperties

        public ProxyProperties​(Properties props)
    • Method Detail

      • loadStoreProperties

        public static ProxyProperties loadStoreProperties​(Path storePropertiesPath)
      • getConnectTimeout

        public int getConnectTimeout()
      • setConnectTimeout

        public void setConnectTimeout​(int timeout)
      • getReadTimeout

        public int getReadTimeout()
      • setReadTimeout

        public void setReadTimeout​(int timeout)
      • getGafferHost

        public String getGafferHost()
      • setGafferHost

        public void setGafferHost​(String gafferHost)
      • getGafferPort

        public int getGafferPort()
      • setGafferPort

        public void setGafferPort​(int gafferPort)
      • getGafferContextRoot

        public String getGafferContextRoot()
      • setGafferContextRoot

        public void setGafferContextRoot​(String gafferContextRoot)
      • getGafferUrl

        public URL getGafferUrl()
      • getGafferUrl

        public URL getGafferUrl​(String suffix)
      • getGafferUrl

        public URL getGafferUrl​(String protocol,
                                String suffix)