Hi,I'm looking at a way to execute some code when a Servlet body response has been fully sent to the client. Here I'm dealing with Servlets handling streaming media, so it can take a while until the full body is sent.
A filter doesn't cut it as the response body is written asynchronously.
What would be the best way to achieve that ? _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
