All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.OutputStream | +----javax.servlet.ServletOutputStream | +----org.apache.tomcat.core.BufferedServletOutputStream
String
to the client,
without a carriage return-line feed (CRLF)
character at the end.
protected StringManager sm
protected boolean usingWriter
protected static final int DEFAULT_BUFFER_SIZE
protected byte buffer[]
protected int bufferSize
protected int bufferCount
protected int totalCount
protected boolean committed
protected boolean closed
protected BufferedServletOutputStream()
protected BufferedServletOutputStream(Response resA)
protected void doWrite(byte buffer[], int pos, int count) throws IOException
protected void sendHeaders() throws IOException
public void setResponse(Response response)
public void setUsingWriter(boolean uwrt)
public void write(int i) throws IOException
public void write(byte b[]) throws IOException
public void write(byte b[], int off, int len) throws IOException
public void print(String s) throws IOException
String
to the client,
without a carriage return-line feed (CRLF)
character at the end.
public void flush() throws IOException
public void reallyFlush() throws IOException
public void close() throws IOException
public boolean isContentWritten()
public boolean isCommitted()
public int getBufferSize()
public void setBufferSize(int size) throws IllegalStateException
public void reset() throws IllegalStateException
public void recycle()
All Packages Class Hierarchy This Package Previous Next Index