protected class InternalAprOutputBuffer.SocketOutputBuffer extends Object implements OutputBuffer
| Modifier | Constructor and Description | 
|---|---|
| protected  | InternalAprOutputBuffer.SocketOutputBuffer() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | doWrite(ByteChunk chunk,
       Response res)Write chunk. | 
| long | getBytesWritten()Bytes written to the underlying socket. | 
protected InternalAprOutputBuffer.SocketOutputBuffer()
public int doWrite(ByteChunk chunk, Response res) throws IOException
doWrite in interface OutputBufferchunk - data to writeres - The response to which the data should be written.
                  (Should be the response already associated with the
                  OutputBuffer).IOException - an underlying I/O error occurredpublic long getBytesWritten()
OutputBuffergetBytesWritten in interface OutputBufferCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.