users@grizzly.java.net

Ordering of ProtocolChain filters

From: bsimonssays <bill.simons_at_gmail.com>
Date: Wed, 24 Sep 2008 07:53:13 -0700 (PDT)

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?

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.