Interface Response.SuccessListener
- All Superinterfaces:
 EventListener, Response.ResponseListener
- All Known Subinterfaces:
 Response.Listener
- All Known Implementing Classes:
 AbstractResponseListener, AsyncMiddleManServlet.ProxyResponseListener, AsyncMiddleManServlet.ProxyResponseListener, AsyncMiddleManServlet.ProxyResponseListener, AsyncMiddleManServlet.ProxyResponseListener, BufferingResponseListener, CompletableResponseListener, ContinueProtocolHandler.ContinueListener, InputStreamResponseListener, PathResponseListener, ProxyHandler.ProxyResponseListener, ProxyServlet.ProxyResponseListener, ProxyServlet.ProxyResponseListener, ProxyServlet.ProxyResponseListener, ProxyServlet.ProxyResponseListener, RedirectProtocolHandler, RetainingResponseListener
- Enclosing interface:
 Response
Listener for the response succeeded event.
- 
Method Summary
 
- 
Method Details
- 
onSuccess
Callback method invoked when the whole response has been successfully received.- Parameters:
 response- the response containing the response line data and the headers
 
 -