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.IOExceptionlong getBytesWritten()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.