Netty 3.1.0.BETA1 released - HTTP Improvements & UDP transport

Trustin Lee tlee at redhat.com
Mon Mar 16 05:27:30 EDT 2009


Forgot to mention another major feature:

Per-ChannelHandler Attachment
=============================
ChannelHandlerContext.get/setAttachment() method has been added.  Now
that every ChannelHandler in a pipeline has its own storage per
Channel, it is much easier to write a handler whose
ChannelPipelineCoverage is 'all', which needs to maintain both
per-channel and global states.

Thanks!

— Trustin Lee, http://gleamynode.net/




More information about the netty-users mailing list