| Package | Description |
|---|---|
| org.mule.runtime.http.api.client | |
| org.mule.runtime.http.api.client.auth |
| 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 | Interface and Description |
|---|---|
static interface |
HttpAuthentication.HttpNtlmAuthentication
Represents an HTTP request's NTLM based authentication.
|
| Modifier and Type | Method and Description |
|---|---|
HttpAuthentication |
HttpAuthenticationBuilder.build()
Creates the
HttpAuthentication as configured. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.