Hi, I committed a new idea for the codec API. It's quite radical change but I think it's a valuable improvement.
Key here is simplicity : - a codec module independent of the core module, could be reused for mina 2, plain old IO, whatever - a codec in compounded of a statefull decoder and an encoder - each session will store a encoder and a decoder I updated the HTTP codec but not the LDAP codec. I need to take care of make it compiling soon. Anyway I would like quick feedback on the code for knowing if we could keep it, so I could finish it (doc, adapting TextLineCodec and adding accumulation facilities). Julien
