Re: Where to plug in after reply is sent

Mark Friedman writes:
 > 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.
 > 

Indeed, that's what I realized after reading Joe's message. You're
guaranteed that the close mtehod of the input stream will get called,
yes (otherwise this would result in severe file descriptors leaks)


Anselm.

Received on Tuesday, 1 July 1997 02:31:15 UTC