[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Netty HTTP transport

ataylor do-not-reply at jboss.com
Wed Oct 22 05:21:17 EDT 2008


anonymous wrote : The plan is to write a codec for both client and server side, which means we need two encoders and two decoders - HttpRequestEncoder, HttpResponseEncoder, HttpRequestDecoder and HttpResponseDecoder. So, it's writing something from scratch. 

I guess the encoder just writes the headers followed by the body but with thge decoder we need towait for the whole of the body to be delivered before translating the content into a nettybuffer?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183757#4183757

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183757



More information about the jboss-dev-forums mailing list