| com.caucho.server.connection.AbstractResponseStream com.caucho.server.connection.ToByteResponseStream com.caucho.server.connection.IncludeResponseStream
Field Summary | |
final static L10N | L | final static Logger | log |
flushCharBuffer | protected void flushCharBuffer() throws IOException(Code) | | Converts the char buffer.
|
isCauchoResponseStream | public boolean isCauchoResponseStream()(Code) | | Returns true for a caucho response stream.
|
setBufferOffset | public void setBufferOffset(int offset) throws IOException(Code) | | Sets the byte buffer offset.
|
setByteCacheStream | public void setByteCacheStream(OutputStream cacheStream)(Code) | | Sets any cache stream.
|
setCauchoResponseStream | public void setCauchoResponseStream(boolean isCaucho)(Code) | | Set true for a caucho response stream.
|
setCharCacheStream | public void setCharCacheStream(Writer cacheWriter)(Code) | | Sets any cache stream.
|
start | public void start()(Code) | | |
write | public void write(int ch) throws IOException(Code) | | Writes the next chunk of data to the response stream.
Parameters: buf - the buffer containing the data Parameters: offset - start offset into the buffer Parameters: length - length of the data in the buffer |
write | public void write(byte[] buf, int offset, int length) throws IOException(Code) | | Writes the next chunk of data to the response stream.
Parameters: buf - the buffer containing the data Parameters: offset - start offset into the buffer Parameters: length - length of the data in the buffer |
writeNext | protected void writeNext(byte[] buf, int offset, int length, boolean isEnd) throws IOException(Code) | | Writes the next chunk of data to the response stream.
Parameters: buf - the buffer containing the data Parameters: offset - start offset into the buffer Parameters: length - length of the data in the buffer |
Fields inherited from com.caucho.server.connection.ToByteResponseStream | final protected static int SIZE(Code)(Java Doc) protected boolean _isFinished(Code)(Java Doc)
|
|
|