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 SummaryMethods inherited from interface org.apache.coyote.OutputBufferdoWrite, getBytesWritten
- 
Method Details- 
endFinish 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
 
- 
flushFlushes any unwritten data to the client.- Throws:
- IOException- If an I/O error occurs while flushing
 
 
-