Interface HttpOutputBuffer

    • Method Detail

      • end

        void end()
          throws java.io.IOException
        Finish writing the current response. It is acceptable to write extra bytes using OutputBuffer.doWrite(java.nio.ByteBuffer) during the execution of this method.
        Throws:
        java.io.IOException - If an I/O error occurs while writing to the client
      • flush

        void flush()
            throws java.io.IOException
        Flushes any unwritten data to the client.
        Throws:
        java.io.IOException - If an I/O error occurs while flushing