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
IOException
Writer getWriter() throws IOException
IOException
Copyright © 2019 ninjaframework. All rights reserved.