You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Nicolas Bouillon (JIRA)" <ji...@apache.org> on 2009/03/04 14:32:59 UTC

[jira] Updated: (CAMEL-1418) Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter

     [ https://issues.apache.org/activemq/browse/CAMEL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Bouillon updated CAMEL-1418:
------------------------------------

    Attachment: UseFilters.patch

Patch against camel-mina component

Added an endpoint param "filters" of type List<org.apache.mina.common.IoFilter>

The filters are added at the end of the filter chain, after the ProtocolCodecFilter ("codec" param) or the  org.apache.mina.filter.LoggingFilter ("minaLogger" param).

If the user want to change the order, he can create its own ProtocolCodecFilter instance and put in in the chain at the place of its choice.

> Allow usage of any IoFilter in camel-mina, not only ProtocolCodecFilter
> -----------------------------------------------------------------------
>
>                 Key: CAMEL-1418
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1418
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-mina
>    Affects Versions: 2.0.0
>            Reporter: Nicolas Bouillon
>         Attachments: UseFilters.patch
>
>
> This should be possible to use any kind of IoFilter in a Mina endpoint.
> See http://mina.apache.org/iofilter.html for more information on Mina filters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.