Class TransportHttp.Service.HttpOutputStream

java.lang.Object
java.io.OutputStream
org.eclipse.jgit.util.TemporaryBuffer
org.eclipse.jgit.transport.TransportHttp.Service.HttpOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
TransportHttp.Service

class TransportHttp.Service.HttpOutputStream extends TemporaryBuffer
  • Constructor Details

    • HttpOutputStream

      HttpOutputStream()
  • Method Details

    • overflow

      protected OutputStream overflow() throws 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:
      IOException - the buffer cannot create the overflow stream.