public class AppendableBodyConsumer extends Object implements BodyConsumer
Constructor and Description |
---|
AppendableBodyConsumer(Appendable appendable) |
AppendableBodyConsumer(Appendable appendable,
String encoding) |
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 AppendableBodyConsumer(Appendable appendable, String encoding)
public AppendableBodyConsumer(Appendable appendable)
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
BodyConsumer
close
in interface BodyConsumer
IOException
Copyright © 2015. All rights reserved.