class TransportHttp.Service.HttpOutputStream extends TemporaryBuffer
TemporaryBuffer.Heap, TemporaryBuffer.LocalFile
DEFAULT_IN_CORE_LIMIT
Constructor and Description |
---|
HttpOutputStream() |
Modifier and Type | Method and Description |
---|---|
protected java.io.OutputStream |
overflow()
Open the overflow output stream, so the remaining output can be stored.
|
close, copy, destroy, doFlush, length, openInputStream, openInputStreamWithAutoDestroy, reset, toByteArray, toByteArray, write, write, writeTo
protected java.io.OutputStream overflow() throws java.io.IOException
TemporaryBuffer
overflow
in class TemporaryBuffer
java.io.IOException
- the buffer cannot create the overflow stream.