public interface HttpResponseReadyCallback
| Modifier and Type | Method and Description |
|---|---|
void |
responseReady(HttpResponse response,
ResponseStatusCallback responseStatusCallback)
Method to send response to the client.
|
void responseReady(HttpResponse response, ResponseStatusCallback responseStatusCallback)
response - HTTP response content.responseStatusCallback - callback to be called if there's a failure while sending the response or when it is successfully sent.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.