Re: Where to plug in after reply is sent

Anselm Baird_Smith wrote:

> Mark Friedman writes:
>  > Is there any method I could define or override to get something
> executed
>  > after the reply that my resource creates is sent over the wire?
>
> Not currently, the nearest point is the outgoingFilter method of a
> filter placed on the root resource,

Alternatively, Is there any guarantee that the InputStream of the reply
gets closed? If so, I could supply a close method that does what I
want.

> you may though check the logger API, which provides you with the
> initial request, which in turns provides you with the origin resource,
>
>

How would that help?

-Mark

Received on Monday, 30 June 1997 21:17:50 UTC