Interface HttpOutputBuffer

All Superinterfaces:
OutputBuffer
All Known Subinterfaces:
OutputFilter
All Known Implementing Classes:
ChunkedOutputFilter, GzipOutputFilter, Http11OutputBuffer, Http11OutputBuffer.SocketOutputBuffer, Http2OutputBuffer, IdentityOutputFilter, VoidOutputFilter

public interface HttpOutputBuffer extends OutputBuffer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end()
    Finish writing the current response.
    void
    Flushes any unwritten data to the client.

    Methods inherited from interface org.apache.coyote.OutputBuffer

    doWrite, getBytesWritten
  • Method Details