users@grizzly.java.net

Re: Ordering of ProtocolChain filters

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Wed, 24 Sep 2008 17:02:17 +0200

> Are the filters added to a ProtocolChain using the addFilter method
> guaranteed to be run in a particular order? That is, if I call
>
> chain.addFilter(filter1);
> chain.addFilter(filter2);
> chain.addFilter(filter2);
>
> will the filters always be called in order filter1 -> filter2 ->
> filter3?
Yes.

WBR,
Alexey.

>
>
> Thanks,
> Bill
> --
> View this message in context: http://www.nabble.com/Ordering-of-ProtocolChain-filters-tp19650708p19650708.html
> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>