public class OutputStreamBodyConsumer extends Object implements BodyConsumer
OutputStream
implementation for BodyConsumer
Constructor and Description |
---|
OutputStreamBodyConsumer(OutputStream outputStream) |
public OutputStreamBodyConsumer(OutputStream outputStream)
public void consume(ByteBuffer byteBuffer) throws IOException
BodyConsumer
consume
in interface BodyConsumer
byteBuffer
- a ByteBuffer
represntation of the response's chunk.IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2015. All Rights Reserved.