ConnectionMonitorHttpConfiguration |
ConnectionMonitorTestConfiguration.httpConfiguration() |
Get the httpConfiguration property: The parameters used to perform test evaluation over HTTP.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withMethod(HttpConfigurationMethod method) |
Set the method property: The HTTP method to use.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withPath(String path) |
Set the path property: The path component of the URI.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withPort(Integer port) |
Set the port property: The port to connect to.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withPreferHttps(Boolean preferHttps) |
Set the preferHttps property: Value indicating whether HTTPS is preferred over HTTP in cases where the choice is
not explicit.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withRequestHeaders(List<HttpHeader> requestHeaders) |
Set the requestHeaders property: The HTTP headers to transmit with the request.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withValidStatusCodeRanges(List<String> validStatusCodeRanges) |
Set the validStatusCodeRanges property: HTTP status codes to consider successful.
|