Uses of Class
javax.servlet.ServletOutputStream
Packages that use ServletOutputStream
-
Uses of ServletOutputStream in javax.servlet
Methods in javax.servlet that return ServletOutputStreamModifier and TypeMethodDescriptionServletResponse.getOutputStream()
Returns aServletOutputStream
suitable for writing binary data in the response.ServletResponseWrapper.getOutputStream()
The default behavior of this method is to return getOutputStream() on the wrapped response object. -
Uses of ServletOutputStream in javax.servlet.http
Methods in javax.servlet.http that return ServletOutputStreamModifier and TypeMethodDescriptionWebConnection.getOutputStream()
Returns an output stream for this web connection.