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