public class ByteBufferBodyConsumer extends Object implements BodyConsumer
ByteBuffer implementation of BodyConsumer| Constructor and Description |
|---|
ByteBufferBodyConsumer(ByteBuffer byteBuffer) |
| 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 ByteBufferBodyConsumer(ByteBuffer byteBuffer)
public void consume(ByteBuffer byteBuffer) throws IOException
consume in interface BodyConsumerbyteBuffer - a ByteBuffer represntation of the response's chunk.IOExceptionpublic void close()
throws IOException
close in interface BodyConsumerIOExceptionCopyright © 2014. All Rights Reserved.