users@jersey.java.net

HttpServer.stop() propagated to resource class

From: Richard Levenberg <richardl_at_ufp.com>
Date: Sun, 01 Jun 2008 23:56:24 -0700

I have cursorily looked at the code but I was wondering if someone could
point me in the right direction. My resource classes that get loaded up
when I start the lightweight server do a bunch of stuff (initialization,
threads, etc.) that I would like to cleanup. Is there any way to
propagate the stop() of the HttpServer into the resource classes that
were found? Any hints greatly appreciated.

r