public interface HttpDataAdapter
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getData() |
boolean |
hasData() |
boolean |
isLastChunk() |
void |
setData(ByteBuffer buf) |
void |
setLastChunk(boolean last) |
boolean hasData()
ByteBuffer getData()
void setData(ByteBuffer buf)
boolean isLastChunk()
void setLastChunk(boolean last)
Copyright © 2016 Apigee Corporation. All Rights Reserved.