Package | Description |
---|---|
com.caucho.filters | |
com.caucho.jsp | |
com.caucho.server.http | |
com.caucho.vfs |
Resin's Virtual File System.
|
Modifier and Type | Method and Description |
---|---|
FlushBuffer |
CauchoResponseWrapper.getFlushBuffer()
Gets the flush buffer
|
Modifier and Type | Method and Description |
---|---|
void |
CauchoResponseWrapper.setFlushBuffer(FlushBuffer flushBuffer)
Sets the flush buffer
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FlushBuffer |
StubServletResponse.getFlushBuffer() |
FlushBuffer |
ResponseAdapter.getFlushBuffer()
Gets the flush buffer
|
Modifier and Type | Method and Description |
---|---|
void |
StubServletResponse.setFlushBuffer(FlushBuffer out) |
void |
ResponseAdapter.setFlushBuffer(FlushBuffer flushBuffer)
Sets the flush buffer
|
Modifier and Type | Class and Description |
---|---|
class |
PrintWriterImpl
A print writer which allows for a changing writer.
|
class |
StreamPrintWriter
A print writer which writes to a specific WriteStream.
|