| 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 or the request times out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseHandler.onCompletion(HttpResponse response)
Invoked on successful completion of asynchronous processing of an
HttpResponse. |
| 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.