Thanks, this answer my question!
-Original Message-
From: Emmanuel Lécharny [mailto:elecha...@gmail.com]
Sent: Tuesday, August 16, 2016 11:20 AM
To: users@mina.apache.org
Subject: Re: Ensure sequential execution
Le 16/08/16 à 11:15, Simo Chiegang, Boris Arthur a écrit :
> I guys, I h
Le 16/08/16 à 11:15, Simo Chiegang, Boris Arthur a écrit :
> I guys, I have the following Problem:
>
>
> - I defined a Server to handle some Json Strings.
>
> Acceptor a = new NioSocketAcceptor();
>
>
>
> - I had some filters so:
>
> a.getFilterChain().clear(); // I removed all fi
I guys, I have the following Problem:
- I defined a Server to handle some Json Strings.
Acceptor a = new NioSocketAcceptor();
- I had some filters so:
a.getFilterChain().clear(); // I removed all filters
a.getFilterChain().addLast("jsonString", new ProtocolCodecFilter(...)