| Package | Description |
|---|---|
| org.mule.extension.http.api.request.validator | |
| org.mule.extension.http.internal.request |
| Modifier and Type | Class and Description |
|---|---|
class |
FailureStatusCodeValidator
Response validator that allows specifying which status codes should be treated as failures.
|
class |
RangeStatusCodeValidator
Base status code validator that can be extended to create custom validations.
|
class |
SuccessStatusCodeValidator
Response validator that allows specifying which status codes will be considered as successful.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseValidator |
ResponseValidationSettings.getResponseValidator() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequester.Builder |
HttpRequester.Builder.setResponseValidator(ResponseValidator responseValidator) |
| Constructor and Description |
|---|
HttpRequester(MuleEventToHttpRequest eventToHttpRequest,
boolean followRedirects,
HttpAuthentication authentication,
boolean parseResponse,
int responseTimeout,
ResponseValidator responseValidator,
HttpRequesterConfig config) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.