users@grizzly.java.net

accessing objects from previous context filter

From: Fotis Ailianos <fotaros_at_gmail.com>
Date: Thu, 21 Oct 2010 23:59:40 +0300

Hello guys

I have a filter chain containing Transport Filter, HttpServerFilter
and MyFilter. Is it possible to access the context of TransportFilter
from MyFilter?
The reason is that I need to access a ConnectionCompletionHandler from
TransportFiilter in my MyFilter filter.

thank you