| Modifier and Type | Class and Description |
|---|---|
class |
HttpListenerResponseAttributes
HTTP listener specific
HttpResponseAttributes. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UsernamePasswordAuthentication.shouldRetry(org.mule.runtime.extension.api.runtime.operation.Result<Object,HttpResponseAttributes> firstAttemptResult) |
boolean |
HttpAuthentication.shouldRetry(org.mule.runtime.extension.api.runtime.operation.Result<Object,HttpResponseAttributes> firstAttemptResult)
Detects if there was an authentication failure in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailureStatusCodeValidator.validate(org.mule.runtime.extension.api.runtime.operation.Result<Object,HttpResponseAttributes> result) |
void |
ResponseValidator.validate(org.mule.runtime.extension.api.runtime.operation.Result<Object,HttpResponseAttributes> result)
Validates whether an HTTP response result should be accepted or not, failing in that case.
|
void |
SuccessStatusCodeValidator.validate(org.mule.runtime.extension.api.runtime.operation.Result<Object,HttpResponseAttributes> result) |
| Constructor and Description |
|---|
ResponseValidatorException(String message,
Optional<HttpError> error,
org.mule.runtime.extension.api.runtime.operation.Result<Object,HttpResponseAttributes> result) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<Object,HttpResponseAttributes> |
HttpResponseToResult.convert(org.mule.runtime.api.metadata.MediaType mediaType,
HttpResponse response,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequester.doRequest(HttpExtensionClient client,
HttpRequesterRequestBuilder requestBuilder,
boolean checkRetry,
MuleContext muleContext,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,HttpResponseAttributes> callback) |
void |
HttpRequestOperations.request(String path,
String method,
ConfigurationOverrides overrides,
ResponseValidationSettings responseValidationSettings,
HttpRequesterRequestBuilder requestBuilder,
OutputSettings outputSettings,
HttpExtensionClient client,
HttpRequesterConfig config,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,HttpResponseAttributes> callback)
Consumes an HTTP service.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponseAttributes |
HttpResponseAttributesBuilder.build() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.