public class HttpListener extends ListenerBase
| Constructor and Description |
|---|
HttpListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHealthCheckNormalStatus() |
Integer |
getHealthCheckPort() |
String |
getHealthCheckType() |
String |
getHealthCheckURI() |
Boolean |
getKeepSession() |
String |
getKeepSessionCookieName() |
Integer |
getKeepSessionDuration() |
String |
getKeepSessionType() |
int |
getRedirectPort() |
Integer |
getServerTimeout() |
Boolean |
getxForwardFor() |
void |
setHealthCheckNormalStatus(String healthCheckNormalStatus) |
void |
setHealthCheckPort(Integer healthCheckPort) |
void |
setHealthCheckType(String healthCheckType) |
void |
setHealthCheckURI(String healthCheckURI) |
void |
setKeepSession(Boolean keepSession) |
void |
setKeepSessionCookieName(String keepSessionCookieName) |
void |
setKeepSessionDuration(Integer keepSessionDuration) |
void |
setKeepSessionType(String keepSessionType) |
void |
setRedirectPort(int redirectPort) |
void |
setServerTimeout(Integer serverTimeout) |
void |
setxForwardFor(Boolean xForwardFor) |
String |
toString() |
getBackendPort, getHealthCheckInterval, getHealthCheckTimeoutInSecond, getHealthyThreshold, getListenerPort, getScheduler, getUnhealthyThreshold, setBackendPort, setHealthCheckInterval, setHealthCheckTimeoutInSecond, setHealthyThreshold, setListenerPort, setScheduler, setUnhealthyThresholdpublic Boolean getKeepSession()
public void setKeepSession(Boolean keepSession)
public String getKeepSessionType()
public void setKeepSessionType(String keepSessionType)
public Integer getKeepSessionDuration()
public void setKeepSessionDuration(Integer keepSessionDuration)
public String getKeepSessionCookieName()
public void setKeepSessionCookieName(String keepSessionCookieName)
public Boolean getxForwardFor()
public void setxForwardFor(Boolean xForwardFor)
public String getHealthCheckType()
public void setHealthCheckType(String healthCheckType)
public Integer getHealthCheckPort()
public void setHealthCheckPort(Integer healthCheckPort)
public String getHealthCheckURI()
public void setHealthCheckURI(String healthCheckURI)
public String getHealthCheckNormalStatus()
public void setHealthCheckNormalStatus(String healthCheckNormalStatus)
public Integer getServerTimeout()
public void setServerTimeout(Integer serverTimeout)
public int getRedirectPort()
public void setRedirectPort(int redirectPort)
public String toString()
toString in class ListenerBaseCopyright © 2024. All rights reserved.