"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...