Method Summary |
|
public boolean | checkError() Checks for an error. |
public void | clearBuffer() Clears the response buffer. |
public void | close() |
public void | flush() Flushes the buffered response to the output stream. |
public void | flushBuffer() Flush the contents of the buffer to the underlying stream. |
public int | getBufferSize() |
public int | getRemaining() |
public void | init(AbstractResponseStream out) |
public void | setBufferSize(int size) Sets the buffer size. |
final public void | write(int ch) Writes a character to the output. |
final public void | write(char[] buf, int offset, int length) Writes a character array to the writer. |
final public void | write(String s, int off, int len) Writes a subsection of a string to the output. |