Returns a ServletOutputStream suitable for writing binary data in the response. The servlet container does not encode the binary data.
Calling flush() on the ServletOutputStream commits the response.
Either this method or getWriter() may be called to write the body, not both.
Calling flush() on the ServletOutputStream commits the response.
Either this method or getWriter() may be called to write the body, not both.