HttpCodec
Frederic Bregier
fredbregier at free.fr
Sat Nov 21 06:57:15 EST 2009
Hi Trustin,
I've updated again the branch HttpPost with the last changes of the http
codec.
I create a new snoop example named snoopPost in order to have two kinds of
example, one like the original one, and the other one using the Post
facilities proposed in the branch.
I also updated the HttpChunkAggregator and HttpMessageDecoder by using
Composite buffers instead of dynamic, since dynamix are not necessary there.
But if you think this is bad, you can revert it. The main interest is to
allow to quickly consume bytes from HttpChunkAggregator or
HttpMessageDecoder, specialy when considering Post like File Upload. It
prevents as much as possible real copy by "composite" results.
Also in HttpMessage and its DefaultHttpMessage impl, I added (was in the
branch already) some convenient methods (get/setHeaders and getCookies).
I think it could be integrated in the 3.2 versions when you fill it ok.
Of course, there is also the other branch (trafficAndIpfilter) which I use a
lot the traffic one for a while now in all of my projects.
HTH,
Cheers,
Frederic
-----
Hardware/Software Architect
--
View this message in context: http://n2.nabble.com/HttpCodec-tp4042357p4042357.html
Sent from the Netty Developer Group mailing list archive at Nabble.com.
More information about the netty-dev
mailing list