Class FcPostRequestProps.ProxyProps

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    FcPostRequestProps

    @NotNullIf(field="proxyAuthProps",
               dependants="useProxyAuth",
               target=ProxyProps.class)
    public static class FcPostRequestProps.ProxyProps
    extends Object
    implements Serializable
    POJO model class for the proxy configuration of the HTTP post request action.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • ProxyProps

        public ProxyProps()
    • Method Detail

      • getProxyHost

        public String getProxyHost()
      • getProxyPort

        public int getProxyPort()
      • isShowProxyAuthProps

        public boolean isShowProxyAuthProps()
      • isUseProxyAuth

        public boolean isUseProxyAuth()
      • setProxyHost

        public void setProxyHost​(String proxyHost)
      • setProxyPort

        public void setProxyPort​(int proxyPort)
      • setUseProxyAuth

        public void setUseProxyAuth​(boolean useProxyAuth)
      • testProxyAuthProps

        public static boolean testProxyAuthProps​(boolean useProxyAuth)