public interface OutputBuffer
Modifier and Type | Method and Description |
---|---|
int |
doWrite(ByteChunk chunk,
Response response)
Write the response.
|
int doWrite(ByteChunk chunk, Response response) throws IOException
chunk
- data to writeresponse
- used to allow buffers that can be shared by multiple responses.IOException
Copyright © 2016 JBoss by Red Hat. All rights reserved.