Uses of Interface
com.caucho.vfs.FlushBuffer

Packages that use FlushBuffer
com.caucho.filters   
com.caucho.jsp   
com.caucho.server.http   
com.caucho.vfs Resin's Virtual File System. 
 

Uses of FlushBuffer in com.caucho.filters
 

Methods in com.caucho.filters that return FlushBuffer
 FlushBuffer CauchoResponseWrapper.getFlushBuffer()
          Gets the flush buffer
 

Methods in com.caucho.filters with parameters of type FlushBuffer
 void CauchoResponseWrapper.setFlushBuffer(FlushBuffer flushBuffer)
          Sets the flush buffer
 

Uses of FlushBuffer in com.caucho.jsp
 

Classes in com.caucho.jsp that implement FlushBuffer
 class BodyContentImpl
          Implementation of the JSP BodyContent interface.
 class JspPrintWriter
          A buffered JSP writer encapsulating a Writer.
 class JspWriterAdapter
          A buffered JSP writer encapsulating a Writer.
 

Uses of FlushBuffer in com.caucho.server.http
 

Methods in com.caucho.server.http that return FlushBuffer
 FlushBuffer ResponseAdapter.getFlushBuffer()
          Gets the flush buffer
 FlushBuffer StubServletResponse.getFlushBuffer()
           
 

Methods in com.caucho.server.http with parameters of type FlushBuffer
 void ResponseAdapter.setFlushBuffer(FlushBuffer flushBuffer)
          Sets the flush buffer
 void StubServletResponse.setFlushBuffer(FlushBuffer out)
           
 

Uses of FlushBuffer in com.caucho.vfs
 

Classes in com.caucho.vfs that implement FlushBuffer
 class PrintWriterImpl
          A print writer which allows for a changing writer.
 class StreamPrintWriter
          A print writer which writes to a specific WriteStream.