OutputBuffer
OutputFilter
ChunkedOutputFilter
, GzipOutputFilter
, Http11OutputBuffer
, Http11OutputBuffer.SocketOutputBuffer
, Http2OutputBuffer
, IdentityOutputFilter
, VoidOutputFilter
public interface HttpOutputBuffer extends OutputBuffer
Modifier and Type | Method | Description |
---|---|---|
void |
end() |
Finish writing the current response.
|
void |
flush() |
Flushes any unwritten data to the client.
|
doWrite, getBytesWritten
void end() throws java.io.IOException
OutputBuffer.doWrite(java.nio.ByteBuffer)
during the execution of
this method.java.io.IOException
- If an I/O error occurs while writing to the clientvoid flush() throws java.io.IOException
java.io.IOException
- If an I/O error occurs while flushingCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.