Interface Response.AsyncContentListener

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

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