类 HttpsListener
- java.lang.Object
-
- com.baidubce.services.blb.model.ListenerBase
-
- com.baidubce.services.blb.model.HttpsListener
-
public class HttpsListener extends ListenerBase
Https listener info modal.
-
-
构造器概要
构造器 构造器 说明 HttpsListener()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>getCertIds()StringgetHealthCheckNormalStatus()IntegergetHealthCheckPort()StringgetHealthCheckType()StringgetHealthCheckURI()BooleangetKeepSession()StringgetKeepSessionCookieName()IntegergetKeepSessionDuration()StringgetKeepSessionType()IntegergetServerTimeout()BooleangetxForwardFor()booleanisIe6Compatible()voidsetCertIds(List<String> certIds)voidsetHealthCheckNormalStatus(String healthCheckNormalStatus)voidsetHealthCheckPort(Integer healthCheckPort)voidsetHealthCheckType(String healthCheckType)voidsetHealthCheckURI(String healthCheckURI)voidsetIe6Compatible(boolean ie6Compatible)voidsetKeepSession(Boolean keepSession)voidsetKeepSessionCookieName(String keepSessionCookieName)voidsetKeepSessionDuration(Integer keepSessionDuration)voidsetKeepSessionType(String keepSessionType)voidsetServerTimeout(Integer serverTimeout)voidsetxForwardFor(Boolean xForwardFor)-
从类继承的方法 com.baidubce.services.blb.model.ListenerBase
getBackendPort, getHealthCheckInterval, getHealthCheckTimeoutInSecond, getHealthyThreshold, getListenerPort, getScheduler, getUnhealthyThreshold, setBackendPort, setHealthCheckInterval, setHealthCheckTimeoutInSecond, setHealthyThreshold, setListenerPort, setScheduler, setUnhealthyThreshold
-
-
-
-
方法详细资料
-
getKeepSession
public Boolean getKeepSession()
-
setKeepSession
public void setKeepSession(Boolean keepSession)
-
getKeepSessionType
public String getKeepSessionType()
-
setKeepSessionType
public void setKeepSessionType(String keepSessionType)
-
getKeepSessionDuration
public Integer getKeepSessionDuration()
-
setKeepSessionDuration
public void setKeepSessionDuration(Integer keepSessionDuration)
-
getKeepSessionCookieName
public String getKeepSessionCookieName()
-
setKeepSessionCookieName
public void setKeepSessionCookieName(String keepSessionCookieName)
-
getxForwardFor
public Boolean getxForwardFor()
-
setxForwardFor
public void setxForwardFor(Boolean xForwardFor)
-
getHealthCheckType
public String getHealthCheckType()
-
setHealthCheckType
public void setHealthCheckType(String healthCheckType)
-
getHealthCheckPort
public Integer getHealthCheckPort()
-
setHealthCheckPort
public void setHealthCheckPort(Integer healthCheckPort)
-
getHealthCheckURI
public String getHealthCheckURI()
-
setHealthCheckURI
public void setHealthCheckURI(String healthCheckURI)
-
getHealthCheckNormalStatus
public String getHealthCheckNormalStatus()
-
setHealthCheckNormalStatus
public void setHealthCheckNormalStatus(String healthCheckNormalStatus)
-
getServerTimeout
public Integer getServerTimeout()
-
setServerTimeout
public void setServerTimeout(Integer serverTimeout)
-
isIe6Compatible
public boolean isIe6Compatible()
-
setIe6Compatible
public void setIe6Compatible(boolean ie6Compatible)
-
-