| Package | Description |
|---|---|
| org.mule.runtime.http.api.client | |
| org.mule.runtime.http.api.domain.message.response | |
| org.mule.runtime.http.api.server.async |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpClient.send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpAuthentication authentication)
Sends a HttpRequest blocking the current thread until a response is available or the request times out.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse> |
HttpClient.sendAsync(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpAuthentication authentication)
Sends a HttpRequest without blocking the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponseReadyCallback.responseReady(HttpResponse response,
ResponseStatusCallback responseStatusCallback)
Method to send response to the client.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.