public interface ResponseStreams
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
getOutputStream()
Get the output stream to write the response.
|
java.io.Writer |
getWriter()
Get the writer to write the response.
|
java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionjava.io.Writer getWriter()
throws java.io.IOException
java.io.IOExceptionCopyright © 2014 ninjaframework. All Rights Reserved.