Package org.eclipse.jetty.client
Interface Response.HeadersListener
- All Superinterfaces:
EventListener,Response.ResponseListener
- All Known Subinterfaces:
Response.Listener
- All Known Implementing Classes:
AsyncMiddleManServlet.ProxyResponseListener,AsyncMiddleManServlet.ProxyResponseListener,AsyncMiddleManServlet.ProxyResponseListener,BufferingResponseListener,CompletableResponseListener,ContinueProtocolHandler.ContinueListener,FutureResponseListener,InputStreamResponseListener,PathResponseListener,ProxyHandler.ProxyResponseListener,ProxyServlet.ProxyResponseListener,ProxyServlet.ProxyResponseListener,ProxyServlet.ProxyResponseListener,RedirectProtocolHandler
- Enclosing interface:
- Response
Listener for the response headers event.
-
Method Summary
-
Method Details
-
onHeaders
Callback method invoked when all the response headers have been received and parsed.- Parameters:
response- the response containing the response line data and the headers
-