public class FastCgiResponseStream extends ResponseStream
SIZE
Modifier and Type | Method and Description |
---|---|
protected void |
closeNextImpl() |
protected void |
flushNextImpl() |
protected byte[] |
getNextBuffer() |
protected int |
getNextBufferOffset() |
protected void |
setNextBufferOffsetImpl(int offset) |
void |
start()
initializes the Response stream at the beginning of a request.
|
protected byte[] |
writeNextBufferImpl(int offset) |
protected void |
writeTailImpl(boolean isClose) |
canWrite, clear, clearBuffer, clearClosed, clearNext, closeImpl, closeNext, completeCache, dbgId, flush, flushByte, flushChar, flushNext, getBuffer, getBufferOffset, getByteCacheStream, getCauchoResponse, getContentLength, getNextStartOffset, getResponse, hasData, isCauchoResponseStream, isCloseComplete, isCommitted, isDisableAutoFlush, isNextValid, killCaching, nextBuffer, setAutoFlush, setBufferOffset, setBufferSize, setByteCacheStream, setFlush, setNextBufferOffset, setProxyCacheResponse, setResponse, startCaching, toString, write, writeHeaders, writeNext, writeNextBuffer, writeTail
flushBuffer, flushByteBuffer, flushCharBuffer, getBufferLength, getBufferSize, getByteBufferOffset, getCharBuffer, getCharOffset, getRemaining, isCharFlushing, nextCharBuffer, print, print, setCharOffset, setEncoding, setLocale, setOutputStreamOnly, write
close, getCharCacheStream, getEncoding, isAutoFlush, isClosed, isClosing, isHead, sendFile, setCauchoResponse, setCharCacheStream, setCommitted, setHead, toClosing
public void start()
ResponseStream
start
in class ResponseStream
protected byte[] getNextBuffer()
getNextBuffer
in class ResponseStream
protected int getNextBufferOffset() throws java.io.IOException
getNextBufferOffset
in class ResponseStream
java.io.IOException
protected void setNextBufferOffsetImpl(int offset)
setNextBufferOffsetImpl
in class ResponseStream
protected byte[] writeNextBufferImpl(int offset) throws java.io.IOException
writeNextBufferImpl
in class ResponseStream
java.io.IOException
protected void flushNextImpl() throws java.io.IOException
flushNextImpl
in class ResponseStream
java.io.IOException
protected void closeNextImpl() throws java.io.IOException
closeNextImpl
in class ResponseStream
java.io.IOException
protected void writeTailImpl(boolean isClose) throws java.io.IOException
writeTailImpl
in class ResponseStream
java.io.IOException