| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<org.mule.runtime.extension.api.runtime.operation.Result<String,HttpResponseAttributes>> |
RestConnection.bodylessRequest(RestRequestBuilder requestBuilder,
int responseTimeoutMillis,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
StreamingHelper streamingHelper)
Sends a request for which a response entity is not expected.
|
CompletableFuture<org.mule.runtime.extension.api.runtime.operation.Result<String,HttpResponseAttributes>> |
DefaultRestConnection.bodylessRequest(RestRequestBuilder requestBuilder,
int responseTimeoutMillis,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
StreamingHelper streamingHelper)
Sends a request for which a response entity is not expected.
|
protected void |
DefaultRestConnection.handleResponseError(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
CompletableFuture<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,HttpResponseAttributes>> future,
StreamingHelper streamingHelper,
RestError error) |
CompletableFuture<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,HttpResponseAttributes>> |
RestConnection.request(RestRequestBuilder requestBuilder,
int responseTimeoutMillis,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
StreamingHelper streamingHelper)
Sends a request and returns a
CompletableFuture with a Result which output is the response body in the form
of an InputStream and a HttpResponseAttributes. |
CompletableFuture<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,HttpResponseAttributes>> |
DefaultRestConnection.request(RestRequestBuilder requestBuilder,
int responseTimeoutMillis,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
StreamingHelper streamingHelper)
Sends a request and returns a
CompletableFuture with a Result which output is the response body in the form
of an InputStream and a HttpResponseAttributes. |
protected <T> org.mule.runtime.extension.api.runtime.operation.Result<T,HttpResponseAttributes> |
DefaultRestConnection.toResult(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
boolean isError,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
StreamingHelper streamingHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OAuthRestConnection.handleResponseError(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
CompletableFuture<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,HttpResponseAttributes>> future,
StreamingHelper streamingHelper,
RestError error) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseInterceptor |
HttpResponseInterceptorFactory.newHttpResponseInterceptor(HttpResponseInterceptorDescriptor descriptor,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
StreamingHelper streamingHelper,
org.mule.runtime.api.el.ExpressionLanguage expressionLanguage) |
| Modifier and Type | Field and Description |
|---|---|
protected StreamingHelper |
BaseExpressionHttpResponseInterceptor.streamingHelper |
| Modifier and Type | Method and Description |
|---|---|
ExpressionHttpResponseInterceptor.ExpressionHttpResponseInterceptorBuilder |
ExpressionHttpResponseInterceptor.ExpressionHttpResponseInterceptorBuilder.streamingHelper(StreamingHelper streamingHelper) |
| Constructor and Description |
|---|
BaseExpressionHttpResponseInterceptor(org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
org.mule.runtime.api.el.ExpressionLanguage expressionLanguage,
StreamingHelper streamingHelper) |
| Modifier and Type | Method and Description |
|---|---|
static RepeatableHttpResponse |
RepeatableHttpResponse.newRepeatableHttpResponse(org.mule.runtime.http.api.domain.message.response.HttpResponse response,
StreamingHelper streamingHelper) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataWeaveBasedStreamingHelper
An implementation that relies on Mule's
StreamingHelper which should
be used in the context of enrichers, polling sources where
StreamingHelper is not accessible. |
Copyright © 2022. All rights reserved.