Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Executing code after a servlet body is fully served

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 ?




Back to the top