| Modifier and Type | Method and Description |
|---|---|
HttpResponseResult |
BaseRestConnection.send(org.mule.runtime.http.api.domain.message.request.HttpRequest request,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType) |
HttpResponseResult |
RestConnection.send(org.mule.runtime.http.api.domain.message.request.HttpRequest request,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType)
Synchronous invocation of the
HttpRequest against the connection. |
protected HttpResponseResult |
BaseRestConnection.toResult(org.mule.runtime.http.api.domain.message.response.HttpResponse httpResponse,
org.mule.runtime.api.metadata.MediaType mediaType) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponseResult> |
BaseRestConnection.sendAsync(org.mule.runtime.http.api.domain.message.request.HttpRequest request,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType) |
CompletableFuture<HttpResponseResult> |
RestConnection.sendAsync(org.mule.runtime.http.api.domain.message.request.HttpRequest request,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType)
Asynchronous invocation of the
HttpRequest against this connection. |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseResult |
HttpResponseResult.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpResponseResult |
RestPagingProvider.send(C connection,
org.mule.runtime.http.api.domain.message.request.HttpRequestBuilder requestBuilder,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType)
Does the HTTP call with the given connection for the requestBuilder.
|
Copyright © 2023. All rights reserved.