| Modifier and Type | Method and Description |
|---|---|
abstract HttpRequestAuthentication |
UsernamePasswordAuthentication.buildRequestAuthentication() |
HttpRequestAuthentication |
DigestAuthentication.buildRequestAuthentication() |
HttpRequestAuthentication |
BasicAuthentication.buildRequestAuthentication() |
HttpRequestAuthentication |
NtlmAuthentication.buildRequestAuthentication() |
protected HttpRequestAuthentication |
UsernamePasswordAuthentication.getBaseRequestAuthentication(HttpAuthenticationType authType) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpClient.send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication)
Sends a HttpRequest blocking the current thread until a response is available for the request times out.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
GrizzlyHttpClient.send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestAuthentication |
DefaultHttpAuthentication.resolveRequestAuthentication(Event event) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpClient.send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication)
Sends a HttpRequest blocking the current thread until a response is available for the request times out.
|
void |
HttpClient.send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication,
CompletionHandler<HttpResponse,Exception> handler)
Sends a HttpRequest without blocking the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
GrizzlyHttpClient.send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication) |
void |
GrizzlyHttpClient.send(HttpRequest request,
int responseTimeout,
boolean followRedirects,
HttpRequestAuthentication authentication,
CompletionHandler<HttpResponse,Exception> completionHandler) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.