| Package | Description |
|---|---|
| org.mule.runtime.http.api.client | |
| org.mule.runtime.http.api.domain.message.request | |
| org.mule.runtime.http.api.domain.request | |
| org.mule.runtime.http.api.server |
| 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.
|
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 |
|---|---|
HttpRequest |
HttpRequestBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequestContext.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequestMatcher.matches(HttpRequest httpRequest) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.