Package org.apache.coyote.http11
Interface HttpOutputBuffer
- All Superinterfaces:
OutputBuffer
- All Known Subinterfaces:
OutputFilter
- All Known Implementing Classes:
ChunkedOutputFilter
,GzipOutputFilter
,Http11OutputBuffer
,Http11OutputBuffer.SocketOutputBuffer
,Http2OutputBuffer
,IdentityOutputFilter
,VoidOutputFilter
-
Method Summary
Methods inherited from interface org.apache.coyote.OutputBuffer
doWrite, doWrite, getBytesWritten
-
Method Details
-
end
Finish writing the current response. It is acceptable to write extra bytes usingOutputBuffer.doWrite(java.nio.ByteBuffer)
during the execution of this method.- Throws:
IOException
- If an I/O error occurs while writing to the client
-
flush
Flushes any unwritten data to the client.- Throws:
IOException
- If an I/O error occurs while flushing
-