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

trustin do-not-reply at jboss.com
Wed Oct 22 05:04:54 EDT 2008


"ataylor" wrote : How did you envisage this working from the client side, were you just going to build on top of URLConnection or one of the Http client API's or write something from scratch?

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.

Implementation of an encoder is pretty straighforward, but it's not for decoders.  I think we can use ReplayingDecoder to minimize the decoder implementation time.

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

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



More information about the jboss-dev-forums mailing list