public interface StreamingOutput
Response when the application wishes to stream the output.
 This is a lightweight alternative to a
 MessageBodyWriter.MessageBodyWriter, 
Response| Modifier and Type | Method | Description | 
|---|---|---|
| void | write(OutputStream output) | Called to write the message body. | 
void write(OutputStream output) throws IOException, WebApplicationException
output - the OutputStream to write to.IOException - if an IO error is encounteredWebApplicationException - if a specific
                             HTTP error response needs to be produced. Only effective if thrown prior
                             to any bytes being written to output.Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.