public final class ConnectionValidator extends Object
| Constructor and Description |
|---|
ConnectionValidator() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.connection.ConnectionValidationResult |
validateConnectionResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
ConnectionValidationSettings settings)
Validates a HTTPResponse against the provided connection validation settings.
|
public static org.mule.runtime.api.connection.ConnectionValidationResult validateConnectionResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
ConnectionValidationSettings settings)
response - The server's HTTP response that needs to be validated.settings - The validation settings for the provided response.ConnectionValidationResult indicating if the connection is valid or not and why.Copyright © 2024. All rights reserved.