Re: re-usable async http parsing code?

2012-12-18 Thread Hiller, Dean
A bit late back to this thread but +1 from my side since as a user I expected at least one nio library would have taken the approach that parsing(decoding/encoding) should be a separate library from actual nio frameworks. Instead it appears every library embedded/wired their parser to be too

Re: re-usable async http parsing code?

2012-12-13 Thread Arnaud bourree
independent of the transport code. To be further thought.. On Wed, Dec 12, 2012 at 8:31 AM, Emmanuel Lécharny elecha...@gmail.comwrote: Le 12/12/12 12:44 AM, Hiller, Dean a écrit : I need re-usable async http parsing code. Does mina perhaps contain some api for just the parsing portion? (I

Re: re-usable async http parsing code?

2012-12-13 Thread Emmanuel Lécharny
Le 12/13/12 5:41 PM, Arnaud bourree a écrit : I don't follow: Mina codecs process IOBuffer which is Mina specific. If you want to made codec independent you should used reader/writer or streams, then you loose Mina power. Nope. You can (shoud) disconnect the decoder completely. In fact a

Re: re-usable async http parsing code?

2012-12-13 Thread Arnaud bourree
OK, I just take a look to LdapCodec and get you point. Arnaud. 2012/12/13 Emmanuel Lécharny elecha...@gmail.com: Le 12/13/12 5:41 PM, Arnaud bourree a écrit : I don't follow: Mina codecs process IOBuffer which is Mina specific. If you want to made codec independent you should used