com.baidubce.services.blb.model
Class HttpsListener

java.lang.Object
  extended by com.baidubce.services.blb.model.ListenerBase
      extended by com.baidubce.services.blb.model.HttpsListener

public class HttpsListener
extends ListenerBase

Https listener info modal.


Constructor Summary
HttpsListener()
           
 
Method Summary
 List<String> getCertIds()
           
 String getHealthCheckNormalStatus()
           
 Integer getHealthCheckPort()
           
 String getHealthCheckType()
           
 String getHealthCheckURI()
           
 Boolean getKeepSession()
           
 String getKeepSessionCookieName()
           
 Integer getKeepSessionDuration()
           
 String getKeepSessionType()
           
 Integer getServerTimeout()
           
 Boolean getxForwardFor()
           
 boolean isIe6Compatible()
           
 void setCertIds(List<String> certIds)
           
 void setHealthCheckNormalStatus(String healthCheckNormalStatus)
           
 void setHealthCheckPort(Integer healthCheckPort)
           
 void setHealthCheckType(String healthCheckType)
           
 void setHealthCheckURI(String healthCheckURI)
           
 void setIe6Compatible(boolean ie6Compatible)
           
 void setKeepSession(Boolean keepSession)
           
 void setKeepSessionCookieName(String keepSessionCookieName)
           
 void setKeepSessionDuration(Integer keepSessionDuration)
           
 void setKeepSessionType(String keepSessionType)
           
 void setServerTimeout(Integer serverTimeout)
           
 void setxForwardFor(Boolean xForwardFor)
           
 
Methods inherited from class com.baidubce.services.blb.model.ListenerBase
getBackendPort, getHealthCheckInterval, getHealthCheckTimeoutInSecond, getHealthyThreshold, getListenerPort, getScheduler, getUnhealthyThreshold, setBackendPort, setHealthCheckInterval, setHealthCheckTimeoutInSecond, setHealthyThreshold, setListenerPort, setScheduler, setUnhealthyThreshold
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsListener

public HttpsListener()
Method Detail

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)

getCertIds

public List<String> getCertIds()

setCertIds

public void setCertIds(List<String> certIds)

isIe6Compatible

public boolean isIe6Compatible()

setIe6Compatible

public void setIe6Compatible(boolean ie6Compatible)


Copyright © 2018. All rights reserved.