org.mortbay.http.ajp
Class AJP13OutputStream
- HttpMessage.HeaderWriter
public class AJP13OutputStream
OutputStream for AJP13 protocol.
bypassWrite , close , destroy , flush , getBypassBuffer , getCommitObserver , getOutputStream , isCommitted , resetStream , setBypassBuffer , setCommitObserver , wrapBuffer , write , write , writeHeader |
bufferSize , capacity , close , destroy , ensureCapacity , ensureReserve , ensureSize , ensureSize , ensureSpareCapacity , flush , isFixed , postReserve , postwrite , preReserve , prewrite , prewrite , prewrite , reset , resetStream , setFixed , size , spareCapacity , write , write , write , writeTo |
end
public void end()
throws IOException
flush
public void flush()
throws IOException
This implementation calls the commitObserver on the first flush since
construction or reset.
- flush in interface BufferedOutputStream
wrapBuffer
protected void wrapBuffer()
throws IOException
Wrap Buffer.
Called by flush() to allow the data in the buffer to be pre and post
written for any protocol wrapping. The default implementation does
nothing.
- wrapBuffer in interface BufferedOutputStream
write
public void write(AJP13Packet packet)
throws IOException
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.