+1 CommonIoEventFilter

It seams like there may be a better name for this but
CommonIoEventFilter would be fine.

-Mike

Maarten Bosteels wrote:
> It's hard to come up with a good name for this beast, I'd welcome all new
> suggestions :-)
> For now, this is my vote:
> 
> +1 CommonIoEventFilter
> 
> Maarten
> 
> On 11/6/07, Trustin Lee <[EMAIL PROTECTED]> wrote:
>> Hi folks,
>>
>> WrappingFilter is a new utility abstract IoFilter for those who want
>> to filter all events in a single filter method:
>>
>>
>> http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/util/WrappingFilter.java?view=markup
>>
>> One known usage is here:
>>
>>
>> http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/logging/MdcInjectionFilter.java?view=markup
>>
>> However, WrappingFilter doesn't represent what it does exactly, so we
>> need a new name.  So far, the following names were suggested:
>>
>> * GenericIoFilter
>> * SameActionForEveryIoEventTypeFilter
>> * CommonIoEventFilter
>> * SingletonActionIoFilter
>> * MuxingIoFilter - (see http://en.wikipedia.org/wiki/Multiplexing)
>> * CrossCuttingIoFilter - (see
>> http://en.wikipedia.org/wiki/Cross-cutting_concern)
>>
>> Please feel free to add your suggestion or to cast a vote.  I'd like
>> to see some consensus anyway.
>>
>> Trustin
>> --
>> what we call human nature is actually human habit
>> --
>> http://gleamynode.net/
>> --
>> PGP Key ID: 0x0255ECA6
>>
> 

Reply via email to