public class AJP13OutputStream extends BufferedOutputStream
_httpMessageWriter, _out_buf| Modifier and Type | Method and Description |
|---|---|
protected void |
bypassWrite(byte[] b,
int offset,
int length) |
void |
close() |
void |
destroy() |
void |
end() |
void |
flush()
This implementation calls the commitObserver on the first flush since
construction or reset.
|
void |
resetStream() |
protected void |
wrapBuffer()
Wrap Buffer.
|
void |
write(AJP13Packet packet) |
void |
writeHeader(HttpMessage httpMessage) |
void |
writeTo(java.io.OutputStream out) |
getBypassBuffer, getCommitObserver, getOutputStream, isCommitted, setBypassBuffer, setCommitObserver, write, writebufferSize, capacity, ensureCapacity, ensureReserve, ensureSize, ensureSize, ensureSpareCapacity, isFixed, postReserve, postwrite, postwrite, preReserve, prewrite, prewrite, prewrite, reset, setFixed, size, spareCapacity, writepublic void writeHeader(HttpMessage httpMessage) throws java.io.IOException
writeHeader in interface HttpMessage.HeaderWriterwriteHeader in class BufferedOutputStreamjava.io.IOExceptionpublic void write(AJP13Packet packet) throws java.io.IOException
java.io.IOExceptionpublic void flush()
throws java.io.IOException
BufferedOutputStreamflush in interface java.io.Flushableflush in class BufferedOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class BufferedOutputStreamjava.io.IOExceptionpublic void resetStream()
resetStream in class BufferedOutputStreampublic void destroy()
destroy in class BufferedOutputStreampublic void end()
throws java.io.IOException
java.io.IOExceptionprotected void wrapBuffer()
throws java.io.IOException
BufferedOutputStreamwrapBuffer in class BufferedOutputStreamjava.io.IOExceptionprotected void bypassWrite(byte[] b,
int offset,
int length)
throws java.io.IOException
bypassWrite in class BufferedOutputStreamjava.io.IOExceptionpublic void writeTo(java.io.OutputStream out)
throws java.io.IOException
writeTo in class ByteBufferOutputStreamjava.io.IOExceptionCopyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.