[MINA3] Some points

2013-04-08 Thread Jeff MAURY
Hello, as I has been working on the Codec API and MINA3, I have some points I want to share with you: 1) Codec API The new Codec API does not define exceptions. It seems that the old one does with the notion of recoverable exception, should we define exceptions as well or no. If no, then we

Re: [MINA3] Some points

2013-04-08 Thread Emmanuel Lécharny
Le 4/8/13 5:46 PM, Jeff MAURY a écrit : Hello, as I has been working on the Codec API and MINA3, I have some points I want to share with you: 1) Codec API The new Codec API does not define exceptions. It seems that the old one does with the notion of recoverable exception, should we define

Re: [MINA3] Some points

2013-04-08 Thread Jeff MAURY
On Mon, Apr 8, 2013 at 6:04 PM, Emmanuel Lécharny elecha...@gmail.comwrote: Le 4/8/13 5:46 PM, Jeff MAURY a écrit : Hello, as I has been working on the Codec API and MINA3, I have some points I want to share with you: 1) Codec API The new Codec API does not define exceptions. It

Re: [MINA3] Some points

2013-04-08 Thread Emmanuel Lécharny
Le 4/8/13 6:20 PM, Jeff MAURY a écrit : On Mon, Apr 8, 2013 at 6:04 PM, Emmanuel Lécharny elecha...@gmail.comwrote: Le 4/8/13 5:46 PM, Jeff MAURY a écrit : 2) Session objects are not immutable I noticed that session objects (assigned to clients and servers) are not immutable, but I think

Re: [MINA3] Some points

2013-04-08 Thread Julien Vermillard
Hi Happy to see some feedback :) On Mon, Apr 8, 2013 at 5:46 PM, Jeff MAURY jeffma...@jeffmaury.com wrote: Hello, as I has been working on the Codec API and MINA3, I have some points I want to share with you: 1) Codec API The new Codec API does not define exceptions. It seems that the