public interface ResponseStreams
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream()
Get the output stream to write the response.
|
Writer |
getWriter()
Get the writer to write the response.
|
OutputStream getOutputStream() throws IOException
IOExceptionWriter getWriter() throws IOException
IOExceptionCopyright © 2019 ninjaframework. All rights reserved.