java.util.EventListener, Response.ResponseListenerResponse.ListenerBufferingResponseListener, ContinueProtocolHandler.ContinueListener, FutureResponseListener, InputStreamResponseListener, RedirectProtocolHandler, Response.Listener.Adapterpublic static interface Response.ContentListener extends Response.ResponseListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
onContent(Response response,
java.nio.ByteBuffer content) |
Callback method invoked when the response content has been received.
|
void onContent(Response response, java.nio.ByteBuffer content)
content buffer must be consumed
before returning from this method.response - the response containing the response line data and the headerscontent - the content bytes receivedCopyright © 1995–2018 Webtide. All rights reserved.