Class TransportHttp.Service.HttpOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    Enclosing class:
    TransportHttp.Service

    class TransportHttp.Service.HttpOutputStream
    extends TemporaryBuffer
    • Constructor Detail

      • HttpOutputStream

        HttpOutputStream()
    • Method Detail

      • overflow

        protected java.io.OutputStream overflow()
                                         throws java.io.IOException
        Description copied from class: TemporaryBuffer
        Open the overflow output stream, so the remaining output can be stored.
        Specified by:
        overflow in class TemporaryBuffer
        Returns:
        the output stream to receive the buffered content, followed by the remaining output.
        Throws:
        java.io.IOException - the buffer cannot create the overflow stream.