users@grizzly.java.net

Re: accessing objects from previous context filter

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Fri, 22 Oct 2010 01:03:32 +0200

Hi,

actually MyFilter should be passed the same FilterChainContext
instance, as TransportFilter, when processing same event on the
Connection.
Can you pls. give us details what you want to achieve, we'll try to
help.

Thanks.

WBR,
Alexey.


On Oct 21, 2010, at 22:59 , Fotis Ailianos wrote:

> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>