The buffering is pretty simple because the code between {@link org.apache.tapestry.IMarkupWriter} and this shows lots of bufferingafter the PrintWriter
and inside the OutputStreamWriter
that can't be configured.
This class performs some buffering, but it is not all that useful because the {@link org.apache.tapestry.html.Body} component (which willbe used on virtually all Tapestry pages), buffers its wrapped contents (that is, evertyhing inside the <body> tag in the generated HTML). @author Howard Lewis Ship @version $Id: ResponseOutputStream.java 243791 2004-02-19 17:38:13Z hlship $
ResponseOutputStream
is an output stream associated with the currently received event. Note that if the stream is from a socket the socket is also available on this stream so that the socket state can be validated before writing.
|
|
|
|