{@link HttpOutput} implements {@link ServletOutputStream}as required by the Servlet specification.
{@link HttpOutput} buffers content written by the application until afurther write will overflow the buffer, at which point it triggers a commit of the response.
{@link HttpOutput} can be closed and reopened, to allow requests includedvia {@link RequestDispatcher#include(ServletRequest,ServletResponse)} toclose the stream, to be reopened after the inclusion ends.
|
|
|
|