Hi,

You can flush the response yourself with Response.flush().

Or create your own Servlet Filter that does its job after calling
chain.doFilter()
On Nov 20, 2014 11:08 PM, "Warren Bell" <[email protected]> wrote:

> Just a follow up on a previous post where I was trying to log some data to
> a db and not have the response wait.
>
> Is there a hook somewhere that is called after the response has left to
> the client and the connection is closed.
>
> onAfterConnectionClosed(…)?
>
> This would need to be accessible somehow in my “REST Annotations”
> implementation of IResource.
>
> Thanks,
>
> Warren Bell
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to