public static interface Client.ContentCallback
| Modifier and Type | Method and Description |
|---|---|
void |
content(ByteBuffer content)
Callback for when clients have data from the response body available.
|
void content(ByteBuffer content)
This method may be invoked multiple times as response content is available (i.e. the client does not have to pass the entire response body in at once).
content - The currently available contentCopyright © 2018. All rights reserved.