public class OutputStreamBodyConsumer extends Object implements BodyConsumer
OutputStream implementation for BodyConsumer| Constructor and Description |
|---|
OutputStreamBodyConsumer(OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2018. All Rights Reserved.