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(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 IOException
writeHeader in interface HttpMessage.HeaderWriterwriteHeader in class BufferedOutputStreamIOExceptionpublic void write(AJP13Packet packet) throws IOException
IOExceptionpublic void flush()
throws IOException
BufferedOutputStreamflush in interface Flushableflush in class BufferedOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class BufferedOutputStreamIOExceptionpublic void resetStream()
resetStream in class BufferedOutputStreampublic void destroy()
destroy in class BufferedOutputStreampublic void end()
throws IOException
IOExceptionprotected void wrapBuffer()
throws IOException
BufferedOutputStreamwrapBuffer in class BufferedOutputStreamIOExceptionprotected void bypassWrite(byte[] b,
int offset,
int length)
throws IOException
bypassWrite in class BufferedOutputStreamIOExceptionpublic void writeTo(OutputStream out) throws IOException
writeTo in class ByteBufferOutputStreamIOExceptionCopyright © 2015. All Rights Reserved.