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 and 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 © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.