public static interface Request.ContentListener extends Request.RequestListener
| Modifier and Type | Method and Description |
|---|---|
void |
onContent(Request request,
ByteBuffer content)
Callback method invoked when a chunk of request content has been sent successfully.
|
void onContent(Request request, ByteBuffer content)
request - the request that has been committedcontent - the contentCopyright © 2010 - 2020 Adobe. All Rights Reserved