Class FcHttpRequestProps.ProxyProps

    • Constructor Detail

      • ProxyProps

        public ProxyProps()
    • Method Detail

      • getProxyHost

        public String getProxyHost()
        Returns:
        Host name of the proxy.
      • getProxyPort

        public int getProxyPort()
        Returns:
        Port number of the proxy.
      • isShowProxyAuthProps

        public boolean isShowProxyAuthProps()
        Returns:
        Whether the user can configure the proxy authentication settings in the UI.
      • isUseProxyAuth

        public boolean isUseProxyAuth()
        Returns:
        Whether the proxy required authentication via a username and password.
      • setProxyHost

        public void setProxyHost​(String proxyHost)
        Parameters:
        proxyHost - Host name of the proxy.
      • setProxyPort

        public void setProxyPort​(int proxyPort)
        Parameters:
        proxyPort - Port number of the proxy.
      • setUseProxyAuth

        public void setUseProxyAuth​(boolean useProxyAuth)
        Parameters:
        useProxyAuth - Whether the proxy required authentication via a username and password.