dev@grizzly.java.net

Question for those developing custom Filters

From: Ryan Lubke <ryan.lubke_at_gmail.com>
Date: Tue, 21 Feb 2012 09:43:37 -0800

Hey Folks,

I'm curious (I hope Matt and Bongjae are paying attention): when
testing your custom Filter implementations do you use one or more of the
following Filters from the core framework?

    - DelayFilter
    - ChunkingFilter
    - EchoFilter

I ask as we're looking at ways to reduce the core framework jar size.
If you've found these Filters to be useful in your development, I'm more
inclined to say that we leave them where they are. If no-one really
knew about these, then I'd bet it's safe to say that we can move them.

-rl