public interface OutputBuffer
Modifier and Type | Method and Description |
---|---|
int |
doWrite(ByteChunk chunk)
Write the given data to the response.
|
long |
getBytesWritten()
Bytes written to the underlying socket.
|
int doWrite(ByteChunk chunk) throws IOException
chunk
- data to writeIOException
- an underlying I/O error occurredlong getBytesWritten()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.