Interface Response.ContentListener

All Superinterfaces:
EventListener, Response.AsyncContentListener, Response.ContentSourceListener, Response.ResponseListener
All Known Subinterfaces:
Response.Listener
All Known Implementing Classes:
BufferingResponseListener, CompletableResponseListener, ContinueProtocolHandler.ContinueListener, FutureResponseListener, InputStreamResponseListener, RedirectProtocolHandler
Enclosing interface:
Response

public static interface Response.ContentListener extends Response.AsyncContentListener
Synchronous listener for the response content events.
See Also: