public interface OutputBuffer
Modifier and Type | Method and Description |
---|---|
int |
doWrite(ByteChunk chunk,
Response response)
Write the response.
|
long |
getBytesWritten()
Bytes written to the underlying socket.
|
int doWrite(ByteChunk chunk, Response response) throws java.io.IOException
chunk
- data to writeresponse
- used to allow buffers that can be shared by multiple
responses.java.io.IOException
long getBytesWritten()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.