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 committedCopyright © 1995-2018 Webtide. All Rights Reserved.