HttpOutputBuffer, OutputFilterAjpProcessor.SocketOutputBuffer, ChunkedOutputFilter, GzipOutputFilter, Http11OutputBuffer, Http11OutputBuffer.SocketOutputBuffer, Http2OutputBuffer, IdentityOutputFilter, VoidOutputFilterpublic interface OutputBuffer
| Modifier and Type | Method | Description |
|---|---|---|
int |
doWrite(java.nio.ByteBuffer chunk) |
Write the given data to the response.
|
long |
getBytesWritten() |
Bytes written to the underlying socket.
|
int doWrite(java.nio.ByteBuffer chunk)
throws java.io.IOException
chunk - data to writejava.io.IOException - an underlying I/O error occurredlong getBytesWritten()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.