public class OutputStreamBodyConsumer extends Object implements BodyConsumer
| Constructor and Description |
|---|
OutputStreamBodyConsumer(OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Invoked when all the response bytes has been processed.
|
void |
consume(ByteBuffer byteBuffer)
Consume the received bytes.
|
public OutputStreamBodyConsumer(OutputStream outputStream)
public void consume(ByteBuffer byteBuffer) throws IOException
BodyConsumerconsume in interface BodyConsumerbyteBuffer - a ByteBuffer represntation of the response's chunk.IOExceptionpublic void close()
throws IOException
BodyConsumerclose in interface BodyConsumerIOExceptionCopyright © 2015. All rights reserved.