| Package | Description |
|---|---|
| org.mule.runtime.http.api.client | |
| org.mule.runtime.http.api.client.auth |
| Modifier and Type | Method and Description |
|---|---|
Optional<HttpAuthentication> |
HttpRequestOptions.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestOptionsBuilder |
HttpRequestOptionsBuilder.authentication(HttpAuthentication authentication) |
default HttpResponse |
HttpClient.send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpAuthentication authentication)
Deprecated.
use
HttpClient.send(HttpRequest, HttpRequestOptions) instead |
default CompletableFuture<HttpResponse> |
HttpClient.sendAsync(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpAuthentication authentication)
Deprecated.
|
| 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–2019 MuleSoft, Inc.. All rights reserved.