protected class AjpProcessor.SocketOutputBuffer extends Object implements OutputBuffer
Modifier | Constructor and Description |
---|---|
protected |
SocketOutputBuffer() |
Modifier and Type | Method and Description |
---|---|
int |
doWrite(ByteBuffer chunk)
Write the given data to the response.
|
long |
getBytesWritten()
Bytes written to the underlying socket.
|
public int doWrite(ByteBuffer chunk) throws IOException
OutputBuffer
doWrite
in interface OutputBuffer
chunk
- data to writeIOException
- an underlying I/O error occurredpublic long getBytesWritten()
OutputBuffer
getBytesWritten
in interface OutputBuffer
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.