public class HTTPListenerModel extends Object
| Constructor and Description |
|---|
HTTPListenerModel() |
public HTTPListenerModel setListenerPort(Integer listenerPort)
public Integer getListenerPort()
public HTTPListenerModel setBackendPort(Integer backendPort)
public Integer getBackendPort()
public HTTPListenerModel setScheduler(String scheduler)
public String getScheduler()
public HTTPListenerModel setKeepSession(Boolean keepSession)
public Boolean getKeepSession()
public HTTPListenerModel setKeepSessionType(String keepSessionType)
public String getKeepSessionType()
public HTTPListenerModel setKeepSessionDuration(Integer keepSessionDuration)
public Integer getKeepSessionDuration()
public HTTPListenerModel setKeepSessionCookieName(String keepSessionCookieName)
public String getKeepSessionCookieName()
public HTTPListenerModel setxForwardFor(Boolean xForwardFor)
public Boolean getxForwardFor()
public HTTPListenerModel setAdditionalAttributes(AdditionalAttributesModel additionalAttributes)
public AdditionalAttributesModel getAdditionalAttributes()
public HTTPListenerModel setHealthCheckType(String healthCheckType)
public String getHealthCheckType()
public HTTPListenerModel setHealthCheckPort(Integer healthCheckPort)
public Integer getHealthCheckPort()
public HTTPListenerModel setHealthCheckURI(String healthCheckURI)
public String getHealthCheckURI()
public HTTPListenerModel setHealthCheckTimeoutInSecond(Integer healthCheckTimeoutInSecond)
public Integer getHealthCheckTimeoutInSecond()
public HTTPListenerModel setHealthCheckInterval(Integer healthCheckInterval)
public Integer getHealthCheckInterval()
public HTTPListenerModel setUnhealthyThreshold(Integer unhealthyThreshold)
public Integer getUnhealthyThreshold()
public HTTPListenerModel setHealthyThreshold(Integer healthyThreshold)
public Integer getHealthyThreshold()
public HTTPListenerModel setHealthCheckNormalStatus(String healthCheckNormalStatus)
public String getHealthCheckNormalStatus()
public HTTPListenerModel setHealthCheckHost(String healthCheckHost)
public String getHealthCheckHost()
public HTTPListenerModel setServerTimeout(Integer serverTimeout)
public Integer getServerTimeout()
public HTTPListenerModel setRedirectPort(Integer redirectPort)
public Integer getRedirectPort()
Copyright © 2026. All rights reserved.