Methods Summary |
---|
public java.lang.String | getIntervalInSeconds()Returns interval, in seconds, between health checks. A value of "0"
means that the health check is disabled.
|
public java.lang.String | getTimeoutInSeconds()Return the maximum time, in seconds, that a server must respond to a
health check request to be considered healthy.
|
public java.lang.String | getURL()Returns the relative URL to ping to determine the health state of a
listener.
|
public void | setIntervalInSeconds(java.lang.String intervalInSeconds)Set the interval, in seconds, between health checks. A value of "0"
means that the health check will be disabled. Default is 30
seconds. Must be 0 or greater.
|
public void | setTimeoutInSeconds(java.lang.String timeoutInSeconds)Set the maximum time, in seconds, that a server must respond to a
health check request to be considered healthy. Default is 10
seconds. Must be greater than 0.
|
public void | setURL(java.lang.String url)Sets the relative URL to ping to determine the health state of a
listener.
|