[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Netty HTTP transport
ataylor
do-not-reply at jboss.com
Wed Oct 22 04:28:02 EDT 2008
A starter for 10.
I guess the first thing we need is a Http Codec. I guess the codec just needs to decipher the headers and then the buffer content will be held in the body. Once we have the codec then we can build an engine that takes the http requests and translates into Netty Buffers.
As mentioned on IRC we probably need to support the client both polling for responses and keeping the connection open but i guess it makes sense to concentrate on one or the other first.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183736#4183736
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183736
More information about the jboss-dev-forums
mailing list