public interface OutputBuffer
Modifier and Type | Method and 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-1970 Apache Software Foundation. All Rights Reserved.