Class AdvanceHttps

    • Constructor Detail

      • AdvanceHttps

        public AdvanceHttps()
      • AdvanceHttps

        public AdvanceHttps​(AdvanceHttps source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCustomTlsStatus

        public String getCustomTlsStatus()
        Get 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CustomTlsStatus 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。
      • setCustomTlsStatus

        public void setCustomTlsStatus​(String CustomTlsStatus)
        Set 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CustomTlsStatus - 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。
      • getTlsVersion

        public String[] getTlsVersion()
        Get Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TlsVersion Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。
      • setTlsVersion

        public void setTlsVersion​(String[] TlsVersion)
        Set Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TlsVersion - Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。
      • getCipher

        public String getCipher()
        Get 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Cipher 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。
      • setCipher

        public void setCipher​(String Cipher)
        Set 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Cipher - 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。
      • getVerifyOriginType

        public String getVerifyOriginType()
        Get 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VerifyOriginType 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。
      • setVerifyOriginType

        public void setVerifyOriginType​(String VerifyOriginType)
        Set 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VerifyOriginType - 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。
      • getCertInfo

        public ServerCert getCertInfo()
        Get 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CertInfo 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
      • setCertInfo

        public void setCertInfo​(ServerCert CertInfo)
        Set 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CertInfo - 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
      • getOriginCertInfo

        public ClientCert getOriginCertInfo()
        Get 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OriginCertInfo 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
      • setOriginCertInfo

        public void setOriginCertInfo​(ClientCert OriginCertInfo)
        Set 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OriginCertInfo - 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。