BufferedServletOutputStream
is a wrapper for OutputStream
objects, which do not have their own buffering support. The main use of this class is to wrap the output stream retrieved from the cache handler, which does not have buffering but buffering needs to be supported. This class is not multithread safe as it is intended to be used on single requests which are assigned to single threads.
|
|