org.mortbay.http.ajp
public class AJP13OutputStream extends BufferedOutputStream
Version: $Revision: 1.14 $
| Method Summary | |
|---|---|
| protected void | bypassWrite(byte[] b, int offset, int length) |
| void | close() |
| void | destroy() |
| void | end() |
| void | flush() |
| void | resetStream() |
| protected void | wrapBuffer() |
| void | write(AJP13Packet packet) |
| void | writeHeader(HttpMessage httpMessage) |
| void | writeTo(OutputStream out) |